summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-03-07WIP buttons in menu ROMMichael Pavone
2016-02-25Fix saving of SRAM/EEPROM when switching games in menuMichael Pavone
2016-02-25Fix filename used for SRAM/EEPROM when loading a game from the menuMichael Pavone
2016-02-24Accept address on 128-byte EEPROMs on both read and writeMichael Pavone
2016-02-23Added reasonable handling of joystick hotplugMichael Pavone
2016-02-20Fix register to operator mapping for channel 3 special mode and actually get ...Michael Pavone
2016-02-18Remove phase increment caching. Fix LFO phase modulation calculationMichael Pavone
2016-02-17Add strerror output to menu dir open failure messageMichael Pavone
2016-02-17Log errors opening directories in the menu codeMichael Pavone
2016-02-16Comment out button test code in menuMichael Pavone
2016-02-16Make stateview and vgmplay compile againMichael Pavone
2016-02-13Add yt debug command for printing YM-2612 timer info. Fix AMS shift values.Michael Pavone
2016-02-10Change where decay to sustain transition happens to match hardware when decay...Michael Pavone
2016-02-10Minor adjustment to refresh interval to better match latest measurementsMichael Pavone
2016-02-02MergeMichael Pavone
2016-02-02Added some stuff for detecting refresh delays in one of my old logic analyzer...Michael Pavone
2016-02-02Change the sentinel value for the hslot parameter of run_dma_src to something...Michael Pavone
2016-02-02Perform the same slot mapping shift for H32 mode as I did for H40Michael Pavone
2016-01-28Shift slot number to slot behavior mapping by six slots in H40 mode. This mak...Michael Pavone
2016-01-26After reviewing the results of my test ROM again it seems pretty clear that t...Michael Pavone
2016-01-25WIP menu button stuffMichael Pavone
2016-01-17Fix calculation of window start column when it's on the right side. This remo...Michael Pavone
2016-01-17Initialize commands field of breakpoint struct to NULL. Remove a debug printfMichael Pavone
2015-12-30Allow DMA from cartridge ROM above the 4MB mark. Should probably use get_nati...Michael Pavone
2015-12-17Added button graphic for menuMichael Pavone
2015-12-17Finished implementation of mouse capture modeMichael Pavone
2015-12-15Initial support for relative mouse mode and skeleton of support for capture m...Michael Pavone
2015-12-14Scale mouse data based on window sizeMichael Pavone
2015-12-08Allow IO device config to be overriden by ROM DBMichael Pavone
2015-12-06Rough emulation of mouse response delays when TR is toggled. Latch current mo...Michael Pavone
2015-12-06IO port pins should read as high from the perspective of a device when they a...Michael Pavone
2015-12-05Mouse X and Y are 9-bit 2's complement not 8-bit magnitude + sign bit like I ...Michael Pavone
2015-12-05Added mouse support to menu ROMMichael Pavone
2015-12-02Fix problem in 68K debugger caused by stack alignment changeMichael Pavone
2015-11-28Mega mouse support is mostly doneMichael Pavone
2015-11-28Dividing by FPS_INTERVAL does not make senese as the division was to convert ...Michael Pavone
2015-11-28Don't try setting the window title on AndroidMichael Pavone
2015-11-28Actually call track_block in alloc_codeMichael Pavone
2015-11-28Make nexus player remote useable as a controller for games that only require ...Michael Pavone
2015-11-27Fix a few lingering stack alignment rework bugsMichael Pavone
2015-11-27Adjust stack before pushing arguments. Fixes new stack alignment code on 32-b...Michael Pavone
2015-11-27Replace some hard-coded instruction length assumptions with a calculation so ...Michael Pavone
2015-11-26Fix for Z80 retranslation post alignment reworkMichael Pavone
2015-11-26Z80 core is now slightly less brokenMichael Pavone
2015-11-25WIP support for mega mouseMichael Pavone
2015-11-25Get ztestrun compiling againMichael Pavone
2015-11-25Get Z80 core sort of working again post alignment changeMichael Pavone
2015-11-25Partially working change to do proper stack alignment rather than doing a lam...Michael Pavone
2015-11-22Use immersive fullscreen when available. Updated manifest to theoretically su...Michael Pavone
2015-11-22Fix a bug in generating memory access functions when more than one MMAP_CODE ...Michael Pavone