static const struct expansionsubromtype supra_sub[] = {
{
_T("A500 ByteSync/XP"), _T("bytesync"),
- 1056, 3, 9,
- { 0 },
+ 1056, 9, 0,
+ { 0xd1, 13, 0x00, 0x00, 0x04, 0x20, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00 },
},
{
_T("A2000 Word Sync"), _T("wordsync"),
- 1056, 3, 9,
- { 0 },
+ 1056, 9, 0,
+ { 0xd1, 12, 0x00, 0x00, 0x04, 0x20, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00 },
},
{
_T("A500 Autoboot"), _T("500"),
- 1056, 3, 5,
- { 0 },
+ 1056, 5, 0,
+ { 0xd1, 8, 0x00, 0x00, 0x04, 0x20, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00 },
},
{
_T("Non Autoboot (4x4)"), _T("4x4"),
- 1056, 3, 2,
- { 0 },
+ 1056, 2, 0,
+ { 0xc1, 1, 0x00, 0x00, 0x04, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 },
+ },
+ {
+ _T("A2000 DMA"), _T("dma"),
+ 1056, 2, 0,
+ { 0xd1, 3, 0x00, 0x00, 0x04, 0x20, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00 },
},
{
NULL
const struct expansionromtype expansionroms[] = {
{
- _T("cpuboard"), _T("Accelerator board"),
+ _T("cpuboard"), _T("Accelerator"),
NULL, add_cpuboard_unit, ROMTYPE_CPUBOARD, 0, 0, 0,
NULL, 0,
false, EXPANSIONTYPE_SCSI | EXPANSIONTYPE_IDE
_T("supradrive"), _T("SupraDrive"),
supra_init, supra_add_scsi_unit, ROMTYPE_SUPRA | ROMTYPE_NONE, 0, 0, 2,
supra_sub, 0,
- true, EXPANSIONTYPE_SCSI | EXPANSIONTYPE_IDE
+ true, EXPANSIONTYPE_SCSI
+ },
+ {
+ _T("golem"), _T("Kupke Golem"),
+ golem_init, golem_add_scsi_unit, ROMTYPE_GOLEM, 0, 0, 2,
+ NULL, 0,
+ true, EXPANSIONTYPE_SCSI,
+ 2079, 3, 0
},
{
NULL
{
_T("G-Force 030"),
_T("GVPGFORCE030"),
- ROMTYPE_GVPS2, 0,
+ ROMTYPE_GVPS2, ROMTYPE_GVPS12,
gvp_add_scsi_unit, EXPANSIONTYPE_SCSI,
BOARD_MEMORY_25BITMEM,
128 * 1024 * 1024,
};
static const struct cpuboardsubtype blizzardboard_sub[] = {
{
- _T("1230 IV"),
+ _T("Blizzard 1230 IV"),
_T("Blizzard1230IV"),
ROMTYPE_CB_BLIZ1230, 0,
cpuboard_ncr9x_add_scsi_unit, EXPANSIONTYPE_SCSI,
blizzardboard_settings
},
{
- _T("1260"),
+ _T("Blizzard 1260"),
_T("Blizzard1260"),
ROMTYPE_CB_BLIZ1260, 0,
cpuboard_ncr9x_add_scsi_unit, EXPANSIONTYPE_SCSI,
blizzardboard_settings
},
{
- _T("2060"),
+ _T("Blizzard 2060"),
_T("Blizzard2060"),
ROMTYPE_CB_BLIZ2060, 0,
cpuboard_ncr9x_add_scsi_unit, EXPANSIONTYPE_SCSI,
blizzardboard_settings
},
{
- _T("PPC"),
+ _T("Blizzard PPC"),
_T("BlizzardPPC"),
ROMTYPE_CB_BLIZPPC, 0,
blizzardppc_add_scsi_unit, EXPANSIONTYPE_SCSI,
};
static const struct cpuboardsubtype cyberstormboard_sub[] = {
{
- _T("MK I"),
+ _T("CyberStorm MK I"),
_T("CyberStormMK1"),
ROMTYPE_CB_CSMK1, 0,
cpuboard_ncr9x_add_scsi_unit, EXPANSIONTYPE_SCSI,
128 * 1024 * 1024
},
{
- _T("MK II"),
+ _T("CyberStorm MK II"),
_T("CyberStormMK2"),
ROMTYPE_CB_CSMK2, 0,
cpuboard_ncr9x_add_scsi_unit, EXPANSIONTYPE_SCSI,
128 * 1024 * 1024
},
{
- _T("MK III"),
+ _T("CyberStorm MK III"),
_T("CyberStormMK3"),
ROMTYPE_CB_CSMK3, 0,
cyberstorm_add_scsi_unit, EXPANSIONTYPE_SCSI,
128 * 1024 * 1024
},
{
- _T("PPC"),
+ _T("CyberStorm PPC"),
_T("CyberStormPPC"),
ROMTYPE_CB_CSPPC, 0,
cyberstorm_add_scsi_unit, EXPANSIONTYPE_SCSI,