1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
|
// license:BSD-3-Clause
// copyright-holders:AJR
/***************************************************************************
Adaptec AHA-1540/42A and AHA-1540/42B SCSI controllers
The alternate BIOSes using port 334h instead of 330h are provided due
to certain MIDI cards requiring the 330h port.
***************************************************************************/
#include "emu.h"
#include "aha1542b.h"
#include "cpu/i8085/i8085.h"
#include "machine/aic6250.h"
#include "machine/nscsi_bus.h"
#include "machine/nscsi_hd.h"
DEFINE_DEVICE_TYPE(AHA1542A, aha1542a_device, "aha1542a", "AHA-1542A SCSI Controller")
DEFINE_DEVICE_TYPE(AHA1542B, aha1542b_device, "aha1542b", "AHA-1542B SCSI Controller")
aha154x_device::aha154x_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, u32 clock)
: device_t(mconfig, type, tag, owner, clock)
, device_isa16_card_interface(mconfig, *this)
, m_fdc(*this, "fdc")
, m_bios(*this, "bios")
{
}
aha1542a_device::aha1542a_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock)
: aha154x_device(mconfig, AHA1542A, tag, owner, clock)
{
}
aha1542b_device::aha1542b_device(const machine_config &mconfig, const char *tag, device_t *owner, u32 clock)
: aha154x_device(mconfig, AHA1542B, tag, owner, clock)
{
}
void aha154x_device::device_start()
{
}
void aha154x_device::i8085_map(address_map &map)
{
map(0x0000, 0x3fff).rom().region("mcode", 0);
map(0x8000, 0x800f).m("scsi:7:scsic", FUNC(aic6250_device::map));
map(0xe000, 0xe7ff).ram();
}
static INPUT_PORTS_START(aha1542a)
PORT_START("SETUP")
PORT_DIPNAME(0x01, 0x01, "Synchronous Negotiation") PORT_DIPLOCATION("J1:1")
PORT_DIPSETTING(0x01, "Disabled")
PORT_DIPSETTING(0x00, "Enabled")
PORT_DIPNAME(0x02, 0x02, "Diagnostic Test Loop") PORT_DIPLOCATION("J1:2")
PORT_DIPSETTING(0x02, DEF_STR(Off))
PORT_DIPSETTING(0x00, DEF_STR(On))
PORT_BIT(0x04, IP_ACTIVE_HIGH, IPT_CUSTOM) // Data accepted by host
PORT_BIT(0x08, IP_ACTIVE_HIGH, IPT_UNKNOWN)
PORT_DIPNAME(0x10, 0x10, "SCSI Parity Checking") PORT_DIPLOCATION("J1:3")
PORT_DIPSETTING(0x00, "Disabled")
PORT_DIPSETTING(0x10, "Enabled")
PORT_DIPNAME(0x60, 0x60, "DMA Transfer Speed") PORT_DIPLOCATION("J1:12,13")
PORT_DIPSETTING(0x60, "5.0 MB/s")
PORT_DIPSETTING(0x40, "5.7 MB/s")
PORT_DIPSETTING(0x20, "6.7 MB/s")
PORT_DIPSETTING(0x00, "8.0 MB/s")
PORT_BIT(0x80, IP_ACTIVE_HIGH, IPT_CUSTOM) // SCSI reset
PORT_START("CONFIG")
PORT_DIPNAME(0x07, 0x07, "SCSI Address ID") PORT_DIPLOCATION("J1:4,5,6")
PORT_DIPSETTING(0x00, "0")
PORT_DIPSETTING(0x01, "1")
PORT_DIPSETTING(0x02, "2")
PORT_DIPSETTING(0x03, "3")
PORT_DIPSETTING(0x04, "4")
PORT_DIPSETTING(0x05, "5")
PORT_DIPSETTING(0x06, "6")
PORT_DIPSETTING(0x07, "7")
PORT_DIPNAME(0x18, 0x08, "DMA Channel") PORT_DIPLOCATION("J1:7,8")
PORT_DIPSETTING(0x00, "0")
PORT_DIPSETTING(0x08, "5")
PORT_DIPSETTING(0x10, "6")
PORT_DIPSETTING(0x18, "7")
PORT_DIPNAME(0xe0, 0xa0, "Interrupt Channel") PORT_DIPLOCATION("J1:9,10,11")
PORT_DIPSETTING(0xe0, "9")
PORT_DIPSETTING(0xc0, "10")
PORT_DIPSETTING(0xa0, "11")
PORT_DIPSETTING(0x80, "12")
PORT_DIPSETTING(0x60, "14")
PORT_DIPSETTING(0x40, "15")
PORT_START("DMAREQ")
PORT_DIPNAME(0xf, 0xd, "DMA Request") PORT_DIPLOCATION("J14:1,2,3,4")
PORT_DIPSETTING(0xe, "Channel 0")
PORT_DIPSETTING(0xd, "Channel 5")
PORT_DIPSETTING(0xb, "Channel 6")
PORT_DIPSETTING(0x7, "Channel 7")
PORT_START("DMAACK")
PORT_DIPNAME(0xf, 0xd, "DMA Acknowledge") PORT_DIPLOCATION("J15:1,2,3,4")
PORT_DIPSETTING(0xe, "Channel 0")
PORT_DIPSETTING(0xd, "Channel 5")
PORT_DIPSETTING(0xb, "Channel 6")
PORT_DIPSETTING(0x7, "Channel 7")
PORT_START("IRQ")
PORT_DIPNAME(0x3f, 0x3b, "Interrupt") PORT_DIPLOCATION("J16:1,2,3,4,5,6")
PORT_DIPSETTING(0x3e, "IRQ 9")
PORT_DIPSETTING(0x3d, "IRQ 10")
PORT_DIPSETTING(0x3b, "IRQ 11")
PORT_DIPSETTING(0x37, "IRQ 12")
PORT_DIPSETTING(0x2f, "IRQ 14")
PORT_DIPSETTING(0x1f, "IRQ 15")
PORT_START("BIOSWAIT")
PORT_DIPNAME(0xf, 0xe, "BIOS Wait State") PORT_DIPLOCATION("J7:1,2,3,4")
PORT_DIPSETTING(0xe, "Disabled")
PORT_DIPSETTING(0xd, "100 ns")
PORT_DIPSETTING(0xb, "200 ns")
PORT_DIPSETTING(0x7, "300 ns")
PORT_START("PORTADDR")
PORT_DIPNAME(0x7, 0x6, "I/O Port Address") PORT_DIPLOCATION("J6:1,2,3")
PORT_DIPSETTING(0x2, "130h")
PORT_DIPSETTING(0x3, "134h")
PORT_DIPSETTING(0x4, "230h")
PORT_DIPSETTING(0x5, "234h")
PORT_DIPSETTING(0x6, "330h")
PORT_DIPSETTING(0x7, "334h")
PORT_START("BIOSADDR")
PORT_DIPNAME(0x3, 0x3, "BIOS Base Address") PORT_DIPLOCATION("J10:2,1")
PORT_DIPSETTING(0x0, "0C8000h")
PORT_DIPSETTING(0x1, "0CC000h")
PORT_DIPSETTING(0x2, "0D8000h")
PORT_DIPSETTING(0x3, "0DC000h")
PORT_DIPNAME(0x4, 0x0, "System BIOS") PORT_DIPLOCATION("J10:3")
PORT_DIPSETTING(0x4, "Disabled")
PORT_DIPSETTING(0x0, "Enabled")
PORT_START("AUX")
PORT_DIPNAME(0x1, 0x1, DEF_STR(Unused)) PORT_DIPLOCATION("J9:1")
PORT_DIPSETTING(0x1, DEF_STR(Off))
PORT_DIPSETTING(0x0, DEF_STR(On))
PORT_DIPNAME(0x2, 0x2, DEF_STR(Unused)) PORT_DIPLOCATION("J9:2")
PORT_DIPSETTING(0x2, DEF_STR(Off))
PORT_DIPSETTING(0x0, DEF_STR(On))
PORT_DIPNAME(0x4, 0x4, DEF_STR(Unused)) PORT_DIPLOCATION("J9:3")
PORT_DIPSETTING(0x4, DEF_STR(Off))
PORT_DIPSETTING(0x0, DEF_STR(On))
PORT_DIPNAME(0x8, 0x8, "Automatic Request Sense") PORT_DIPLOCATION("J9:4")
PORT_DIPSETTING(0x0, "Disabled")
PORT_DIPSETTING(0x8, "Enabled")
PORT_START("FDCCFG")
PORT_DIPNAME(0x1, 0x1, "FDC Secondary Address") PORT_DIPLOCATION("J12:1")
PORT_DIPSETTING(0x0, "370h-377h")
PORT_DIPSETTING(0x1, "3F0h-3F7h")
PORT_DIPNAME(0x2, 0x0, "Flexible Disk Controller") PORT_DIPLOCATION("J13:1")
PORT_DIPSETTING(0x2, DEF_STR(Off))
PORT_DIPSETTING(0x0, DEF_STR(On))
PORT_START("FDCIRQ")
PORT_DIPNAME(0x7, 0x4, "FDC Interrupt") PORT_DIPLOCATION("J17:1,2,3")
PORT_DIPSETTING(0x4, "Channel 6")
PORT_DIPSETTING(0x1, "Channel 10")
PORT_START("FDCDREQ")
PORT_DIPNAME(0x7, 0x4, "FDC DMA Request") PORT_DIPLOCATION("J18:1,2,3")
PORT_DIPSETTING(0x4, "Channel 2")
PORT_DIPSETTING(0x1, "Channel 3")
PORT_START("FDCDACK")
PORT_DIPNAME(0x7, 0x4, "FDC DMA Acknowledge") PORT_DIPLOCATION("J19:1,2,3")
PORT_DIPSETTING(0x4, "Channel 2")
PORT_DIPSETTING(0x1, "Channel 3")
INPUT_PORTS_END
static INPUT_PORTS_START(aha1542b)
PORT_START("SETUP")
PORT_DIPNAME(0x01, 0x01, "Synchronous Negotiation") PORT_DIPLOCATION("J5:1")
PORT_DIPSETTING(0x01, "Disabled")
PORT_DIPSETTING(0x00, "Enabled")
PORT_DIPNAME(0x02, 0x02, "Diagnostic Test Loop") PORT_DIPLOCATION("J5:2")
PORT_DIPSETTING(0x02, DEF_STR(Off))
PORT_DIPSETTING(0x00, DEF_STR(On))
PORT_BIT(0x04, IP_ACTIVE_HIGH, IPT_UNUSED)
PORT_BIT(0x08, IP_ACTIVE_HIGH, IPT_UNUSED)
PORT_DIPNAME(0x10, 0x10, "SCSI Parity Checking") PORT_DIPLOCATION("J5:3")
PORT_DIPSETTING(0x00, "Disabled")
PORT_DIPSETTING(0x10, "Enabled")
PORT_DIPNAME(0x60, 0x60, "DMA Transfer Speed") PORT_DIPLOCATION("J5:12,13")
PORT_DIPSETTING(0x60, "5.0 MB/s")
PORT_DIPSETTING(0x40, "5.7 MB/s")
PORT_DIPSETTING(0x20, "6.7 MB/s")
PORT_DIPSETTING(0x00, "8.0 MB/s")
PORT_BIT(0x80, IP_ACTIVE_HIGH, IPT_UNUSED)
PORT_START("CONFIG")
PORT_DIPNAME(0x07, 0x07, "SCSI Address ID") PORT_DIPLOCATION("J5:4,5,6")
PORT_DIPSETTING(0x00, "0")
PORT_DIPSETTING(0x01, "1")
PORT_DIPSETTING(0x02, "2")
PORT_DIPSETTING(0x03, "3")
PORT_DIPSETTING(0x04, "4")
PORT_DIPSETTING(0x05, "5")
PORT_DIPSETTING(0x06, "6")
PORT_DIPSETTING(0x07, "7")
PORT_DIPNAME(0x18, 0x08, "DMA Channel") PORT_DIPLOCATION("J5:7,8")
PORT_DIPSETTING(0x00, "0")
PORT_DIPSETTING(0x08, "5")
PORT_DIPSETTING(0x10, "6")
PORT_DIPSETTING(0x18, "7")
PORT_DIPNAME(0xe0, 0xa0, "Interrupt Channel") PORT_DIPLOCATION("J5:9,10,11")
PORT_DIPSETTING(0xe0, "9")
PORT_DIPSETTING(0xc0, "10")
PORT_DIPSETTING(0xa0, "11")
PORT_DIPSETTING(0x80, "12")
PORT_DIPSETTING(0x60, "14")
PORT_DIPSETTING(0x40, "15")
PORT_START("DMAREQ")
PORT_DIPNAME(0xf, 0xd, "DMA Request") PORT_DIPLOCATION("J9:1,2,3,4")
PORT_DIPSETTING(0xe, "Channel 0")
PORT_DIPSETTING(0xd, "Channel 5")
PORT_DIPSETTING(0xb, "Channel 6")
PORT_DIPSETTING(0x7, "Channel 7")
PORT_START("DMAACK")
PORT_DIPNAME(0xf, 0xd, "DMA Acknowledge") PORT_DIPLOCATION("J9:5,6,7,8")
PORT_DIPSETTING(0xe, "Channel 0")
PORT_DIPSETTING(0xd, "Channel 5")
PORT_DIPSETTING(0xb, "Channel 6")
PORT_DIPSETTING(0x7, "Channel 7")
PORT_START("IRQ")
PORT_DIPNAME(0x3f, 0x3b, "Interrupt") PORT_DIPLOCATION("J9:9,10,11,12,13,14")
PORT_DIPSETTING(0x3e, "IRQ 9")
PORT_DIPSETTING(0x3d, "IRQ 10")
PORT_DIPSETTING(0x3b, "IRQ 11")
PORT_DIPSETTING(0x37, "IRQ 12")
PORT_DIPSETTING(0x2f, "IRQ 14")
PORT_DIPSETTING(0x1f, "IRQ 15")
PORT_START("BIOSWAIT")
PORT_DIPNAME(0x3, 0x3, "BIOS Wait State") PORT_DIPLOCATION("J7:5,6")
PORT_DIPSETTING(0x3, "Disabled")
PORT_DIPSETTING(0x2, "100 ns")
PORT_DIPSETTING(0x1, "200 ns")
PORT_DIPSETTING(0x0, "300 ns")
PORT_START("PORTADDR")
PORT_DIPNAME(0x7, 0x6, "I/O Port Address") PORT_DIPLOCATION("J7:2,3,4")
PORT_DIPSETTING(0x2, "130h")
PORT_DIPSETTING(0x3, "134h")
PORT_DIPSETTING(0x4, "230h")
PORT_DIPSETTING(0x5, "234h")
PORT_DIPSETTING(0x6, "330h")
PORT_DIPSETTING(0x7, "334h")
PORT_START("BIOSADDR")
PORT_DIPNAME(0x3, 0x3, "BIOS Base Address") PORT_DIPLOCATION("J7:8,7")
PORT_DIPSETTING(0x0, "0C8000h")
PORT_DIPSETTING(0x1, "0CC000h")
PORT_DIPSETTING(0x2, "0D8000h")
PORT_DIPSETTING(0x3, "0DC000h")
PORT_DIPNAME(0x4, 0x0, "System BIOS") PORT_DIPLOCATION("J6:1")
PORT_DIPSETTING(0x4, "Disabled")
PORT_DIPSETTING(0x0, "Enabled")
PORT_START("AUX")
PORT_DIPNAME(0x1, 0x1, DEF_STR(Unused)) PORT_DIPLOCATION("J6:2")
PORT_DIPSETTING(0x1, DEF_STR(Off))
PORT_DIPSETTING(0x0, DEF_STR(On))
PORT_DIPNAME(0x2, 0x2, DEF_STR(Unused)) PORT_DIPLOCATION("J6:3")
PORT_DIPSETTING(0x2, DEF_STR(Off))
PORT_DIPSETTING(0x0, DEF_STR(On))
PORT_DIPNAME(0x4, 0x4, DEF_STR(Unused)) PORT_DIPLOCATION("J6:4")
PORT_DIPSETTING(0x4, DEF_STR(Off))
PORT_DIPSETTING(0x0, DEF_STR(On))
PORT_DIPNAME(0x8, 0x8, "Automatic Request Sense") PORT_DIPLOCATION("J6:5")
PORT_DIPSETTING(0x0, "Disabled")
PORT_DIPSETTING(0x8, "Enabled")
PORT_START("FDCCFG")
PORT_DIPNAME(0x1, 0x1, "Floppy Secondary Address") PORT_DIPLOCATION("J7:1")
PORT_DIPSETTING(0x1, "170h-177h")
PORT_DIPSETTING(0x0, "1F0h-1F7h")
PORT_DIPNAME(0x2, 0x0, "Floppy Disk Controller") PORT_DIPLOCATION("J8:1")
PORT_DIPSETTING(0x2, DEF_STR(Off))
PORT_DIPSETTING(0x0, DEF_STR(On))
PORT_DIPNAME(0x4, 0x4, "Floppy Dual Channel Speed") PORT_DIPLOCATION("J8:8")
PORT_DIPSETTING(0x4, DEF_STR(Off))
PORT_DIPSETTING(0x0, DEF_STR(On))
PORT_START("FDCIRQ")
PORT_DIPNAME(0x3, 0x2, "FDC Interrupt") PORT_DIPLOCATION("J8:6,7")
PORT_DIPSETTING(0x2, "Channel 6")
PORT_DIPSETTING(0x1, "Channel 10")
PORT_START("FDCDREQ")
PORT_DIPNAME(0x3, 0x2, "FDC DMA Request") PORT_DIPLOCATION("J8:2,3")
PORT_DIPSETTING(0x2, "Channel 2")
PORT_DIPSETTING(0x1, "Channel 3")
PORT_START("FDCDACK")
PORT_DIPNAME(0x3, 0x2, "FDC DMA Acknowledge") PORT_DIPLOCATION("J8:4,5")
PORT_DIPSETTING(0x2, "Channel 2")
PORT_DIPSETTING(0x1, "Channel 3")
INPUT_PORTS_END
ioport_constructor aha1542a_device::device_input_ports() const
{
return INPUT_PORTS_NAME(aha1542a);
}
ioport_constructor aha1542b_device::device_input_ports() const
{
return INPUT_PORTS_NAME(aha1542b);
}
static void aha154x_scsi_devices(device_slot_interface &device)
{
device.option_add("harddisk", NSCSI_HARDDISK);
device.option_add_internal("scsic", AIC6250);
}
void aha154x_device::scsic_config(device_t *device)
{
device->set_clock(20'000'000);
downcast<aic6250_device &>(*device).int_cb().set_inputline("^^localcpu", I8085_RST65_LINE);
downcast<aic6250_device &>(*device).port_a_r_cb().set_ioport("^^SETUP");
downcast<aic6250_device &>(*device).port_b_r_cb().set_ioport("^^CONFIG");
}
void aha154x_device::device_add_mconfig(machine_config &config)
{
i8085a_cpu_device &localcpu(I8085A(config, "localcpu", 10'000'000));
localcpu.set_addrmap(AS_PROGRAM, &aha154x_device::i8085_map);
NSCSI_BUS(config, "scsi");
NSCSI_CONNECTOR(config, "scsi:0", aha154x_scsi_devices, nullptr);
NSCSI_CONNECTOR(config, "scsi:1", aha154x_scsi_devices, nullptr);
NSCSI_CONNECTOR(config, "scsi:2", aha154x_scsi_devices, nullptr);
NSCSI_CONNECTOR(config, "scsi:3", aha154x_scsi_devices, nullptr);
NSCSI_CONNECTOR(config, "scsi:4", aha154x_scsi_devices, nullptr);
NSCSI_CONNECTOR(config, "scsi:5", aha154x_scsi_devices, nullptr);
NSCSI_CONNECTOR(config, "scsi:6", aha154x_scsi_devices, nullptr);
NSCSI_CONNECTOR(config, "scsi:7", aha154x_scsi_devices, "scsic", true)
.set_option_machine_config("scsic", [this] (device_t *device) { scsic_config(device); });
DP8473(config, m_fdc, 24_MHz_XTAL);
}
ROM_START(aha1542a)
ROM_REGION(0x4000, "bios", 0)
ROM_LOAD("b_9700.bin", 0x0000, 0x4000, CRC(35f546e9) SHA1(f559b08f52044f53836021a83f56f628e32216bd))
ROM_REGION(0x4000, "mcode", 0)
ROM_LOAD("m_e7bc.bin", 0x0000, 0x4000, CRC(985b7a31) SHA1(bba0d84fa1b67ea71905953c25201fa2020cf465))
ROM_END
ROM_START(aha1542b)
ROM_REGION(0x4000, "bios", 0)
ROM_SYSTEM_BIOS(0, "v310", "AT/SCSI BIOS Version 3.10")
ROMX_LOAD("adaptec_inc_420412-00_b_bios_bc00_1990.bin", 0x0000, 0x4000, CRC(bd3f74e7) SHA1(c38d82fd50e5439812fa093e0d4f5fd136c63844), ROM_BIOS(0))
ROM_SYSTEM_BIOS(1, "v310a", "AT/SCSI BIOS Version 3.10A (port 334h)")
ROMX_LOAD("154xp334.bin", 0x0000, 0x4000, CRC(4911f232) SHA1(2e24ce380c6f7694c45484019857cb919e2a9965), ROM_BIOS(1))
ROM_SYSTEM_BIOS(2, "v311", "AT/SCSI BIOS Version 3.11")
ROMX_LOAD("bios_c900.u13", 0x0000, 0x4000, CRC(4660d0c1) SHA1(a581291de96836b6f6cc0b6244b8fa1ee333346a), ROM_BIOS(2))
ROM_SYSTEM_BIOS(3, "v320g", "AT/SCSI BIOS Version 3.20 (> 1 GB support)")
ROMX_LOAD("b_bd00.bin", 0x0000, 0x4000, CRC(2387197b) SHA1(703e1fe1ba924c02d617ac37ec7a20e12bef1cc7), ROM_BIOS(3))
ROM_SYSTEM_BIOS(4, "v320gt", "AT/SCSI BIOS Version 3.20 (extended timeout)")
ROMX_LOAD("b_b300.bin", 0x0000, 0x4000, CRC(4c5b07d8) SHA1(692e824f916f55519c9905839f5f6609f5e8c0a5), ROM_BIOS(4))
ROM_SYSTEM_BIOS(5, "v320a", "AT/SCSI BIOS Version 3.20Alt (port 334h)")
ROMX_LOAD("b_ac00.bin", 0x0000, 0x4000, CRC(becd6d08) SHA1(b5e7cbdeb241c1ff57602291e87c58ac0ee72d54), ROM_BIOS(5))
ROM_REGION(0x4000, "mcode", 0)
ROMX_LOAD("adaptec_inc_434108-00_a_mcode_fc8a_1990.bin", 0x0000, 0x4000, CRC(6801f89e) SHA1(33d36bc93734105b950414e7c433a283032838e9), ROM_BIOS(0))
ROMX_LOAD("adaptec_inc_434108-00_a_mcode_fc8a_1990.bin", 0x0000, 0x4000, CRC(6801f89e) SHA1(33d36bc93734105b950414e7c433a283032838e9), ROM_BIOS(1)) // assumed compatible with v310a BIOS
ROMX_LOAD("firmware_62d3.u12", 0x0000, 0x4000, CRC(6056ca33) SHA1(8dd4aaffcb107dbcc85ac87d878fa6093b904a20), ROM_BIOS(2))
ROMX_LOAD("m_3054.bin", 0x0000, 0x4000, CRC(461b1885) SHA1(50dc49b0fd88b116b83e3c71f58c758b618d1ddf), ROM_BIOS(3))
ROMX_LOAD("m_5d98.bin", 0x0000, 0x4000, CRC(f7d51536) SHA1(5ad1bb4bde3e8c30380b05d32ac273c781ab12a8), ROM_BIOS(4)) // also provided with v320g BIOS
ROMX_LOAD("m_3054.bin", 0x0000, 0x4000, CRC(461b1885) SHA1(50dc49b0fd88b116b83e3c71f58c758b618d1ddf), ROM_BIOS(5))
ROM_END
const tiny_rom_entry *aha1542a_device::device_rom_region() const
{
return ROM_NAME(aha1542a);
}
const tiny_rom_entry *aha1542b_device::device_rom_region() const
{
return ROM_NAME(aha1542b);
}
|