summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2015-11-17Fix a bad interaction between the implementation of STOP and the way interrup...Michael Pavone
2015-11-16Fix so vgmplay builds againMichael Pavone
2015-11-16Approximation of refresh wait statesMichael Pavone
2015-11-14Fix Mega Drive peripheral ID for 3-button padMichael Pavone
2015-11-14Prevent the current interrupt number from being changed while interrupt is be...Michael Pavone
2015-11-14Clear out IO port input state when setting bindings. This fixes a bug where p...Michael Pavone
2015-11-14Allow menu ROM to be debuggedMichael Pavone
2015-11-13Selecting a second game from the menu now worksMichael Pavone
2015-11-13It is now possible to switch back and forth between the menu ROM and the gameMichael Pavone
2015-11-09SDL_AndroidGetExternalStoragePath did not do what I thought. Use JNI directly...Michael Pavone
2015-11-09Change default config to make first gamepad mapped as gamepad 1, add a second...Michael Pavone
2015-11-09Another .hgignore fix and add the symlink to menu.bin in android/assetsMichael Pavone
2015-11-09Send info/warning/fatal messages to logcat on AndroidMichael Pavone
2015-11-09Added android Java source that was erroneously ignored beforeMichael Pavone
2015-11-09Make executable paths rooted so that the blastem subdir in the android tree d...Michael Pavone
2015-11-09Fix Android build breakageMichael Pavone
2015-11-08Make menu stuff work on Android (theoretically)Michael Pavone
2015-11-08ROM is now run after being selected in menu. Initial path for menu is read fr...Michael Pavone
2015-11-08Retrieve ROM filename from menu port writeMichael Pavone
2015-11-08Initial work for allowing loading a ROM from menuMichael Pavone
2015-11-06Allow navigation between pages for long directories in menu ROMMichael Pavone
2015-11-06More efficient handling of going up one directory in menuMichael Pavone
2015-11-06Fix detection of directories in menu ROMMichael Pavone
2015-11-06Allow directory navigation in menu. Sort directory entriesMichael Pavone
2015-11-06Properly initialize commands when adding a new breakpointMichael Pavone
2015-11-06Menu ROM now pulls real file names from the OS rather than using a fake listMichael Pavone
2015-11-06Allow 68K debug print to read from arbitrary memory regionsMichael Pavone
2015-11-05Get everything needed to build menu.bin either committed or buildable via the...Michael Pavone
2015-11-05Ignore more stuff in hgignoreMichael Pavone
2015-11-05Commit of VGM header that was missed previouslyMichael Pavone
2015-11-04Added temporary hack for loading a fixed ROM path so that Android build is "u...Michael Pavone
2015-11-04Default to fullscreen on Android since windowed mode does not make sense thereMichael Pavone
2015-11-04Load config file and rom.db from appropriate locations on AndroidMichael Pavone