Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

Commit

Permalink
Interact Home Computer added.
Browse files Browse the repository at this point in the history
  • Loading branch information
theypsilon committed Aug 18, 2021
1 parent 337440e commit 727ff57
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# MiSTer_BIOS_Scripts
Simple scripts to automate downloading BIOS files for MiSTer console cores.
Simple scripts to automate downloading BIOS files for MiSTer console & computer cores.

## Instructions

Expand Down Expand Up @@ -65,6 +65,11 @@ The bios-getter will download many bios files to /media/fat/BIOS. However, we ha
Entertainment Computer System's EXEC-BASIC ROM, The (1978)(Mattel).bin
```

Interact
```
Interact_ROM.bin
```

MegaCD
```
US Sega CD 2 (Region Free) 930601 l_oliveira.bin
Expand Down
7 changes: 7 additions & 0 deletions bios-getter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ SYSTEMS_WITH_BIOS=( \
GAMEBOY \
GBA \
Intellivision \
Interact \
MegaCD \
NeoGeo \
NES \
Expand Down Expand Up @@ -187,6 +188,12 @@ ITERATE_SYSTEMS()
INTELLIVISION_BIOS
;;

interact)
GETTER_DO INSTALL_SINGLE_ROM "${SYSTEM}" 'boot.rom' \
'https://archive.org/download/mister-console-bios-pack_theypsilon/MiSTer_Console_BIOS_PACK.zip/Interact.zip' \
'Interact_ROM.bin'
;;

megacd)
GETTER_DO INSTALL_MEGACD "${SYSTEM}"
;;
Expand Down

0 comments on commit 727ff57

Please sign in to comment.