Skip to content

Commit

Permalink
possibility to use the gx4000 roms directory for cpc6128p
Browse files Browse the repository at this point in the history
Possibility to install cpc6128p with -cart and use the gx4000 roms directory from ">EXTRA< settings" / EXTRA options menu.
  • Loading branch information
FollyMaddy committed Aug 4, 2022
1 parent 1c7294c commit 1a0cd50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 00-scriptmodules-00/supplementary/add-mamedev-systems.sh
Expand Up @@ -257,6 +257,7 @@ function choose_extra_options_add() {
",Acorn Archimedes 440+4Mb booting RISC-OS 3.10 + floppy support,@non-arcade,run_generator_script aa440 archimedes -bios*310*-ram*4M floppydisk flop .mfi*.dfi*.hfe*.mfm*.td0*.imd*.d77*.d88*.1dd*.cqm*.cqi*.dsk*.ima*.img*.ufi*.360*.ipf*.adf*.ads*.adm*.adl*.apd*.jfd -bios_310-4Mb,"
",Acorn Archimedes 440/1+4Mb booting RISC-OS 3.10 + floppy support,@non-arcade,run_generator_script aa4401 archimedes -bios*310*-ram*4M floppydisk flop .mfi*.dfi*.hfe*.mfm*.td0*.imd*.d77*.d88*.1dd*.cqm*.cqi*.dsk*.ima*.img*.ufi*.360*.ipf*.adf*.ads*.adm*.adl*.apd*.jfd -bios_310-4Mb,"
",Amstrad CPC6128 + floppy 35ssdd support,@non-arcade,run_generator_script cpc6128 amstradcpc -upd765:0*35ssdd floppydisk1 flop1 .sna*.wav*.cdt*.mfi*.dfi*.hfe*.mfm*.td0*.imd*.d77*.d88*.1dd*.cqm*.cqi*.dsk -35ssdd,"
",Amstrad CPC6128P + cartridge support + use gx4000 roms directory,@non-arcade,run_generator_script cpc6128p gx4000 '' cartridge cart .bin*.cpr* -use_gx4000_roms_dir,"
",APF Imagination Machine + basic + cassette support,@non-arcade,run_generator_script apfimag apfimag_cass basic cassette cass .wav -basic,"
",Apple //e(e) + compact flash harddrive support,@non-arcade,run_generator_script apple2ee apple2ee -sl7*cffa2 harddisk hard1 .mfi*.dfi*.dsk*.do *.po *.rti*.edd*.woz*.nib*.wav*.chd*.hd *.hdv*.2mg*.hdi -compactflash,"
",Apple IIgs(ROM3) + compact flash harddrive support,@non-arcade,run_generator_script apple2gs apple2gs -sl7*cffa2 harddisk hard1 .mfi*.dfi*.dsk*.do*.po *.rti*.edd*.woz*.nib*.hfe*.mfm*.td0*.imd*.d77*.d88*.1dd*.cqm*.cqi*.ima*.img*.ufi*.360*.ipf*.dc42 .woz*.2mg*.chd*.hd *.hdv*.2mg*.hdi -compactflash,"
Expand Down Expand Up @@ -787,7 +788,7 @@ function build_menu_add-mamedev-systems() {
unset 'options[0]'; unset 'options[1]'
while true; do
local cmd=(dialog --colors --no-collapse --help-button --default-item "$default" --backtitle "$__backtitle" --menu "What would you like to select or install ? \
Version 0245.02" 22 76 16)
Version 0245.03" 22 76 16)
local choice=$("${cmd[@]}" "${options[@]}" 2>&1 >/dev/tty)
default="$choice"
if [[ -n "$choice" ]]; then
Expand Down

1 comment on commit 1a0cd50

@FollyMaddy
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.