summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2015-11-04Forgot the Android makefileMichael Pavone
2015-11-04Updated .hgignore for some android stuffMichael Pavone
2015-11-04Added android project layoutMichael Pavone
2015-11-04First stab at a logoMichael Pavone
2015-11-04Improve timing of Z80 busack. Fixes a crash in Barkley: Shut Up and Jam. Also...Michael Pavone
2015-11-03Remove obsolete TODOMichael Pavone
2015-11-02Fix some bugs in the attack phase and sustain level in the envelope generatorMichael Pavone
2015-11-01Fix mapping of key on/off reg bits to operatorsMichael Pavone
2015-11-01Make vgmsplit smarter about how it handles delays. Force GD3 offset to zero s...Michael Pavone
2015-11-01Fix some debug commands that got broken when I added support for the command ...Michael Pavone
2015-11-01Wrote a buggy tool for splitting VGM files by channelMichael Pavone
2015-11-01Update timing and order of steps in interrupt processing to match latest meas...Michael Pavone
2015-10-31Implement interrupt latency. Fixes Sesame Street: Counting Cafe and gives acc...Michael Pavone
2015-10-31Small fix to how manual YM-2612 timer reloads work. Seems to better match a s...Michael Pavone
2015-10-31Small tweaks to timing of 68K/Z80 interactions based on latest testsMichael Pavone
2015-10-31Remove some debug junk from the PSG coreMichael Pavone
2015-10-31Set flags for ld a, rMichael Pavone
2015-10-29Fix timing of certain variants of LDMichael Pavone
2015-10-29Fix timing of IM instructionMichael Pavone
2015-10-29Implement TRAPVMichael Pavone
2015-10-29Somewhat better handling of high frequency PSG tones. Needs work to fully han...Michael Pavone
2015-10-28Implement TASMichael Pavone
2015-10-28Get trans program compiling againMichael Pavone
2015-10-22Decode operand for TASMichael Pavone
2015-10-21Implemented nbcdMichael Pavone
2015-10-19Fix for abcd/sbcd. Hopefully got it 100% right this time.Michael Pavone