added imports for conio init to conio functions, so the constructor will get linked and called automatically

This commit is contained in:
mrdudz
2015-07-13 12:10:09 +02:00
parent 9e1d39a409
commit 515a61a302
10 changed files with 42 additions and 10 deletions

View File

@@ -13,12 +13,11 @@ get_tv() is missing
some graphical petscii chars should get added to the charset
conio-init should get initialized from a constructor rather than always get
called from crt0 (which for some reason doesnt work) -> see conio.s, it should
get linked if _any_ of the conio function is used
interruptor support in crt0 (and cfg) is missing
conio lacks support for different screen sizes, which could be used with
different video modes
--------------------------------------------------------------------------------
a good emulator to use for PC-Engine is "mednafen" (mednafen.sourceforge.net)