ems-flasher for linux: multirom support

Discussion of programming and development for the original Game Boy and Game Boy Color.
Post Reply
Drenn
Posts: 7
Joined: Wed Jan 01, 2014 9:50 pm

ems-flasher for linux: multirom support

Post by Drenn »

I hacked this up for myself, but maybe some other people will find this useful.

I added multirom support to the mac/linux flasher for the usb 64m smart card, using mottzilla's menu. Usage examples:

Code: Select all

# Setup the bank for gameboy [color] mode
./ems-flasher --write menu.gb[c]

# Add a rom to the bank
./ems-flasher --add something_from_pdroms.gb

# Get a list of roms in the bank
./ems-flasher --list

# Remove the first rom from the bank
./ems-flasher --delete 1
Repository is here.
Shonumi
Posts: 342
Joined: Sun Jan 26, 2014 9:31 am

Re: ems-flasher for linux: multirom support

Post by Shonumi »

This will be very useful to me at least. I recently got mine last November, and while I could deal with uploading one ROM at a time, multirom support is fantastic to have.

Great work, I'll have a look at it this weekend.
Post Reply