From: Toni Wilen Date: Thu, 19 Nov 2015 14:45:29 +0000 (+0200) Subject: Fixed PicassoIV rom type. X-Git-Tag: 3210~6 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=fe8a38c4cd52da63d1e3e8d0ef98e001bfbe2641;p=francis%2Fwinuae.git Fixed PicassoIV rom type. --- diff --git a/include/rommgr.h b/include/rommgr.h index a5de57db..9fc6a922 100644 --- a/include/rommgr.h +++ b/include/rommgr.h @@ -16,7 +16,6 @@ extern int decode_cloanto_rom_do (uae_u8 *mem, int size, int real_size); #define ROMTYPE_ARCADIAGAME 0x00004000 #define ROMTYPE_CD32CART 0x00008000 #define ROMTYPE_SPECIALKICK 0x00010000 -#define ROMTYPE_PIV 0x00020000 #define ROMTYPE_CPUBOARD 0x00040000 #define ROMTYPE_CB_A3001S1 0x00040001 diff --git a/rommgr.cpp b/rommgr.cpp index a04b70a9..47525b65 100644 --- a/rommgr.cpp +++ b/rommgr.cpp @@ -449,7 +449,7 @@ static struct romdata roms[] = { { _T("ACA 500"), 0, 0, 0, 0, _T("ACA500\0"), 524288, 137, 0, 0, ROMTYPE_CB_ACA500, 0, 0, NULL, 0, 0, 0, 0, 0, 0, NULL, _T("menu500.aca") }, - { _T("Picasso IV"), 7, 4, 7, 4, _T("PIV\0"), 131072, 91, 0, 0, ROMTYPE_PIV, 0, 0, NULL, + { _T("Picasso IV"), 7, 4, 7, 4, _T("PIV\0"), 131072, 91, 0, 0, ROMTYPE_PICASSOIV, 0, 0, NULL, 0xa8133e7e, 0xcafafb91,0x6f16b9f3,0xec9b49aa,0x4b40eb4e,0xeceb5b5b }, { _T("A1060 BIOS 2.06"), 2, 6, 2, 6, _T("A1060\0"), 16384, 147, 0, 0, ROMTYPE_A1060, 0, 0, _T("380619-03"),