aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2022-02-08 02:53:21 +0100
committerJavier <dev.git@javispedro.com>2022-02-08 02:53:57 +0100
commitc807d03b054c653ea8ffb4d0a6806c2dbded86cb (patch)
treee485baf99908d5dbcd37afe7b158b8b73648de01 /README.md
parentbe24a0fd137143639b9c3b31780e6db5af37efc1 (diff)
downloadvmusic-c807d03b054c653ea8ffb4d0a6806c2dbded86cb.tar.gz
vmusic-c807d03b054c653ea8ffb4d0a6806c2dbded86cb.zip
emu8000: save/load RAM contents in saved states, fix PDM config names
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2f70ecd..35450b2 100644
--- a/README.md
+++ b/README.md
@@ -59,7 +59,7 @@ VBoxManage setextradata "$vm" VBoxInternal/Devices/mpu401/0/Trusted 1
# To enable the Adlib device
VBoxManage setextradata "$vm" VBoxInternal/Devices/adlib/0/Trusted 1
# To enable the EMU8000 device
-VBoxManage setextradata "$vm" VBoxInternal/Devices/emu8000/0/Config/ROMFile "$HOME/.pcem/roms/awe32.raw"
+VBoxManage setextradata "$vm" VBoxInternal/Devices/emu8000/0/Config/RomFile "$HOME/.pcem/roms/awe32.raw"
# Optional: to enable the Adlib device on the default SB16 ports too
VBoxManage setextradata "$vm" VBoxInternal/Devices/adlib/0/Config/MirrorPort "0x220"