shiny: update commented disk rom size

This commit is contained in:
Zellyn Hunter 2016-09-09 20:48:33 -04:00
parent dac4403990
commit ab0712fe68
1 changed files with 4 additions and 4 deletions

View File

@ -73,7 +73,7 @@ func RunEmulator(s screen.Screen) {
}
/*
diskCardRom := util.ReadRomOrDie("../data/roms/Apple Disk II 16 Sector Interface Card ROM P5 - 341-0027.bin")
diskCardRom := util.ReadRomOrDie("../data/roms/Apple Disk II 16 Sector Interface Card ROM P5 - 341-0027.bin", 256)
diskCard, err := cards.NewDiskCard(diskCardRom, 6, a2)
if err != nil {
panic(err)