<tag><tt/pce-stdjoy.joy (pce_stdjoy)/</tag>
A joystick driver for the standard two buttons joypad is available.
+ Note that the japanese 6-button pad is currently not supported.
+
</descrip><p>
<sect>Limitations<p>
+<itemize>
+<item>interruptor support in crt0 (and cfg) is missing
+</itemize>
+
<sect1>Disk I/O<p>
The existing library for the PCE doesn't implement C file
following functions (and a few others):
<itemize>
+<item>printf
<item>fclose
<item>fopen
<item>fread
<item>...
</itemize>
+<sect>Other hints<p>
+<itemize>
+<item>a good emulator to use for PC-Engine is "mednafen" (<url url="http://mednafen.sourceforge.net">)
+</itemize>
-<sect>Other hints<p>
+some useful resources on PCE coding:
+<itemize>
+<item><url url="http://blog.blockos.org/?tag=pc-engine">
+<item><url url="http://pcedev.blockos.org/viewforum.php?f=5">
+<item><url url="http://www.romhacking.net/?page=documents&category=&platform=4&:game=&author=&perpage=20&level=&title=&desc=&docsearch=Go">
+<item><url url="http://archaicpixels.com/Main_Page">
+<item><url url="http://www.magicengine.com/mkit/doc.html">
+
+<item><url url="https://github.com/uli/huc">
+<item><url url="http://www.zeograd.com/parse.php?src=hucf">
+</itemize>
<sect>License<p>
+++ /dev/null
-PC-Engine (PCE) target support for cc65. this is still work in progress and
-a couple of things need to be fixed:
---------------------------------------------------------------------------------
-
-- 6 button gamepads are different and need slightly different code
-
-interruptor support in crt0 (and cfg) is missing
-- clock() should be hooked to a VBL interrupt
-
---------------------------------------------------------------------------------
-
-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
-
---------------------------------------------------------------------------------
-some useful resources on PCE coding:
-
-http://blog.blockos.org/?tag=pc-engine
-http://pcedev.blockos.org/viewforum.php?f=5
-http://www.romhacking.net/?page=documents&category=&platform=4&game=&author=&perpage=20&level=&title=&desc=&docsearch=Go
-http://archaicpixels.com/Main_Page
-
-http://www.magicengine.com/mkit/doc.html
-
-https://github.com/uli/huc
-http://www.zeograd.com/parse.php?src=hucf