summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-10-29Fix allocation and memset size for field buffers when using OpenGLMike Pavone
2013-10-29Use OpenGL by default. Add OpenGL switch to help textMike Pavone
2013-10-29Preserve aspect ratio unless config file says otherwiseMike Pavone
2013-10-29MergeMike Pavone
2013-10-28Pull shader file names from config file.Mike Pavone
2013-10-28Move shader files to their own directory. Read shaders from /.config/blastem/...Mike Pavone
2013-10-28Extract function to determine executable directory from load_config so it can...Mike Pavone
2013-10-28Allow OpenGL support to be disabled at compile time. Move generic utility fun...Mike Pavone
2013-10-27Merged OpenGL branchMike Pavone
2013-10-27Close OpenGL feature branchMike Pavone
2013-10-27Enable fullscreen mode in OpenGL rendererMike Pavone
2013-10-27Support interlace mode with OpenGL backendMike Pavone
2013-10-27Basic OpenGL rendering is workingMike Pavone
2013-10-26Update opengl branch from default. Fix build breakage unrelated to mergeMike Pavone
2013-10-07Initial implementation of sprite overflow and sprite collision status registe...Mike Pavone
2013-10-04Add support for UI bindings on gamepad buttons and dpadsMike Pavone
2013-10-03Add an FPS counter to the title barMike Pavone
2013-10-03Follow amd64 ABI stack alignment requirements in places it matters so we can ...Mike Pavone
2013-10-03Add support for test instruction to x86 generator libraryMike Pavone
2013-10-01Implement turbo/slow motion feature that overclocks or underclocks the entire...Mike Pavone
2013-09-18Theoretically more correct timing of Z80 bus requestMike Pavone
2013-09-17Set VBLANK flag in status register when display is disabledMike Pavone
2013-09-17Implement HV counter latchMike Pavone
2013-09-17Implement funny behavior for DMA fill to CRAM and VSRAM. Return VSRAM address...Mike Pavone
2013-09-17Fix DMA fill so that it does not cause observable changes to the FIFO. Get DM...Mike Pavone
2013-09-16Partial fix for DMA copyMike Pavone
2013-09-15Clear the low 2 bits of CD when a register is written toMike Pavone
2013-09-15Don't allow register writes to regs above when in Mode 4Mike Pavone
2013-09-15Remove read pending stuff, that had been added in an attempt to fix CRAM/VSRA...Mike Pavone
2013-09-15Implement undocumented 8-bit VRAM readMike Pavone
2013-09-15Fix VSRAM readsMike Pavone
2013-09-15Implement FIFO as a ring buffer so the behavior of reads from invalid CRAM an...Mike Pavone
2013-09-13Properly delay 68K on VDP reads. Dummy VDP test port implementation. Initial ...Mike Pavone
2013-09-11Fix argument handling so that the rom filename does not need to be specified ...Mike Pavone
2013-09-11Added README fileMike Pavone
2013-09-10Added copyright notice to source files and added GPL license text in COPYINGMike Pavone
2013-09-10Fix vgmplayMike Pavone
2013-09-10Fix stateview. Update "all" target in Makefile.Mike Pavone
2013-09-10Added version flagMike Pavone
2013-09-10Added -h help text optionMike Pavone
2013-09-10Fix timing of backdrop rendering when the display is turned offMike Pavone
2013-09-10MergeMike Pavone
2013-09-10Implement FIFO latency and improve DMA accuracyMike Pavone
2013-09-08Revert change to VBLANK flag timing based on new direct color DMA testMike Pavone
2013-09-08Remove extra 68K/VDP cycle syncMike Pavone
2013-09-08Fix bit instruction timingMike Pavone
2013-09-04Initial work on GDB remote debugging supportMike Pavone
2013-09-02Added analysis script used for investigating direct color DMA timingMike Pavone
2013-09-02Fix per-column scrolling bugMike Pavone
2013-09-02Adjust VBLANK flag and refresh timing to be in line with logic analyzer and v...Mike Pavone