From 1acf5b7aa0851d668c764747ec7e2eafd0d490f4 Mon Sep 17 00:00:00 2001 From: iq_132 <1191709+iq132@users.noreply.github.com> Date: Fri, 6 Jun 2014 01:26:36 +0000 Subject: [PATCH] Actually fix this rather than completely bork it. --- src/burn/drv/pst90s/d_aerofgt.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/burn/drv/pst90s/d_aerofgt.cpp b/src/burn/drv/pst90s/d_aerofgt.cpp index 7ea6230ad..31c426c92 100644 --- a/src/burn/drv/pst90s/d_aerofgt.cpp +++ b/src/burn/drv/pst90s/d_aerofgt.cpp @@ -2016,7 +2016,7 @@ static INT32 spinlbrkInit() // Load Z80 ROM if (BurnLoadRom(RomZ80+0x00000, 17, 1)) return 1; - if (BurnLoadRom(RomZ80+0x100, 18, 1)) return 1; + if (BurnLoadRom(RomZ80+0x10000, 18, 1)) return 1; BurnLoadRom(RomSnd2+0x00000, 19, 1); BurnLoadRom(RomSnd2+0x80000, 20, 1);