Home | Forums | What's new | Resources | |
Hey, Is it possible to do this? |
Zaksund - Mar 12, 2003 |
antime | Mar 12, 2003 | |||
I don't see why not, as long as your program supports it. The PAR can't cause interrupts, so you have to poll the status flag every once in a while to see if the PC wants to talk. You could use the built-in communication routines, but you'd have to make some glue functions as they don't use the SuperH calling convention IIRC. Charles MacDonald's site... should be useful, and there's a disassembly of the PAR communication routines at Y. Tanaka's site.... |
TakaIsSilly | Mar 12, 2003 | |||
Nevermind ^^; Antime's explained better than me. |
antime | Mar 13, 2003 | |||
That can more easily be implemented as a library, the only difference being that the code would reside in RAM instead of cart ROM. |