Previous | 199869 Revisions | Next |
r37139 Sunday 12th April, 2015 at 16:08:32 UTC by Miodrag Milanović |
---|
remove not needed astring includes (nw) |
[src/lib/formats] | cbm_crt.c ccvf_dsk.c |
[src/mame/drivers] | a1supply.c aleisttl.c atarittl.c bailey.c chicago.c electra.c exidyttl.c fungames.c meadwttl.c monacogp.c pong.c ramtek.c taitottl.c |
r245650 | r245651 | |
---|---|---|
40 | 40 | *********************************************************************/ |
41 | 41 | |
42 | 42 | #include "emu.h" // fatalerror |
43 | #include "astring.h" | |
44 | 43 | #include "corefile.h" |
45 | 44 | #include "cbm_crt.h" |
46 | 45 |
r245650 | r245651 | |
---|---|---|
9 | 9 | *********************************************************************/ |
10 | 10 | |
11 | 11 | #include "emu.h" // BIT |
12 | #include "astring.h" | |
13 | 12 | #include "formats/ccvf_dsk.h" |
14 | 13 | |
15 | 14 | ccvf_format::ccvf_format() |
r245650 | r245651 | |
---|---|---|
17 | 17 | #include "machine/netlist.h" |
18 | 18 | #include "netlist/devices/net_lib.h" |
19 | 19 | #include "video/fixfreq.h" |
20 | #include "astring.h" | |
21 | 20 | |
22 | 21 | // copied by Pong, not accurate for this driver! |
23 | 22 | // start |
r245650 | r245651 | |
---|---|---|
19 | 19 | #include "machine/netlist.h" |
20 | 20 | #include "netlist/devices/net_lib.h" |
21 | 21 | #include "video/fixfreq.h" |
22 | #include "astring.h" | |
23 | 22 | |
24 | 23 | // copied by Pong, not accurate for this driver! |
25 | 24 | // start |
r245650 | r245651 | |
---|---|---|
61 | 61 | #include "machine/netlist.h" |
62 | 62 | #include "netlist/devices/net_lib.h" |
63 | 63 | #include "video/fixfreq.h" |
64 | #include "astring.h" | |
65 | 64 | |
66 | 65 | |
67 | 66 | // copied by Pong, not accurate for this driver! |
r245650 | r245651 | |
---|---|---|
12 | 12 | #include "machine/netlist.h" |
13 | 13 | #include "netlist/devices/net_lib.h" |
14 | 14 | #include "video/fixfreq.h" |
15 | #include "astring.h" | |
16 | 15 | |
17 | 16 | // copied by Pong, not accurate for this driver! |
18 | 17 | // start |
r245650 | r245651 | |
---|---|---|
21 | 21 | #include "machine/netlist.h" |
22 | 22 | #include "netlist/devices/net_lib.h" |
23 | 23 | #include "video/fixfreq.h" |
24 | #include "astring.h" | |
25 | 24 | |
26 | 25 | // copied by Pong, not accurate for this driver! |
27 | 26 | // start |
r245650 | r245651 | |
---|---|---|
18 | 18 | #include "machine/netlist.h" |
19 | 19 | #include "netlist/devices/net_lib.h" |
20 | 20 | #include "video/fixfreq.h" |
21 | #include "astring.h" | |
22 | 21 | |
23 | 22 | // copied by Pong, not accurate for this driver! |
24 | 23 | // start |
r245650 | r245651 | |
---|---|---|
20 | 20 | #include "machine/netlist.h" |
21 | 21 | #include "netlist/devices/net_lib.h" |
22 | 22 | #include "video/fixfreq.h" |
23 | #include "astring.h" | |
24 | 23 | |
25 | 24 | // copied by Pong, not accurate for this driver! |
26 | 25 | // start |
r245650 | r245651 | |
---|---|---|
18 | 18 | #include "machine/netlist.h" |
19 | 19 | #include "netlist/devices/net_lib.h" |
20 | 20 | #include "video/fixfreq.h" |
21 | #include "astring.h" | |
22 | 21 | |
23 | 22 | // copied by Pong, not accurate for this driver! |
24 | 23 | // start |
r245650 | r245651 | |
---|---|---|
17 | 17 | #include "machine/netlist.h" |
18 | 18 | #include "netlist/devices/net_lib.h" |
19 | 19 | #include "video/fixfreq.h" |
20 | #include "astring.h" | |
21 | 20 | |
22 | 21 | // copied by Pong, not accurate for this driver! |
23 | 22 | // start |
r245650 | r245651 | |
---|---|---|
109 | 109 | #include "machine/netlist.h" |
110 | 110 | #include "netlist/devices/net_lib.h" |
111 | 111 | #include "video/fixfreq.h" |
112 | #include "astring.h" | |
113 | 112 | |
114 | 113 | // copied by Pong, not accurate for this driver! |
115 | 114 | // start |
r245650 | r245651 | |
---|---|---|
16 | 16 | #include "netlist/devices/net_lib.h" |
17 | 17 | #include "sound/dac.h" |
18 | 18 | #include "video/fixfreq.h" |
19 | #include "astring.h" | |
20 | 19 | |
21 | 20 | /* |
22 | 21 | * H count width to 512 |
r245650 | r245651 | |
---|---|---|
40 | 40 | #include "machine/netlist.h" |
41 | 41 | #include "netlist/devices/net_lib.h" |
42 | 42 | #include "video/fixfreq.h" |
43 | #include "astring.h" | |
44 | 43 | |
45 | 44 | // copied from Pong, not accurate for this driver! |
46 | 45 | // start |
r245650 | r245651 | |
---|---|---|
60 | 60 | #include "machine/netlist.h" |
61 | 61 | #include "netlist/devices/net_lib.h" |
62 | 62 | #include "video/fixfreq.h" |
63 | #include "astring.h" | |
64 | 63 | |
65 | 64 | // copied by Pong, not accurate for this driver! |
66 | 65 | // start |
https://github.com/mamedev/mame/commit/7977b2a8f6d627344f22dbc645bee53bdadd8810 |
Previous | 199869 Revisions | Next |