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
path:
root
/
render_sdl.c
Age
Commit message (
Expand
)
Author
2013-06-30
Make VDP render in native pixel format of the renderer for a modest performan...
Mike Pavone
2013-06-25
Move IO code to a separate file and do a tiny bit of refactoring
Mike Pavone
2013-06-23
Implement basic joystick support
Mike Pavone
2013-06-23
Change buffer size to avoid weird artifacts on some systems
Mike Pavone
2013-06-23
Fix sprite y mask in interlace mode. Fix framebuffer selection when switching...
Mike Pavone
2013-06-22
Initial work on interlace
Mike Pavone
2013-06-17
Process events in vgm player so that quitting works
Mike Pavone
2013-06-14
Make keybindings data driven so they can be populated from a config file later
Mike Pavone
2013-05-29
Incredibly broken YM2612 support plus a fix to Z80 bus request
Mike Pavone
2013-05-27
Fix deadlock on quit
Mike Pavone
2013-05-23
Get rid of debug puts and limit based on audio rather than frame rate by defa...
Mike Pavone
2013-05-23
Initial PSG support. Mostly works, noise channel is borked though.
Mike Pavone
2013-05-16
Get frame time correct and frame rate sort of correct for EUR region
Mike Pavone
2013-05-15
Set window title based on ROM header name
Mike Pavone
2013-05-15
Increase sample size for min_delay
Mike Pavone
2013-05-15
Re-enable frame limit, but add a command line flag to disable it
Mike Pavone
2013-05-11
Remove z80_ram reference in SDL renderer to get stateview compiling again. Pr...
Mike Pavone
2013-05-02
Implement LDI
Mike Pavone
2013-04-26
Added key to save Z80 RAM to a file
Mike Pavone
2013-04-22
Add shadow/higlight info to debug renderer
Mike Pavone
2013-04-22
Implemented shadow hilight mode.
Mike Pavone
2013-04-21
Improve color rendering accuracy and optimize SDL renderer a bit
Mike Pavone
2013-01-20
Add support for breaking into the debugger while game is running
Mike Pavone
2012-12-30
Fix 68K->VDP DMA
Mike Pavone
2012-12-20
Gamepad support
Mike Pavone
2012-12-19
Cleanup 68K timing code. Temporarily omment out fFPS counter as it was causin...
Mike Pavone
2012-12-19
Add FPS counter to console output
Mike Pavone
2012-12-18
Add palette debug to SDL renderer
Mike Pavone
2012-12-18
Get Flavio's color bar demo kind of sort of working
Mike Pavone
2012-12-09
Add debug render mode and fix vertical flip bit for bg tiles
Mike Pavone
2012-12-08
Add support for simple resolution scaling
Mike Pavone
2012-12-08
Fix BG plane B render bug
Mike Pavone
2012-12-08
Mostly broken VDP core and savestate viewer
Mike Pavone