1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-28 19:29:53 +00:00
cc65/libsrc/pce
2015-07-12 14:27:24 +02:00
..
joy more cleanup, joystick works again 2015-07-12 14:27:24 +02:00
_scrsize.s simple conio test works again 2015-07-12 10:32:55 +02:00
call.s more cleanup, joystick works again 2015-07-12 14:27:24 +02:00
clock.s more cleanup, joystick works again 2015-07-12 14:27:24 +02:00
clrscr.s more cleanup, joystick works again 2015-07-12 14:27:24 +02:00
color.s more cleanup, joystick works again 2015-07-12 14:27:24 +02:00
condes.s more cleanup, joystick works again 2015-07-12 14:27:24 +02:00
conio.s more cleanup, joystick works again 2015-07-12 14:27:24 +02:00
cputc.s more cleanup, joystick works again 2015-07-12 14:27:24 +02:00
crt0.s more cleanup, joystick works again 2015-07-12 14:27:24 +02:00
ctype.s more cleanup, joystick works again 2015-07-12 14:27:24 +02:00
gotoxy.s more cleanup, joystick works again 2015-07-12 14:27:24 +02:00
joy_stat_stddrv.s more cleanup, joystick works again 2015-07-12 14:27:24 +02:00
joy_stddrv.s more cleanup, joystick works again 2015-07-12 14:27:24 +02:00
kplot.s more cleanup, joystick works again 2015-07-12 14:27:24 +02:00
libref.s more cleanup, joystick works again 2015-07-12 14:27:24 +02:00
psg.s more cleanup, joystick works again 2015-07-12 14:27:24 +02:00
readme.txt more cleanup, joystick works again 2015-07-12 14:27:24 +02:00
revers.s more cleanup, joystick works again 2015-07-12 14:27:24 +02:00
vce.s more cleanup, joystick works again 2015-07-12 14:27:24 +02:00
vdc.s more cleanup, joystick works again 2015-07-12 14:27:24 +02:00
vga.inc simple conio test works again 2015-07-12 10:32:55 +02:00

joystick support should get verified on real hw, the masks for buttons may be
wrong.

clock() does not work for unknown reasons

get_tv() is a dummy function and always returns 0

revers() is a dummy function, actual reverse output is not supported yet

waitvblank() 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

--------------------------------------------------------------------------------

a good emulator to use for PC-Engine is "mednafen" (mednafen.sourceforge.net)

run the compiled binary like this:

> mednafen -force_module pce <yourprogram.pce>

joypad keys are mapped like this:

w/s/a/d         up/down/left/right
numpad 2        (?) button
numpad 3        (?) button
enter           (start) button