| Age | Commit message (Collapse) | Author |
|
Perhaps this is slower than necessary, particularly when interrupts
are disabled.
|
|
|
|
|
|
|
|
|
|
I added a fourth and fifth argument to OPCODE(). Now it accepts both
of the arguments for the TIME macro (to allow for more precise speed
emulation in the distant future) as well as a fifth argument, the size
of the opcode routine (excluding START and DONE). I think this will
allow me to automatically generate minimal offsets when I finally use
Tezxas's dispatch routine.
|
|
I tried to use A68k's local label support, but I believe it was
broken. Now I can use it, finally. :)
|
|
|