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
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
2014-12-17
Get Z80 core back into compileable state
Michael Pavone
2014-12-16
Fix flags for rra, rrca, rla and rlca. Fix timing for rr, rrc, rl and rlc whe...
Michael Pavone
2014-12-16
Set the busy flag after a YM-2612 address write
Michael Pavone
2014-12-14
Added HV counter test ROM source
Michael Pavone
2014-12-14
Remove object file that was accidentally added
Michael Pavone
2014-12-14
Fix the HV counter and adjust the slots of certain VDP events
Michael Pavone
2014-12-14
Produce a listing file when assembling 68K test ROMs
Michael Pavone
2014-12-14
WIP effort to update z80 core for code gen changes
Michael Pavone
2014-12-03
Initial support for configurable IO, custom IO and sega transfer board emulation
Michael Pavone
2014-12-03
Temporarily comment out code to translate Z80 instructions in place as in rar...
Michael Pavone
2014-12-03
Unbreak PC indexed addressing modes in decoder
Michael Pavone
2014-10-15
Fix interpretation of moves direction field
Michael Pavone
2014-10-15
Fix decoding of movec
Michael Pavone
2014-10-14
Add equates for address references below address_off
Michael Pavone
2014-10-14
Ignore odd addresses in calls to defer in disassembler
Michael Pavone
2014-10-14
Add support for 68020 addressing modes in decoder and disassembler
Michael Pavone
2014-10-12
Tiny bit of work towards supporting 68020 addressing modes in decoder/disasse...
Michael Pavone
2014-10-12
Add support for 68020 bitfield instructions
Michael Pavone
2014-10-12
Fix logic for automatic label generation.
Michael Pavone
2014-10-11
Better support for labels sourced from VOS program module header
Michael Pavone
2014-10-11
Fix translation of 68K address to buffer location when address_off != 0
Michael Pavone
2014-10-11
Add -r option to indicate VOS program module contains a 68K reset vector
Michael Pavone
[prev]
[next]