BBC - Maverick-Shark/retroGuru GitHub Wiki
Comandos
- Discos .vhd (son de lectura)
# Ayuda (Info)
>*HELP
# Ir al menu
>*MENU
# Info
>*INFO MENU
#Cargar un programa
>*Nombre_del_Programa
# Ver el contenido del disco
>*CAT
# o:
>*.
# Cambiar de disco
*DIN 2
Shift + F10 to start on the vhd
Ctrl + F10 to quit
- ROMs
# Ver el contenido de los 16 slots de roms
>*ROMS
# En el 2, está la rom que usa la controladora de disquetes
# Y en el 9, la rom- que arranca el sistema MMFS.
# Cargar la rom del slot 9 (y hacer un reset)
>*CO.FILES 9
# NOTA: Al cargar al rom 9, y después de hacer un reset, el sistema no ve el vhd y trabaja con disquetes.
# Para volver a la rom inicial:
>*CO.FILES 2
# Seguido de un reset.
Fichero BBC_MASTER_200530.arc
[ARC]
RBF=BBC
MOD=0
NAME=BBCMASTE
beeb.mmb file
# Found a BEEB.MMB and renamed to boot.vhd
# and then copied to games/AcornElectron
# Then CTRL+F10 and then typed:
>*DBOOT 99
# and this started ELITE game (in the MMB I found elite was 99)
Create a Disk Image
# This creates a 256MB empty image
$ dd if=/dev/zero of=bbc.vhd bs=1M count=256
$ mkfs.vfat bbc.vhd
# This formats the image to FAT
$ mount -o loop bbc.vhd /mnt/tmp
$ cp BEEB.MMB /mnt/tmp
$ umount /mnt/tmp
- MiSTer
# On Ubuntu 21.10
$ cd /mnt
$ sudo mkdir vhd
$ sudo virt-list-filesystems /home/user1/Image/boot.vhd
$ sudo guestmount --add /home/user1/Image/boot.vhd --rw /mnt/vhd/ -m /dev/sda1
# Sourced the Electron version of BEEB.MMB
# Google search : Acorn Electron BEEB.MMB = Ray Harper - Retro PC
$ sudo cp BEEB.MMB /mnt/vhd
# Copied the boot.vhd to the /media/fat/games/AcornElectron folder on the MiSTer
Acorn Electron
Electron MMFS SWRAM
Disc number not valid
Crtl-F10
Acorn Electron
Electron MMFS SWRAM
PRES Plus 1
BASIC
> *DCAT
Boot vhd files
- Mount .vhd file and Autostart to Yes.
- NOTE: bbc.vhd contains Prince of Persia game for BBC Master and Bad Apple for BBC Micro too.
SSD Games
- https://bbcmicro.co.uk/game.php?id=20 - Arcadians
- http://bbcmicro.co.uk/game.php?id=1964 - Astroblaster
- http://bbcmicro.co.uk/game.php?id=2719 - Phoenix
- http://bbcmicro.co.uk/game.php?id=1934 - Frogger
- http://bbcmicro.co.uk/game.php?id=2571 - Space Invaders
- http://bbcmicro.co.uk/game.php?id=3027 - Sprint 1
- http://bbcmicro.co.uk/game.php?id=2904 - Scramble
- http://bbcmicro.co.uk/game.php?id=2850 - Centipede
- http://bbcmicro.co.uk/game.php?id=2649 - Rip Cord
- http://bbcmicro.co.uk/game.php?id=2629 - Circus
- http://bbcmicro.co.uk/game.php?id=1912 - Carnival
Arcadians
- Disc002-Arcadians.ssd
- Disc Title: ARC
- Disc Size: 200K (80 track)
- Boot Option:
3: *Exec $.!BOOT
UEF Games (Cassette)
- Games:
· FUN Games
· Arcadians
```
```sh
CHAIN "ARCADIANS"
```
```sh
*TAPE
PAGE=&0E00
CHAIN""
```