Previous | 199869 Revisions | Next |
r18329 Sunday 7th October, 2012 at 11:03:10 UTC by smf |
---|
removed dependency pollution (nw) |
[src/mess/drivers] | bullet.c |
[src/mess/includes] | bullet.h v1050.h |
[src/mess/machine] | d9060.c d9060.h e01.c e01.h lux4105.c lux4105.h |
r18328 | r18329 | |
---|---|---|
8 | 8 | *********************************************************************/ |
9 | 9 | |
10 | 10 | #include "lux4105.h" |
11 | #include "machine/scsibus.h" | |
11 | 12 | #include "machine/scsicb.h" |
12 | 13 | #include "machine/scsihd.h" |
13 | 14 | #include "machine/s1410.h" |
r18328 | r18329 | |
---|---|---|
16 | 16 | #include "emu.h" |
17 | 17 | #include "abc1600_bus.h" |
18 | 18 | #include "machine/scsicb.h" |
19 | #include "machine/scsibus.h" | |
20 | 19 | |
21 | 20 | |
22 | 21 | |
23 | ||
24 | 22 | //************************************************************************** |
25 | 23 | // MACROS / CONSTANTS |
26 | 24 | //************************************************************************** |
r18328 | r18329 | |
---|---|---|
8 | 8 | **********************************************************************/ |
9 | 9 | |
10 | 10 | #include "d9060.h" |
11 | #include "machine/scsibus.h" | |
11 | 12 | #include "machine/scsicb.h" |
12 | 13 | #include "machine/d9060hd.h" |
13 | 14 |
r18328 | r18329 | |
---|---|---|
30 | 30 | #include "machine/6532riot.h" |
31 | 31 | #include "machine/ieee488.h" |
32 | 32 | #include "machine/scsicb.h" |
33 | #include "machine/scsibus.h" | |
34 | 33 | |
35 | 34 | |
36 | 35 | |
37 | ||
38 | 36 | //************************************************************************** |
39 | 37 | // TYPE DEFINITIONS |
40 | 38 | //************************************************************************** |
r18328 | r18329 | |
---|---|---|
54 | 54 | */ |
55 | 55 | |
56 | 56 | #include "e01.h" |
57 | #include "machine/scsibus.h" | |
57 | 58 | #include "machine/scsicb.h" |
58 | 59 | #include "machine/scsihd.h" |
59 | 60 | |
r18328 | r18329 | |
335 | 336 | //------------------------------------------------- |
336 | 337 | |
337 | 338 | static MACHINE_CONFIG_FRAGMENT( e01 ) |
338 | ||
339 | // basic machine hardware | |
339 | 340 | MCFG_CPU_ADD(R65C102_TAG, M65C02, XTAL_8MHz/4) // Rockwell R65C102P3 |
340 | ||
341 | MCFG_CPU_PROGRAM_MAP(e01_mem) | |
341 | 342 | |
342 | 343 | MCFG_MC146818_IRQ_ADD(HD146818_TAG, MC146818_STANDARD, rtc_intf) |
343 | 344 |
r18328 | r18329 | |
---|---|---|
22 | 22 | #include "machine/mc6854.h" |
23 | 23 | #include "machine/ram.h" |
24 | 24 | #include "machine/scsicb.h" |
25 | #include "machine/scsibus.h" | |
26 | 25 | #include "machine/wd17xx.h" |
27 | 26 | |
28 | 27 | class e01_device : public device_t, |
r18328 | r18329 | |
---|---|---|
16 | 16 | #include "machine/msm58321.h" |
17 | 17 | #include "machine/ram.h" |
18 | 18 | #include "machine/scsicb.h" |
19 | #include "machine/scsibus.h" | |
20 | 19 | #include "machine/v1050kb.h" |
21 | 20 | #include "machine/wd17xx.h" |
22 | 21 | #include "video/mc6845.h" |
r18328 | r18329 | |
---|---|---|
10 | 10 | #include "machine/ctronics.h" |
11 | 11 | #include "machine/ram.h" |
12 | 12 | #include "machine/scsicb.h" |
13 | #include "machine/scsibus.h" | |
14 | 13 | #include "machine/terminal.h" |
15 | 14 | #include "machine/wd17xx.h" |
16 | 15 | #include "machine/z80ctc.h" |
r18328 | r18329 | |
---|---|---|
58 | 58 | */ |
59 | 59 | |
60 | 60 | #include "includes/bullet.h" |
61 | #include "machine/scsibus.h" | |
61 | 62 | #include "machine/scsicb.h" |
62 | 63 | #include "machine/scsihd.h" |
63 | 64 | |
r18328 | r18329 | |
1155 | 1156 | //------------------------------------------------- |
1156 | 1157 | |
1157 | 1158 | static MACHINE_CONFIG_START( bullet, bullet_state ) |
1158 | // basic machine hardware | |
1159 | MCFG_CPU_ADD(Z80_TAG, Z80, XTAL_16MHz/4) | |
1160 | MCFG_CPU_PROGRAM_MAP(bullet_mem) | |
1161 | MCFG_CPU_IO_MAP(bullet_io) | |
1159 | // basic machine hardware | |
1160 | MCFG_CPU_ADD(Z80_TAG, Z80, XTAL_16MHz/4) | |
1161 | MCFG_CPU_PROGRAM_MAP(bullet_mem) | |
1162 | MCFG_CPU_IO_MAP(bullet_io) | |
1162 | 1163 | MCFG_CPU_CONFIG(daisy_chain) |
1163 | 1164 | |
1164 | 1165 | // devices |
r18328 | r18329 | |
1186 | 1187 | //------------------------------------------------- |
1187 | 1188 | |
1188 | 1189 | static MACHINE_CONFIG_START( bulletf, bulletf_state ) |
1189 | // basic machine hardware | |
1190 | MCFG_CPU_ADD(Z80_TAG, Z80, XTAL_16MHz/4) | |
1191 | MCFG_CPU_PROGRAM_MAP(bulletf_mem) | |
1192 | MCFG_CPU_IO_MAP(bulletf_io) | |
1190 | // basic machine hardware | |
1191 | MCFG_CPU_ADD(Z80_TAG, Z80, XTAL_16MHz/4) | |
1192 | MCFG_CPU_PROGRAM_MAP(bulletf_mem) | |
1193 | MCFG_CPU_IO_MAP(bulletf_io) | |
1193 | 1194 | MCFG_CPU_CONFIG(daisy_chain) |
1194 | 1195 | |
1195 | 1196 | // devices |
Previous | 199869 Revisions | Next |