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
2016-04-27
Fix changes made to get_instruction_start and map_native_address to cope with...
Michael Pavone
2016-04-26
Initial stab at implementing address error exceptions. Need to fill in the va...
Michael Pavone
2016-04-26
Implement illegal instruction trap
Michael Pavone
2016-04-24
Fix interrupt latency from STOP instruction status reg changes. Fix modified ...
Michael Pavone
2016-04-24
FIFO should show as empty during a DMA fill after the initial write is done. ...
Michael Pavone
2016-04-24
Fixes to the DMA busy flag and DMA fill. Now up to 120/122 on VDP FIFO Testing.
Michael Pavone
2016-04-24
Add a trivial get_open_bus_value() function to stateview so it compiles again.
Michael Pavone
2016-04-24
Half assed, prefetch based open bus value emulation. Gets BlastEm up to 119/1...
Michael Pavone
2016-04-24
Implemented VDP read prefetch and made DMA copy not use the FIFO any more. No...
Michael Pavone
2016-04-24
Fix order of writes for move.l with a predec destination
Michael Pavone
2016-04-23
Disable refresh emulation with some ifdefs for now as it currently is not acc...
Michael Pavone
2016-04-23
Inclue menu.bin in release directories. Added a Windows RC file and icon
Michael Pavone
2016-04-23
Properly imlement btst with an immediate destination. Fixes a crash in NHL 95.
Michael Pavone
2016-04-23
Fixed loading of SMD format ROMs
Michael Pavone
2016-04-22
FindFirstFile makes more sense for getting modification times of a path than ...
Michael Pavone
2016-04-22
Get mouse working in save state slot selection menu
Michael Pavone
2016-04-21
Implement Windows versions of recently added functions in util.c and get the ...
Michael Pavone
2016-04-21
Move mouse mode and capture state to emulation context so it persists properl...
Michael Pavone
2016-04-21
Got mouse working right in main and about menus
Michael Pavone
2016-04-21
Added tag v0.3.1 for changeset c9ed929ee984
Michael Pavone
2016-04-21
Added Mega Man - The Wily Wars to the ROM database as it uses EEPROM saves
Michael Pavone
2016-04-20
Fix bug in Z80 rrd implementation. This fixes the annoying high pitched wine ...
Michael Pavone
2016-04-20
Fix crash bug in Z80 debugger introduced with stack alignment changes
Michael Pavone
2016-04-20
Implemented linear resampling and low pass filter for the YM2612
Michael Pavone
2016-04-20
Fix PSG linear resampling and implement a low pass filter
Michael Pavone
2016-04-19
Not so successful attempt at improved PSG resampling
Michael Pavone
2016-04-18
Fixed loading save states from menu
Michael Pavone
2016-04-17
Save State menu option is now fully functional. Load state sort of works, but...
Michael Pavone
2016-04-17
Get cursor behaving properly in save state slot list
Michael Pavone
2016-04-16
Get stateview building again
Michael Pavone
2016-04-16
Get slot list displaying in "Save State" and "Load State" menu items
Michael Pavone
2016-04-15
Save state menu WIP
Michael Pavone
2016-04-15
Saving the save directory in the rom_info struct didn't make sense. It should...
Michael Pavone
2016-04-15
Switch to storing SRAM/EEPROM and save states in a per-game directory rather ...
Michael Pavone
2016-04-12
Implement "Resume" button in pause menu
Michael Pavone
2016-04-12
Remove the int number argument to vdp_int_ack since it is no longer used
Michael Pavone
2016-04-12
Fix VDP interrupt ack. Big thanks to Eke-Eke or whoever left that helpful com...
Michael Pavone
2016-04-11
Merge
Michael Pavone
2016-04-11
Initial work on pause menu
Michael Pavone
2016-04-10
Allow changing the 68K clock divider in the config file
Michael Pavone
2016-04-10
Allow specification of named labels as command line arguments to the 68K disa...
Michael Pavone
2016-03-19
Make Exit option in menu work
Michael Pavone
2016-03-19
Get "Load ROM" menu option working correctly
Michael Pavone
2016-03-14
Working about menu
Michael Pavone
2016-03-12
Handle up down buttons when in a menu
Michael Pavone
2016-03-09
Adjust arrow X positions in menu
Michael Pavone
2016-03-09
Draw button labels
Michael Pavone
2016-03-07
WIP buttons in menu ROM
Michael Pavone
2016-02-25
Fix saving of SRAM/EEPROM when switching games in menu
Michael Pavone
2016-02-25
Fix filename used for SRAM/EEPROM when loading a game from the menu
Michael Pavone
[next]