ksherlock

Results 77 comments of ksherlock

Cool! For MAME to support the machines, the ROMS need to be dumped and sent to code @ mamedev.org. A picture of the keyboard layout might also be useful. Based...

Once everything is configured to your liking, try Bookmarks -> Set Default

also: -gameio compeyes -picture ``` Digital Vision ComputerEyes ```

midi in -- if it's a file, it auto-starts playing after a short delay, so before eg booting and running synth lab. otherwise, it should be a value from "-listmidi"...

`-mouse` flag captures the mouse. but it won't be released while mame is active. (aside from pausing). would be nice to have a key combo that disabled mouse capture.

I am interested in VGM Rip support and have been for a number of years, in fact. The most recent VGM patches seem to be a couple years old. If...

[Release 5](https://github.com/ksherlock/ample/releases/tag/release-5) has VGM support.

It looks like MAME does store (and restore) BRAM. Check out the nvram directory in ~/Library/Application Support/Ample/.

I've never tried it but mame does have save states. Enter partial UI mode (delete key) and use Shift-F7 to create a save state and F7 to load a save...

Per [this](https://github.com/ninja-build/ninja/issues/931): > Internally, ninja just ignores all but the last rule. Per the [ninja manual](https://ninja-build.org/manual.html#ref_rule_command) on `rules` and `commands`: > Each `rule` may have only one `command` declaration. See...