summaryrefslogtreecommitdiff
path: root/zruntime.S
AgeCommit message (Expand)Author
2014-06-23Ensure proper stack alignment when the Z80 calls into C code. This fixes a cr...Mike Pavone
2014-06-17blastem builds and almost works on OS X nowMike Pavone
2014-02-06Fix accidental use of the conditional jump instruction jp instead of jmpMichael Pavone
2014-02-03Initial attempt at emulating extended bank area access delays when 68K bus is...Michael Pavone
2014-01-28Add 3 wait states to Z80 access to bank area since that seems to be roughly t...Michael Pavone
2013-07-26Added support for saving savestates. Added gst savestate format test harnessMike Pavone
2013-06-09Fix address adjustement in z80_retrans_stubMike Pavone
2013-06-08Use a call instruction to figure out the original native address when retrans...Mike Pavone
2013-06-02Clear IFF1 and IFF2 when an interrupt is taken on the Z80Mike Pavone
2013-05-24Allow VDP/PSG writes from Z80Mike Pavone
2013-05-14Some Z80 interrupt fixesMike Pavone
2013-05-06Implement writes from Z80 to YM-2612Mike Pavone
2013-05-04Implement HALT (sort of tested)Mike Pavone
2013-05-04Implement IN and OUT (untested)Mike Pavone
2013-05-03Save context in z80_do_syncMike Pavone
2013-05-03Fix bank register updateMike Pavone
2013-05-03Fix native address lookup in bannked memory areaMike Pavone
2013-05-03Fix crash bug in Z80 interrupt supportMike Pavone
2013-04-30Implement LDIR and fix a bug in which context was not restored after a call t...Mike Pavone
2013-04-30Fix a remaining z80_write reg swap bug. Properly initialize the native map sl...Mike Pavone
2013-04-29Squashing some bugs introduced when I switched the register assignments for z...Mike Pavone
2013-04-29Implement retranslating code when written to. Possibly broken, need to fix so...Mike Pavone
2013-04-29Forgot to commit zruntime a while back, adding it now.Mike Pavone