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-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
2015-11-28
Make nexus player remote useable as a controller for games that only require ...
Michael Pavone
2015-11-27
Fix a few lingering stack alignment rework bugs
Michael Pavone
2015-11-27
Adjust stack before pushing arguments. Fixes new stack alignment code on 32-b...
Michael Pavone
2015-11-27
Replace some hard-coded instruction length assumptions with a calculation so ...
Michael Pavone
2015-11-26
Fix for Z80 retranslation post alignment rework
Michael Pavone
2015-11-26
Z80 core is now slightly less broken
Michael Pavone
2015-11-25
WIP support for mega mouse
Michael Pavone
2015-11-25
Get ztestrun compiling again
Michael Pavone
2015-11-25
Get Z80 core sort of working again post alignment change
Michael Pavone
2015-11-25
Partially working change to do proper stack alignment rather than doing a lam...
Michael Pavone
2015-11-22
Use immersive fullscreen when available. Updated manifest to theoretically su...
Michael Pavone
2015-11-22
Fix a bug in generating memory access functions when more than one MMAP_CODE ...
Michael Pavone
2015-11-17
Fix a bad interaction between the implementation of STOP and the way interrup...
Michael Pavone
2015-11-16
Fix so vgmplay builds again
Michael Pavone
[prev]
[next]