fixed screensize, timertick, revers mode

This commit is contained in:
mrdudz
2015-07-16 16:00:32 +02:00
parent 1414411bba
commit 21ef6b8510
8 changed files with 86 additions and 27 deletions

View File

@@ -6,16 +6,11 @@ joystick support should get verified on real hw
- the masks for buttons may be wrong.
- 6 button gamepads are different and need slightly different code
revers() is a dummy function, actual reverse output is not supported yet
some graphical petscii chars should get added to the charset
interruptor support in crt0 (and cfg) is missing
- clock() should be hooked to a VBL interrupt
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)