summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-04-12Remove the int number argument to vdp_int_ack since it is no longer usedMichael Pavone
2016-04-12Fix VDP interrupt ack. Big thanks to Eke-Eke or whoever left that helpful com...Michael Pavone
2016-04-11MergeMichael Pavone
2016-04-11Initial work on pause menuMichael Pavone
2016-04-10Allow changing the 68K clock divider in the config fileMichael Pavone
2016-04-10Allow specification of named labels as command line arguments to the 68K disa...Michael Pavone
2016-03-19Make Exit option in menu workMichael Pavone
2016-03-19Get "Load ROM" menu option working correctlyMichael Pavone
2016-03-14Working about menuMichael Pavone
2016-03-12Handle up down buttons when in a menuMichael Pavone
2016-03-09Adjust arrow X positions in menuMichael Pavone
2016-03-09Draw button labelsMichael Pavone
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