index
:
blastem.git
gdb
libretro
vdp-hacking
Oxore's fork of "blastem" emulator for ROM hacking (C)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2015-01-03
Restore emulation of Z80 being locked out of the 68K bus during DMA and the like
Michael Pavone
2015-01-03
Fix bank area access delay for master clock change
Michael Pavone
2015-01-03
Restore Z80 interrupt pulse duration and make a small improvement to debug pr...
Michael Pavone
2015-01-03
Removed some obsolete defines
Michael Pavone
2015-01-03
Made the Z80 core more contained by refactoring some code in blastem.c into z...
Michael Pavone
2015-01-03
All cycle counters are now based off the master clock. This seems to have mes...
Michael Pavone
2015-01-02
In theory, the Z80 core should work on 32-bit builds now; however, I suspect ...
Michael Pavone
2015-01-02
Added functions to gen_x86 for saving and restoring callee save registers to ...
Michael Pavone
2015-01-02
Use SZ_PTR instead of SZ_Q in Z80 core for 32-bit compat
Michael Pavone
2015-01-02
Sync Z80 when taking an interrupt so that int_cycle gets updated
Michael Pavone
2015-01-01
Remove dedicated registers for Z80 bank reg and Z80 bank pointer as they are ...
Michael Pavone
2015-01-01
Adjust 68K sync cycle when mclk_target gets adjusted
Michael Pavone
2015-01-01
Add the 3 cycle delay back in to Z80 bank area access
Michael Pavone
2015-01-01
Minor Z80 core cleanup
Michael Pavone
2015-01-01
Use call_args and call_args_abi inside gen_mem_fun
Michael Pavone
2015-01-01
Use call_args and call_args_abi in Z80 core
Michael Pavone
2015-01-01
Added 2 new functions to gen_x86.c for handling passing args according to the...
Michael Pavone
2015-01-01
Avoid calling atexit(SDL_Quit) until after OpenGL initialization to avoid a s...
Michael Pavone
2015-01-01
Fix some issues with 68K instruction retranslation
Michael Pavone
2015-01-01
Remove some of the hard coded assumptions about the memory map from the CPU c...
Michael Pavone
2014-12-30
Merge
Michael Pavone
2014-12-29
Fix handling of code writes for Z80 core. This seems to get things close to b...
Michael Pavone
2014-12-29
Added support for JR and JRcc in Z80 test generator
Michael Pavone
2014-12-29
Added support for JPcc in Z80 test generator
Michael Pavone
2014-12-29
Added support for JP in Z80 test generator
Michael Pavone
2014-12-29
Add support for Z80 access to VDP via bank area
Michael Pavone
2014-12-29
Update .hgignore
Michael Pavone
2014-12-29
Fix flag mask for m68k not
Michael Pavone
2014-12-28
Fix opsize for sbcd in 68K instruction decoder. This fixes the timer bug in S...
Michael Pavone
2014-12-28
Removed bcd_add and bcd_sub from runtime.S and generated the logic inline wit...
Michael Pavone
2014-12-27
Fix divide by zero exception return address when div instruction is bigger th...
Michael Pavone
2014-12-27
Decrement address register after fetching source in move with -(ax) dest to a...
Michael Pavone
2014-12-27
Uncomment 68000 testcases
Michael Pavone
2014-12-27
Don't use out of bounds displacements in indexed mode even if our targeted ad...
Michael Pavone
2014-12-26
Fix memory map flags in ztestrun
Michael Pavone
2014-12-26
Fix mask for bank area in Z80 memory map
Michael Pavone
2014-12-26
Fix a bug in ori to SR that was swapping USP and SSP inappropriately
Michael Pavone
2014-12-26
Get Z80 banked access sort of working again
Michael Pavone
2014-12-26
Fix reg-indirect mode for RBP/R13
Michael Pavone
2014-12-26
Set int_cycle to CYCLE_NEVER in sync_z80 so that the interrupt routine isn't ...
Michael Pavone
2014-12-26
Fix a few bugs introduced in the Z80 core from the adjustments to fit with th...
Michael Pavone
2014-12-26
Add Z80 test runner Python script I wrote a while back and forgot to commit
Michael Pavone
2014-12-26
Update .hgignore
Michael Pavone
2014-12-26
Fix an off-by-one error in a branch destination in the generation of handle_c...
Michael Pavone
2014-12-26
Update code->cur before calling z80_get_address_trans in z80_retranslate_inst...
Michael Pavone
2014-12-26
Set the byte_swap flag in the M68K core so gen_mem_fun correctly inserts xor ...
Michael Pavone
2014-12-26
Add a couple of missing checks for the byte_swap and address_size parameters ...
Michael Pavone
2014-12-26
Add in missing generated Z80 helper functions. Fix a small bug in Z80_HALT. F...
Michael Pavone
2014-12-22
Z80 core is sort of working again
Michael Pavone
2014-12-17
Get rest of emulator compiling again with Z80 core enabled
Michael Pavone
[prev]
[next]