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-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
2016-02-24
Accept address on 128-byte EEPROMs on both read and write
Michael Pavone
2016-02-23
Added reasonable handling of joystick hotplug
Michael Pavone
2016-02-20
Fix register to operator mapping for channel 3 special mode and actually get ...
Michael Pavone
2016-02-18
Remove phase increment caching. Fix LFO phase modulation calculation
Michael Pavone
2016-02-17
Add strerror output to menu dir open failure message
Michael Pavone
2016-02-17
Log errors opening directories in the menu code
Michael Pavone
2016-02-16
Comment out button test code in menu
Michael Pavone
2016-02-16
Make stateview and vgmplay compile again
Michael Pavone
2016-02-13
Add yt debug command for printing YM-2612 timer info. Fix AMS shift values.
Michael Pavone
2016-02-10
Change where decay to sustain transition happens to match hardware when decay...
Michael Pavone
2016-02-10
Minor adjustment to refresh interval to better match latest measurements
Michael Pavone
2016-02-02
Merge
Michael Pavone
2016-02-02
Added some stuff for detecting refresh delays in one of my old logic analyzer...
Michael Pavone
2016-02-02
Change the sentinel value for the hslot parameter of run_dma_src to something...
Michael Pavone
2016-02-02
Perform the same slot mapping shift for H32 mode as I did for H40
Michael Pavone
2016-01-28
Shift slot number to slot behavior mapping by six slots in H40 mode. This mak...
Michael Pavone
2016-01-26
After reviewing the results of my test ROM again it seems pretty clear that t...
Michael Pavone
2016-01-25
WIP menu button stuff
Michael Pavone
2016-01-17
Fix calculation of window start column when it's on the right side. This remo...
Michael Pavone
2016-01-17
Initialize commands field of breakpoint struct to NULL. Remove a debug printf
Michael Pavone
2015-12-30
Allow DMA from cartridge ROM above the 4MB mark. Should probably use get_nati...
Michael Pavone
2015-12-17
Added button graphic for menu
Michael Pavone
2015-12-17
Finished implementation of mouse capture mode
Michael Pavone
2015-12-15
Initial support for relative mouse mode and skeleton of support for capture m...
Michael Pavone
2015-12-14
Scale mouse data based on window size
Michael Pavone
2015-12-08
Allow IO device config to be overriden by ROM DB
Michael Pavone
2015-12-06
Rough emulation of mouse response delays when TR is toggled. Latch current mo...
Michael Pavone
2015-12-06
IO port pins should read as high from the perspective of a device when they a...
Michael Pavone
2015-12-05
Mouse X and Y are 9-bit 2's complement not 8-bit magnitude + sign bit like I ...
Michael Pavone
2015-12-05
Added mouse support to menu ROM
Michael Pavone
2015-12-02
Fix problem in 68K debugger caused by stack alignment change
Michael Pavone
2015-11-28
Mega mouse support is mostly done
Michael Pavone
2015-11-28
Dividing by FPS_INTERVAL does not make senese as the division was to convert ...
Michael Pavone
2015-11-28
Don't try setting the window title on Android
Michael Pavone
2015-11-28
Actually call track_block in alloc_code
Michael Pavone
[prev]
[next]