X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmemory.cpp;h=f3ac769adf8aabec318493490e9cd859ebeed837;hb=e1652c7f4e7e08d072489f9085ebfe5a9c65187e;hp=f37168ba9db9cb04bdecc06cbc8fb0a9079aeef8;hpb=5da604521611a960140b58a2fb0f236c65610b70;p=virtualjaguar diff --git a/src/memory.cpp b/src/memory.cpp index f37168b..f3ac769 100644 --- a/src/memory.cpp +++ b/src/memory.cpp @@ -41,6 +41,8 @@ uint8 jaguarDevBootROM1[0x040000]; // 68K CPU Stubulator 1 ROM--uses only hal uint8 jaguarDevBootROM2[0x040000]; // 68K CPU Stubulator 2 ROM--uses only half of this! uint8 jaguarDevCDBootROM[0x040000]; // 68K CPU Dev CD BIOS ROM (256K) +// This is an ORed value showing which BIOSes having been loaded into memory. +int biosAvailable = 0; #if 0 union Word