diff --git a/BizHawk.Emulation.Cores/Properties/Resources.cs b/BizHawk.Emulation.Cores/Properties/Resources.cs index e99695d179..87dce02375 100644 --- a/BizHawk.Emulation.Cores/Properties/Resources.cs +++ b/BizHawk.Emulation.Cores/Properties/Resources.cs @@ -15,8 +15,8 @@ namespace BizHawk.Emulation.Cores.Properties { internal static readonly Lazy CPC_BASIC_1_1_ROM = new Lazy(() => ReadEmbeddedByteArray("CPC_BASIC_1.1.ROM.gz")); internal static readonly Lazy CPC_OS_6128_ROM = new Lazy(() => ReadEmbeddedByteArray("CPC_OS_6128.ROM.gz")); internal static readonly Lazy OS_464_ROM = new Lazy(() => ReadEmbeddedByteArray("OS_464.ROM.gz")); - internal static readonly Lazy SameboyCgbBoot = new Lazy(() => ReadEmbeddedByteArray("cgb_boot.bin.gz")); - internal static readonly Lazy SameboyDmgBoot = new Lazy(() => ReadEmbeddedByteArray("dmg_boot.bin.gz")); + internal static readonly Lazy SameboyCgbBoot = new Lazy(() => ReadEmbeddedByteArray("cgb_boot.rom.gz")); + internal static readonly Lazy SameboyDmgBoot = new Lazy(() => ReadEmbeddedByteArray("dmg_boot.rom.gz")); internal static readonly Lazy SgbCartPresent_SPC = new Lazy(() => ReadEmbeddedByteArray("sgb-cart-present.spc.gz")); internal static readonly Lazy ZX_128_ROM = new Lazy(() => ReadEmbeddedByteArray("128.ROM.gz")); internal static readonly Lazy ZX_48_ROM = new Lazy(() => ReadEmbeddedByteArray("48.ROM.gz")); diff --git a/BizHawk.Emulation.Cores/Resources/cgb_boot.bin.gz b/BizHawk.Emulation.Cores/Resources/cgb_boot.bin.gz deleted file mode 100644 index ab0eb54bfd..0000000000 Binary files a/BizHawk.Emulation.Cores/Resources/cgb_boot.bin.gz and /dev/null differ diff --git a/BizHawk.Emulation.Cores/Resources/cgb_boot.rom.gz b/BizHawk.Emulation.Cores/Resources/cgb_boot.rom.gz new file mode 100644 index 0000000000..586e102999 Binary files /dev/null and b/BizHawk.Emulation.Cores/Resources/cgb_boot.rom.gz differ diff --git a/BizHawk.Emulation.Cores/Resources/dmg_boot.bin.gz b/BizHawk.Emulation.Cores/Resources/dmg_boot.bin.gz deleted file mode 100644 index 85f1e8276a..0000000000 Binary files a/BizHawk.Emulation.Cores/Resources/dmg_boot.bin.gz and /dev/null differ diff --git a/BizHawk.Emulation.Cores/Resources/dmg_boot.rom.gz b/BizHawk.Emulation.Cores/Resources/dmg_boot.rom.gz new file mode 100644 index 0000000000..6096a5745b Binary files /dev/null and b/BizHawk.Emulation.Cores/Resources/dmg_boot.rom.gz differ