mirror of
https://github.com/holub/mame
synced 2025-05-28 16:43:04 +03:00
(MESS) Moved a bunch of buses under emu/bus. (nw)
This commit is contained in:
parent
47c548e760
commit
0b91c21b36
241
.gitattributes
vendored
241
.gitattributes
vendored
@ -356,6 +356,10 @@ src/emu/attotime.c svneol=native#text/plain
|
||||
src/emu/attotime.h svneol=native#text/plain
|
||||
src/emu/audit.c svneol=native#text/plain
|
||||
src/emu/audit.h svneol=native#text/plain
|
||||
src/emu/bus/abc1600/abc1600.c svneol=native#text/plain
|
||||
src/emu/bus/abc1600/abc1600.h svneol=native#text/plain
|
||||
src/emu/bus/abc1600/lux4105.c svneol=native#text/plain
|
||||
src/emu/bus/abc1600/lux4105.h svneol=native#text/plain
|
||||
src/emu/bus/abcbus/abc890.c svneol=native#text/plain
|
||||
src/emu/bus/abcbus/abc890.h svneol=native#text/plain
|
||||
src/emu/bus/abcbus/abcbus.c svneol=native#text/plain
|
||||
@ -380,6 +384,14 @@ src/emu/bus/abcbus/uni800.c svneol=native#text/plain
|
||||
src/emu/bus/abcbus/uni800.h svneol=native#text/plain
|
||||
src/emu/bus/abcbus/xebec.c svneol=native#text/plain
|
||||
src/emu/bus/abcbus/xebec.h svneol=native#text/plain
|
||||
src/emu/bus/adam/adamlink.c svneol=native#text/plain
|
||||
src/emu/bus/adam/adamlink.h svneol=native#text/plain
|
||||
src/emu/bus/adam/exp.c svneol=native#text/plain
|
||||
src/emu/bus/adam/exp.h svneol=native#text/plain
|
||||
src/emu/bus/adam/ide.c svneol=native#text/plain
|
||||
src/emu/bus/adam/ide.h svneol=native#text/plain
|
||||
src/emu/bus/adam/ram.c svneol=native#text/plain
|
||||
src/emu/bus/adam/ram.h svneol=native#text/plain
|
||||
src/emu/bus/adamnet/adamnet.c svneol=native#text/plain
|
||||
src/emu/bus/adamnet/adamnet.h svneol=native#text/plain
|
||||
src/emu/bus/adamnet/ddp.c svneol=native#text/plain
|
||||
@ -393,6 +405,10 @@ src/emu/bus/adamnet/printer.h svneol=native#text/plain
|
||||
src/emu/bus/adamnet/spi.c svneol=native#text/plain
|
||||
src/emu/bus/adamnet/spi.h svneol=native#text/plain
|
||||
src/emu/bus/bus.mak svneol=native#text/plain
|
||||
src/emu/bus/bw2/exp.c svneol=native#text/plain
|
||||
src/emu/bus/bw2/exp.h svneol=native#text/plain
|
||||
src/emu/bus/bw2/ramcard.c svneol=native#text/plain
|
||||
src/emu/bus/bw2/ramcard.h svneol=native#text/plain
|
||||
src/emu/bus/c64/16kb.c svneol=native#text/plain
|
||||
src/emu/bus/c64/16kb.h svneol=native#text/plain
|
||||
src/emu/bus/c64/4cga.c svneol=native#text/plain
|
||||
@ -407,6 +423,7 @@ src/emu/bus/c64/bn1541.c svneol=native#text/plain
|
||||
src/emu/bus/c64/bn1541.h svneol=native#text/plain
|
||||
src/emu/bus/c64/c128_comal80.c svneol=native#text/plain
|
||||
src/emu/bus/c64/c128_comal80.h svneol=native#text/plain
|
||||
src/emu/bus/c64/cbm_crt.c svneol=native#text/plain
|
||||
src/emu/bus/c64/comal80.c svneol=native#text/plain
|
||||
src/emu/bus/c64/comal80.h svneol=native#text/plain
|
||||
src/emu/bus/c64/cpm.c svneol=native#text/plain
|
||||
@ -539,6 +556,16 @@ src/emu/bus/c64/xl80.c svneol=native#text/plain
|
||||
src/emu/bus/c64/xl80.h svneol=native#text/plain
|
||||
src/emu/bus/c64/zaxxon.c svneol=native#text/plain
|
||||
src/emu/bus/c64/zaxxon.h svneol=native#text/plain
|
||||
src/emu/bus/cbm2/24k.c svneol=native#text/plain
|
||||
src/emu/bus/cbm2/24k.h svneol=native#text/plain
|
||||
src/emu/bus/cbm2/exp.c svneol=native#text/plain
|
||||
src/emu/bus/cbm2/exp.h svneol=native#text/plain
|
||||
src/emu/bus/cbm2/hrg.c svneol=native#text/plain
|
||||
src/emu/bus/cbm2/hrg.h svneol=native#text/plain
|
||||
src/emu/bus/cbm2/std.c svneol=native#text/plain
|
||||
src/emu/bus/cbm2/std.h svneol=native#text/plain
|
||||
src/emu/bus/cbm2/user.c svneol=native#text/plain
|
||||
src/emu/bus/cbm2/user.h svneol=native#text/plain
|
||||
src/emu/bus/cbmiec/c1541.c svneol=native#text/plain
|
||||
src/emu/bus/cbmiec/c1541.h svneol=native#text/plain
|
||||
src/emu/bus/cbmiec/c1571.c svneol=native#text/plain
|
||||
@ -577,6 +604,18 @@ src/emu/bus/comx35/ram.c svneol=native#text/plain
|
||||
src/emu/bus/comx35/ram.h svneol=native#text/plain
|
||||
src/emu/bus/comx35/thermal.c svneol=native#text/plain
|
||||
src/emu/bus/comx35/thermal.h svneol=native#text/plain
|
||||
src/emu/bus/ecbbus/ecbbus.c svneol=native#text/plain
|
||||
src/emu/bus/ecbbus/ecbbus.h svneol=native#text/plain
|
||||
src/emu/bus/ecbbus/grip.c svneol=native#text/plain
|
||||
src/emu/bus/ecbbus/grip.h svneol=native#text/plain
|
||||
src/emu/bus/econet/e01.c svneol=native#text/plain
|
||||
src/emu/bus/econet/e01.h svneol=native#text/plain
|
||||
src/emu/bus/econet/econet.c svneol=native#text/plain
|
||||
src/emu/bus/econet/econet.h svneol=native#text/plain
|
||||
src/emu/bus/ep64/exdos.c svneol=native#text/plain
|
||||
src/emu/bus/ep64/exdos.h svneol=native#text/plain
|
||||
src/emu/bus/ep64/exp.c svneol=native#text/plain
|
||||
src/emu/bus/ep64/exp.h svneol=native#text/plain
|
||||
src/emu/bus/ieee488/c2031.c svneol=native#text/plain
|
||||
src/emu/bus/ieee488/c2031.h svneol=native#text/plain
|
||||
src/emu/bus/ieee488/c2040.c svneol=native#text/plain
|
||||
@ -599,6 +638,32 @@ src/emu/bus/isbx/compis_fdc.c svneol=native#text/plain
|
||||
src/emu/bus/isbx/compis_fdc.h svneol=native#text/plain
|
||||
src/emu/bus/isbx/isbx.c svneol=native#text/plain
|
||||
src/emu/bus/isbx/isbx.h svneol=native#text/plain
|
||||
src/emu/bus/pet/64k.c svneol=native#text/plain
|
||||
src/emu/bus/pet/64k.h svneol=native#text/plain
|
||||
src/emu/bus/pet/c2n.c svneol=native#text/plain
|
||||
src/emu/bus/pet/c2n.h svneol=native#text/plain
|
||||
src/emu/bus/pet/cass.c svneol=native#text/plain
|
||||
src/emu/bus/pet/cass.h svneol=native#text/plain
|
||||
src/emu/bus/pet/diag264_lb_tape.c svneol=native#text/plain
|
||||
src/emu/bus/pet/diag264_lb_tape.h svneol=native#text/plain
|
||||
src/emu/bus/pet/exp.c svneol=native#text/plain
|
||||
src/emu/bus/pet/exp.h svneol=native#text/plain
|
||||
src/emu/bus/pet/superpet.c svneol=native#text/plain
|
||||
src/emu/bus/pet/superpet.h svneol=native#text/plain
|
||||
src/emu/bus/pet/user.c svneol=native#text/plain
|
||||
src/emu/bus/pet/user.h svneol=native#text/plain
|
||||
src/emu/bus/plus4/c1551.c svneol=native#text/plain
|
||||
src/emu/bus/plus4/c1551.h svneol=native#text/plain
|
||||
src/emu/bus/plus4/diag264_lb_user.c svneol=native#text/plain
|
||||
src/emu/bus/plus4/diag264_lb_user.h svneol=native#text/plain
|
||||
src/emu/bus/plus4/exp.c svneol=native#text/plain
|
||||
src/emu/bus/plus4/exp.h svneol=native#text/plain
|
||||
src/emu/bus/plus4/sid.c svneol=native#text/plain
|
||||
src/emu/bus/plus4/sid.h svneol=native#text/plain
|
||||
src/emu/bus/plus4/std.c svneol=native#text/plain
|
||||
src/emu/bus/plus4/std.h svneol=native#text/plain
|
||||
src/emu/bus/plus4/user.c svneol=native#text/plain
|
||||
src/emu/bus/plus4/user.h svneol=native#text/plain
|
||||
src/emu/bus/s100/dj2db.c svneol=native#text/plain
|
||||
src/emu/bus/s100/dj2db.h svneol=native#text/plain
|
||||
src/emu/bus/s100/djdma.c svneol=native#text/plain
|
||||
@ -613,6 +678,52 @@ src/emu/bus/s100/s100.c svneol=native#text/plain
|
||||
src/emu/bus/s100/s100.h svneol=native#text/plain
|
||||
src/emu/bus/s100/wunderbus.c svneol=native#text/plain
|
||||
src/emu/bus/s100/wunderbus.h svneol=native#text/plain
|
||||
src/emu/bus/vcs/ctrl.c svneol=native#text/plain
|
||||
src/emu/bus/vcs/ctrl.h svneol=native#text/plain
|
||||
src/emu/bus/vcs/joybooster.c svneol=native#text/plain
|
||||
src/emu/bus/vcs/joybooster.h svneol=native#text/plain
|
||||
src/emu/bus/vcs/joystick.c svneol=native#text/plain
|
||||
src/emu/bus/vcs/joystick.h svneol=native#text/plain
|
||||
src/emu/bus/vcs/keypad.c svneol=native#text/plain
|
||||
src/emu/bus/vcs/keypad.h svneol=native#text/plain
|
||||
src/emu/bus/vcs/lightpen.c svneol=native#text/plain
|
||||
src/emu/bus/vcs/lightpen.h svneol=native#text/plain
|
||||
src/emu/bus/vcs/paddles.c svneol=native#text/plain
|
||||
src/emu/bus/vcs/paddles.h svneol=native#text/plain
|
||||
src/emu/bus/vcs/wheel.c svneol=native#text/plain
|
||||
src/emu/bus/vcs/wheel.h svneol=native#text/plain
|
||||
src/emu/bus/vic10/exp.c svneol=native#text/plain
|
||||
src/emu/bus/vic10/exp.h svneol=native#text/plain
|
||||
src/emu/bus/vic10/std.c svneol=native#text/plain
|
||||
src/emu/bus/vic10/std.h svneol=native#text/plain
|
||||
src/emu/bus/vic20/exp.c svneol=native#text/plain
|
||||
src/emu/bus/vic20/exp.h svneol=native#text/plain
|
||||
src/emu/bus/vic20/megacart.c svneol=native#text/plain
|
||||
src/emu/bus/vic20/megacart.h svneol=native#text/plain
|
||||
src/emu/bus/vic20/std.c svneol=native#text/plain
|
||||
src/emu/bus/vic20/std.h svneol=native#text/plain
|
||||
src/emu/bus/vic20/user.c svneol=native#text/plain
|
||||
src/emu/bus/vic20/user.h svneol=native#text/plain
|
||||
src/emu/bus/vic20/vic1010.c svneol=native#text/plain
|
||||
src/emu/bus/vic20/vic1010.h svneol=native#text/plain
|
||||
src/emu/bus/vic20/vic1011.c svneol=native#text/plain
|
||||
src/emu/bus/vic20/vic1011.h svneol=native#text/plain
|
||||
src/emu/bus/vic20/vic1110.c svneol=native#text/plain
|
||||
src/emu/bus/vic20/vic1110.h svneol=native#text/plain
|
||||
src/emu/bus/vic20/vic1111.c svneol=native#text/plain
|
||||
src/emu/bus/vic20/vic1111.h svneol=native#text/plain
|
||||
src/emu/bus/vic20/vic1112.c svneol=native#text/plain
|
||||
src/emu/bus/vic20/vic1112.h svneol=native#text/plain
|
||||
src/emu/bus/vic20/vic1210.c svneol=native#text/plain
|
||||
src/emu/bus/vic20/vic1210.h svneol=native#text/plain
|
||||
src/emu/bus/vidbrain/exp.c svneol=native#text/plain
|
||||
src/emu/bus/vidbrain/exp.h svneol=native#text/plain
|
||||
src/emu/bus/vidbrain/money_minder.c svneol=native#text/plain
|
||||
src/emu/bus/vidbrain/money_minder.h svneol=native#text/plain
|
||||
src/emu/bus/vidbrain/std.c svneol=native#text/plain
|
||||
src/emu/bus/vidbrain/std.h svneol=native#text/plain
|
||||
src/emu/bus/vidbrain/timeshare.c svneol=native#text/plain
|
||||
src/emu/bus/vidbrain/timeshare.h svneol=native#text/plain
|
||||
src/emu/bus/vip/byteio.c svneol=native#text/plain
|
||||
src/emu/bus/vip/byteio.h svneol=native#text/plain
|
||||
src/emu/bus/vip/exp.c svneol=native#text/plain
|
||||
@ -1446,6 +1557,8 @@ src/emu/machine/53c7xx.c svneol=native#text/plain
|
||||
src/emu/machine/53c7xx.h svneol=native#text/plain
|
||||
src/emu/machine/53c810.c svneol=native#text/plain
|
||||
src/emu/machine/53c810.h svneol=native#text/plain
|
||||
src/emu/machine/64h156.c svneol=native#text/plain
|
||||
src/emu/machine/64h156.h svneol=native#text/plain
|
||||
src/emu/machine/6522via.c svneol=native#text/plain
|
||||
src/emu/machine/6522via.h svneol=native#text/plain
|
||||
src/emu/machine/6525tpi.c svneol=native#text/plain
|
||||
@ -1681,6 +1794,12 @@ src/emu/machine/mos6530.c svneol=native#text/plain
|
||||
src/emu/machine/mos6530.h svneol=native#text/plain
|
||||
src/emu/machine/mos6551.c svneol=native#text/plain
|
||||
src/emu/machine/mos6551.h svneol=native#text/plain
|
||||
src/emu/machine/mos6702.c svneol=native#text/plain
|
||||
src/emu/machine/mos6702.h svneol=native#text/plain
|
||||
src/emu/machine/mos8706.c svneol=native#text/plain
|
||||
src/emu/machine/mos8706.h svneol=native#text/plain
|
||||
src/emu/machine/mos8722.c svneol=native#text/plain
|
||||
src/emu/machine/mos8722.h svneol=native#text/plain
|
||||
src/emu/machine/mos8726.c svneol=native#text/plain
|
||||
src/emu/machine/mos8726.h svneol=native#text/plain
|
||||
src/emu/machine/msm5832.c svneol=native#text/plain
|
||||
@ -2342,6 +2461,8 @@ src/lib/formats/bw2_dsk.c svneol=native#text/plain
|
||||
src/lib/formats/bw2_dsk.h svneol=native#text/plain
|
||||
src/lib/formats/cassimg.c svneol=native#text/plain
|
||||
src/lib/formats/cassimg.h svneol=native#text/plain
|
||||
src/lib/formats/cbm_crt.c svneol=native#text/plain
|
||||
src/lib/formats/cbm_crt.h svneol=native#text/plain
|
||||
src/lib/formats/cbm_tap.c svneol=native#text/plain
|
||||
src/lib/formats/cbm_tap.h svneol=native#text/plain
|
||||
src/lib/formats/cgen_cas.c svneol=native#text/plain
|
||||
@ -7340,8 +7461,6 @@ src/mess/machine/3c503.c svneol=native#text/plain
|
||||
src/mess/machine/3c503.h svneol=native#text/plain
|
||||
src/mess/machine/3c505.c svneol=native#text/plain
|
||||
src/mess/machine/3c505.h svneol=native#text/plain
|
||||
src/mess/machine/64h156.c svneol=native#text/plain
|
||||
src/mess/machine/64h156.h svneol=native#text/plain
|
||||
src/mess/machine/68561mpcc.c svneol=native#text/plain
|
||||
src/mess/machine/68561mpcc.h svneol=native#text/plain
|
||||
src/mess/machine/6883sam.c svneol=native#text/plain
|
||||
@ -7407,8 +7526,6 @@ src/mess/machine/a2vulcan.h svneol=native#text/plain
|
||||
src/mess/machine/a2zipdrive.c svneol=native#text/plain
|
||||
src/mess/machine/a2zipdrive.h svneol=native#text/plain
|
||||
src/mess/machine/a7800.c svneol=native#text/plain
|
||||
src/mess/machine/abc1600_bus.c svneol=native#text/plain
|
||||
src/mess/machine/abc1600_bus.h svneol=native#text/plain
|
||||
src/mess/machine/abc1600mac.c svneol=native#text/plain
|
||||
src/mess/machine/abc1600mac.h svneol=native#text/plain
|
||||
src/mess/machine/abc77.c svneol=native#text/plain
|
||||
@ -7424,14 +7541,6 @@ src/mess/machine/abckb.h svneol=native#text/plain
|
||||
src/mess/machine/ac1.c svneol=native#text/plain
|
||||
src/mess/machine/acb4070.c svneol=native#text/plain
|
||||
src/mess/machine/acb4070.h svneol=native#text/plain
|
||||
src/mess/machine/adam_ide.c svneol=native#text/plain
|
||||
src/mess/machine/adam_ide.h svneol=native#text/plain
|
||||
src/mess/machine/adam_ram.c svneol=native#text/plain
|
||||
src/mess/machine/adam_ram.h svneol=native#text/plain
|
||||
src/mess/machine/adamexp.c svneol=native#text/plain
|
||||
src/mess/machine/adamexp.h svneol=native#text/plain
|
||||
src/mess/machine/adamlink.c svneol=native#text/plain
|
||||
src/mess/machine/adamlink.h svneol=native#text/plain
|
||||
src/mess/machine/advision.c svneol=native#text/plain
|
||||
src/mess/machine/aim65.c svneol=native#text/plain
|
||||
src/mess/machine/amigacd.c svneol=native#text/plain
|
||||
@ -7480,27 +7589,7 @@ src/mess/machine/bml3mp1802.c svneol=native#text/plain
|
||||
src/mess/machine/bml3mp1802.h svneol=native#text/plain
|
||||
src/mess/machine/bml3mp1805.c svneol=native#text/plain
|
||||
src/mess/machine/bml3mp1805.h svneol=native#text/plain
|
||||
src/mess/machine/bw2_ramcard.c svneol=native#text/plain
|
||||
src/mess/machine/bw2_ramcard.h svneol=native#text/plain
|
||||
src/mess/machine/bw2exp.c svneol=native#text/plain
|
||||
src/mess/machine/bw2exp.h svneol=native#text/plain
|
||||
src/mess/machine/c1551.c svneol=native#text/plain
|
||||
src/mess/machine/c1551.h svneol=native#text/plain
|
||||
src/mess/machine/c2n.c svneol=native#text/plain
|
||||
src/mess/machine/c2n.h svneol=native#text/plain
|
||||
src/mess/machine/c65.c svneol=native#text/plain
|
||||
src/mess/machine/cbm2_24k.c svneol=native#text/plain
|
||||
src/mess/machine/cbm2_24k.h svneol=native#text/plain
|
||||
src/mess/machine/cbm2_graphic.c svneol=native#text/plain
|
||||
src/mess/machine/cbm2_graphic.h svneol=native#text/plain
|
||||
src/mess/machine/cbm2_std.c svneol=native#text/plain
|
||||
src/mess/machine/cbm2_std.h svneol=native#text/plain
|
||||
src/mess/machine/cbm2exp.c svneol=native#text/plain
|
||||
src/mess/machine/cbm2exp.h svneol=native#text/plain
|
||||
src/mess/machine/cbm2user.c svneol=native#text/plain
|
||||
src/mess/machine/cbm2user.h svneol=native#text/plain
|
||||
src/mess/machine/cbm_crt.c svneol=native#text/plain
|
||||
src/mess/machine/cbm_crt.h svneol=native#text/plain
|
||||
src/mess/machine/cbm_snqk.c svneol=native#text/plain
|
||||
src/mess/machine/cbm_snqk.h svneol=native#text/plain
|
||||
src/mess/machine/cgenie.c svneol=native#text/plain
|
||||
@ -7557,10 +7646,6 @@ src/mess/machine/dec_lk201.c svneol=native#text/plain
|
||||
src/mess/machine/dec_lk201.h svneol=native#text/plain
|
||||
src/mess/machine/dgn_beta.c svneol=native#text/plain
|
||||
src/mess/machine/dgnalpha.c svneol=native#text/plain
|
||||
src/mess/machine/diag264_lb_tape.c svneol=native#text/plain
|
||||
src/mess/machine/diag264_lb_tape.h svneol=native#text/plain
|
||||
src/mess/machine/diag264_lb_user.c svneol=native#text/plain
|
||||
src/mess/machine/diag264_lb_user.h svneol=native#text/plain
|
||||
src/mess/machine/docg3.c svneol=native#text/plain
|
||||
src/mess/machine/docg3.h svneol=native#text/plain
|
||||
src/mess/machine/dp8390.c svneol=native#text/plain
|
||||
@ -7568,24 +7653,12 @@ src/mess/machine/dp8390.h svneol=native#text/plain
|
||||
src/mess/machine/dragon.c svneol=native#text/plain
|
||||
src/mess/machine/ds1315.c svneol=native#text/plain
|
||||
src/mess/machine/ds1315.h svneol=native#text/plain
|
||||
src/mess/machine/e01.c svneol=native#text/plain
|
||||
src/mess/machine/e01.h svneol=native#text/plain
|
||||
src/mess/machine/e05a03.c svneol=native#text/plain
|
||||
src/mess/machine/e05a03.h svneol=native#text/plain
|
||||
src/mess/machine/ecb_grip.c svneol=native#text/plain
|
||||
src/mess/machine/ecb_grip.h svneol=native#text/plain
|
||||
src/mess/machine/ecbbus.c svneol=native#text/plain
|
||||
src/mess/machine/ecbbus.h svneol=native#text/plain
|
||||
src/mess/machine/econet.c svneol=native#text/plain
|
||||
src/mess/machine/econet.h svneol=native#text/plain
|
||||
src/mess/machine/egret.c svneol=native#text/plain
|
||||
src/mess/machine/egret.h svneol=native#text/plain
|
||||
src/mess/machine/einstein.c svneol=native#text/plain
|
||||
src/mess/machine/electron.c svneol=native#text/plain
|
||||
src/mess/machine/ep64_exdos.c svneol=native#text/plain
|
||||
src/mess/machine/ep64_exdos.h svneol=native#text/plain
|
||||
src/mess/machine/ep64exp.c svneol=native#text/plain
|
||||
src/mess/machine/ep64exp.h svneol=native#text/plain
|
||||
src/mess/machine/epson_sio.c svneol=native#text/plain
|
||||
src/mess/machine/epson_sio.h svneol=native#text/plain
|
||||
src/mess/machine/esqpanel.c svneol=native#text/plain
|
||||
@ -7723,8 +7796,6 @@ src/mess/machine/lh5810.c svneol=native#text/plain
|
||||
src/mess/machine/lh5810.h svneol=native#text/plain
|
||||
src/mess/machine/lisa.c svneol=native#text/plain
|
||||
src/mess/machine/llc.c svneol=native#text/plain
|
||||
src/mess/machine/lux4105.c svneol=native#text/plain
|
||||
src/mess/machine/lux4105.h svneol=native#text/plain
|
||||
src/mess/machine/lviv.c svneol=native#text/plain
|
||||
src/mess/machine/lynx.c svneol=native#text/plain
|
||||
src/mess/machine/mac.c svneol=native#text/plain
|
||||
@ -7772,12 +7843,6 @@ src/mess/machine/midiinport.h svneol=native#text/plain
|
||||
src/mess/machine/midioutport.c svneol=native#text/plain
|
||||
src/mess/machine/midioutport.h svneol=native#text/plain
|
||||
src/mess/machine/mikro80.c svneol=native#text/plain
|
||||
src/mess/machine/mos6702.c svneol=native#text/plain
|
||||
src/mess/machine/mos6702.h svneol=native#text/plain
|
||||
src/mess/machine/mos8706.c svneol=native#text/plain
|
||||
src/mess/machine/mos8706.h svneol=native#text/plain
|
||||
src/mess/machine/mos8722.c svneol=native#text/plain
|
||||
src/mess/machine/mos8722.h svneol=native#text/plain
|
||||
src/mess/machine/mpc105.c svneol=native#text/plain
|
||||
src/mess/machine/mpc105.h svneol=native#text/plain
|
||||
src/mess/machine/mpu401.c svneol=native#text/plain
|
||||
@ -7953,25 +8018,9 @@ src/mess/machine/pce_rom.h svneol=native#text/plain
|
||||
src/mess/machine/pce_slot.c svneol=native#text/plain
|
||||
src/mess/machine/pce_slot.h svneol=native#text/plain
|
||||
src/mess/machine/pecom.c svneol=native#text/plain
|
||||
src/mess/machine/pet_64k.c svneol=native#text/plain
|
||||
src/mess/machine/pet_64k.h svneol=native#text/plain
|
||||
src/mess/machine/petcass.c svneol=native#text/plain
|
||||
src/mess/machine/petcass.h svneol=native#text/plain
|
||||
src/mess/machine/petexp.c svneol=native#text/plain
|
||||
src/mess/machine/petexp.h svneol=native#text/plain
|
||||
src/mess/machine/petuser.c svneol=native#text/plain
|
||||
src/mess/machine/petuser.h svneol=native#text/plain
|
||||
src/mess/machine/pf10.c svneol=native#text/plain
|
||||
src/mess/machine/pf10.h svneol=native#text/plain
|
||||
src/mess/machine/pk8020.c svneol=native#text/plain
|
||||
src/mess/machine/plus4_sid.c svneol=native#text/plain
|
||||
src/mess/machine/plus4_sid.h svneol=native#text/plain
|
||||
src/mess/machine/plus4_std.c svneol=native#text/plain
|
||||
src/mess/machine/plus4_std.h svneol=native#text/plain
|
||||
src/mess/machine/plus4exp.c svneol=native#text/plain
|
||||
src/mess/machine/plus4exp.h svneol=native#text/plain
|
||||
src/mess/machine/plus4user.c svneol=native#text/plain
|
||||
src/mess/machine/plus4user.h svneol=native#text/plain
|
||||
src/mess/machine/pmd85.c svneol=native#text/plain
|
||||
src/mess/machine/poly88.c svneol=native#text/plain
|
||||
src/mess/machine/pp01.c svneol=native#text/plain
|
||||
@ -8082,8 +8131,6 @@ src/mess/machine/special.c svneol=native#text/plain
|
||||
src/mess/machine/strata.c svneol=native#text/plain
|
||||
src/mess/machine/strata.h svneol=native#text/plain
|
||||
src/mess/machine/super80.c svneol=native#text/plain
|
||||
src/mess/machine/superpet.c svneol=native#text/plain
|
||||
src/mess/machine/superpet.h svneol=native#text/plain
|
||||
src/mess/machine/svi318.c svneol=native#text/plain
|
||||
src/mess/machine/swim.c svneol=native#text/plain
|
||||
src/mess/machine/swim.h svneol=native#text/plain
|
||||
@ -8173,55 +8220,9 @@ src/mess/machine/upd71071.h svneol=native#text/plain
|
||||
src/mess/machine/ut88.c svneol=native#text/plain
|
||||
src/mess/machine/v1050kb.c svneol=native#text/plain
|
||||
src/mess/machine/v1050kb.h svneol=native#text/plain
|
||||
src/mess/machine/vb_money_minder.c svneol=native#text/plain
|
||||
src/mess/machine/vb_money_minder.h svneol=native#text/plain
|
||||
src/mess/machine/vb_std.c svneol=native#text/plain
|
||||
src/mess/machine/vb_std.h svneol=native#text/plain
|
||||
src/mess/machine/vb_timeshare.c svneol=native#text/plain
|
||||
src/mess/machine/vb_timeshare.h svneol=native#text/plain
|
||||
src/mess/machine/vcs_joy.c svneol=native#text/plain
|
||||
src/mess/machine/vcs_joy.h svneol=native#text/plain
|
||||
src/mess/machine/vcs_joybooster.c svneol=native#text/plain
|
||||
src/mess/machine/vcs_joybooster.h svneol=native#text/plain
|
||||
src/mess/machine/vcs_keypad.c svneol=native#text/plain
|
||||
src/mess/machine/vcs_keypad.h svneol=native#text/plain
|
||||
src/mess/machine/vcs_lightpen.c svneol=native#text/plain
|
||||
src/mess/machine/vcs_lightpen.h svneol=native#text/plain
|
||||
src/mess/machine/vcs_paddles.c svneol=native#text/plain
|
||||
src/mess/machine/vcs_paddles.h svneol=native#text/plain
|
||||
src/mess/machine/vcs_wheel.c svneol=native#text/plain
|
||||
src/mess/machine/vcs_wheel.h svneol=native#text/plain
|
||||
src/mess/machine/vcsctrl.c svneol=native#text/plain
|
||||
src/mess/machine/vcsctrl.h svneol=native#text/plain
|
||||
src/mess/machine/vector06.c svneol=native#text/plain
|
||||
src/mess/machine/vic1010.c svneol=native#text/plain
|
||||
src/mess/machine/vic1010.h svneol=native#text/plain
|
||||
src/mess/machine/vic1011.c svneol=native#text/plain
|
||||
src/mess/machine/vic1011.h svneol=native#text/plain
|
||||
src/mess/machine/vic10exp.c svneol=native#text/plain
|
||||
src/mess/machine/vic10exp.h svneol=native#text/plain
|
||||
src/mess/machine/vic10std.c svneol=native#text/plain
|
||||
src/mess/machine/vic10std.h svneol=native#text/plain
|
||||
src/mess/machine/vic1110.c svneol=native#text/plain
|
||||
src/mess/machine/vic1110.h svneol=native#text/plain
|
||||
src/mess/machine/vic1111.c svneol=native#text/plain
|
||||
src/mess/machine/vic1111.h svneol=native#text/plain
|
||||
src/mess/machine/vic1112.c svneol=native#text/plain
|
||||
src/mess/machine/vic1112.h svneol=native#text/plain
|
||||
src/mess/machine/vic1210.c svneol=native#text/plain
|
||||
src/mess/machine/vic1210.h svneol=native#text/plain
|
||||
src/mess/machine/vic20_megacart.c svneol=native#text/plain
|
||||
src/mess/machine/vic20_megacart.h svneol=native#text/plain
|
||||
src/mess/machine/vic20exp.c svneol=native#text/plain
|
||||
src/mess/machine/vic20exp.h svneol=native#text/plain
|
||||
src/mess/machine/vic20std.c svneol=native#text/plain
|
||||
src/mess/machine/vic20std.h svneol=native#text/plain
|
||||
src/mess/machine/vic20user.c svneol=native#text/plain
|
||||
src/mess/machine/vic20user.h svneol=native#text/plain
|
||||
src/mess/machine/victor9kb.c svneol=native#text/plain
|
||||
src/mess/machine/victor9kb.h svneol=native#text/plain
|
||||
src/mess/machine/vidbrain_exp.c svneol=native#text/plain
|
||||
src/mess/machine/vidbrain_exp.h svneol=native#text/plain
|
||||
src/mess/machine/vtech2.c svneol=native#text/plain
|
||||
src/mess/machine/wangpckb.c svneol=native#text/plain
|
||||
src/mess/machine/wangpckb.h svneol=native#text/plain
|
||||
|
@ -9,7 +9,7 @@
|
||||
|
||||
**********************************************************************/
|
||||
|
||||
#include "abc1600_bus.h"
|
||||
#include "abc1600.h"
|
||||
|
||||
|
||||
|
||||
@ -564,3 +564,14 @@ READ_LINE_MEMBER( abc1600bus_slot_device::xint5_r )
|
||||
{
|
||||
return m_xint5;
|
||||
}
|
||||
|
||||
|
||||
//-------------------------------------------------
|
||||
// SLOT_INTERFAC( abc1600bus_cards )
|
||||
//-------------------------------------------------
|
||||
|
||||
SLOT_INTERFACE_START( abc1600bus_cards )
|
||||
SLOT_INTERFACE("4105", LUXOR_4105) // SASI interface
|
||||
// SLOT_INTERFACE("4077", LUXOR_4077) // Winchester controller
|
||||
// SLOT_INTERFACE("4004", LUXOR_4004) // ICOM I/O (Z80, Z80PIO, Z80SIO/2, Z80CTC, 2 Z80DMAs, 2 PROMs, 64KB RAM)
|
||||
SLOT_INTERFACE_END
|
@ -218,5 +218,11 @@ private:
|
||||
extern const device_type ABC1600BUS_SLOT;
|
||||
|
||||
|
||||
// slot devices
|
||||
#include "lux4105.h"
|
||||
|
||||
SLOT_INTERFACE_EXTERN( abc1600bus_cards );
|
||||
|
||||
|
||||
|
||||
#endif
|
@ -16,7 +16,7 @@
|
||||
|
||||
|
||||
#include "emu.h"
|
||||
#include "abc1600_bus.h"
|
||||
#include "abc1600.h"
|
||||
#include "machine/scsicb.h"
|
||||
|
||||
|
@ -15,7 +15,7 @@
|
||||
#define __ADAMLINK__
|
||||
|
||||
#include "emu.h"
|
||||
#include "machine/adamexp.h"
|
||||
#include "exp.h"
|
||||
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
|
||||
**********************************************************************/
|
||||
|
||||
#include "machine/adamexp.h"
|
||||
#include "exp.h"
|
||||
|
||||
|
||||
|
@ -141,9 +141,9 @@ extern const device_type ADAM_EXPANSION_SLOT;
|
||||
|
||||
|
||||
// slot devices
|
||||
#include "machine/adamlink.h"
|
||||
#include "machine/adam_ide.h"
|
||||
#include "machine/adam_ram.h"
|
||||
#include "adamlink.h"
|
||||
#include "ide.h"
|
||||
#include "ram.h"
|
||||
|
||||
SLOT_INTERFACE_EXTERN( adam_slot1_devices );
|
||||
SLOT_INTERFACE_EXTERN( adam_slot2_devices );
|
@ -19,7 +19,7 @@
|
||||
|
||||
*/
|
||||
|
||||
#include "adam_ide.h"
|
||||
#include "ide.h"
|
||||
|
||||
|
||||
|
@ -15,7 +15,7 @@
|
||||
#define __ADAM_IDE__
|
||||
|
||||
#include "emu.h"
|
||||
#include "machine/adamexp.h"
|
||||
#include "exp.h"
|
||||
#include "machine/ctronics.h"
|
||||
#include "machine/ataintf.h"
|
||||
|
@ -9,7 +9,7 @@
|
||||
|
||||
**********************************************************************/
|
||||
|
||||
#include "adam_ram.h"
|
||||
#include "ram.h"
|
||||
|
||||
|
||||
|
@ -15,7 +15,7 @@
|
||||
#define __ADAM_RAM__
|
||||
|
||||
#include "emu.h"
|
||||
#include "machine/adamexp.h"
|
||||
#include "exp.h"
|
||||
|
||||
|
||||
|
@ -14,6 +14,17 @@ BUSSRC = $(EMUSRC)/bus
|
||||
BUSOBJ = $(EMUOBJ)/bus
|
||||
|
||||
|
||||
#-------------------------------------------------
|
||||
#
|
||||
#@src/emu/bus/abc1600/abc1600.h,BUSES += ABC1600
|
||||
#-------------------------------------------------
|
||||
|
||||
ifneq ($(filter ABC1600,$(BUSES)),)
|
||||
BUSOBJS += $(BUSOBJ)/abc1600/abc1600.o
|
||||
BUSOBJS += $(BUSOBJ)/abc1600/lux4105.o
|
||||
endif
|
||||
|
||||
|
||||
#-------------------------------------------------
|
||||
#
|
||||
#@src/emu/bus/abcbus/abcbus.h,BUSES += ABCBUS
|
||||
@ -35,6 +46,19 @@ BUSOBJS += $(BUSOBJ)/abcbus/xebec.o
|
||||
endif
|
||||
|
||||
|
||||
#-------------------------------------------------
|
||||
#
|
||||
#@src/emu/bus/adam/exp.h,BUSES += ADAM
|
||||
#-------------------------------------------------
|
||||
|
||||
ifneq ($(filter ADAM,$(BUSES)),)
|
||||
BUSOBJS += $(BUSOBJ)/adam/exp.o
|
||||
BUSOBJS += $(BUSOBJ)/adam/adamlink.o
|
||||
BUSOBJS += $(BUSOBJ)/adam/ide.o
|
||||
BUSOBJS += $(BUSOBJ)/adam/ram.o
|
||||
endif
|
||||
|
||||
|
||||
#-------------------------------------------------
|
||||
#
|
||||
#@src/emu/bus/adamnet/adamnet.h,BUSES += ADAMNET
|
||||
@ -50,6 +74,17 @@ BUSOBJS += $(BUSOBJ)/adamnet/spi.o
|
||||
endif
|
||||
|
||||
|
||||
#-------------------------------------------------
|
||||
#
|
||||
#@src/emu/bus/bw2/exp.h,BUSES += BW2
|
||||
#-------------------------------------------------
|
||||
|
||||
ifneq ($(filter BW2,$(BUSES)),)
|
||||
BUSOBJS += $(BUSOBJ)/bw2/exp.o
|
||||
BUSOBJS += $(BUSOBJ)/bw2/ramcard.o
|
||||
endif
|
||||
|
||||
|
||||
#-------------------------------------------------
|
||||
#
|
||||
#@src/emu/bus/c64/exp.h,BUSES += C64
|
||||
@ -133,6 +168,21 @@ BUSOBJS += $(BUSOBJ)/c64/vic1011.o
|
||||
endif
|
||||
|
||||
|
||||
#-------------------------------------------------
|
||||
#
|
||||
#@src/emu/bus/cbm2/exp.h,BUSES += CBM2
|
||||
#@src/emu/bus/cbm2/user.h,BUSES += CBM2
|
||||
#-------------------------------------------------
|
||||
|
||||
ifneq ($(filter CBM2,$(BUSES)),)
|
||||
BUSOBJS += $(BUSOBJ)/cbm2/exp.o
|
||||
BUSOBJS += $(BUSOBJ)/cbm2/24k.o
|
||||
BUSOBJS += $(BUSOBJ)/cbm2/hrg.o
|
||||
BUSOBJS += $(BUSOBJ)/cbm2/std.o
|
||||
BUSOBJS += $(BUSOBJ)/cbm2/user.o
|
||||
endif
|
||||
|
||||
|
||||
#-------------------------------------------------
|
||||
#
|
||||
#@src/emu/bus/cbmiec/cbmiec.h,BUSES += CBMIEC
|
||||
@ -170,6 +220,39 @@ BUSOBJS += $(BUSOBJ)/comx35/thermal.o
|
||||
endif
|
||||
|
||||
|
||||
#-------------------------------------------------
|
||||
#
|
||||
#@src/emu/bus/ecbbus/ecbbus.h,BUSES += ECBBUS
|
||||
#-------------------------------------------------
|
||||
|
||||
ifneq ($(filter ECBBUS,$(BUSES)),)
|
||||
BUSOBJS += $(BUSOBJ)/ecbbus/ecbbus.o
|
||||
BUSOBJS += $(BUSOBJ)/ecbbus/grip.o
|
||||
endif
|
||||
|
||||
|
||||
#-------------------------------------------------
|
||||
#
|
||||
#@src/emu/bus/econet/econet.h,BUSES += ECONET
|
||||
#-------------------------------------------------
|
||||
|
||||
ifneq ($(filter ECONET,$(BUSES)),)
|
||||
BUSOBJS += $(BUSOBJ)/econet/econet.o
|
||||
BUSOBJS += $(BUSOBJ)/econet/e01.o
|
||||
endif
|
||||
|
||||
|
||||
#-------------------------------------------------
|
||||
#
|
||||
#@src/emu/bus/ep64/exp.h,BUSES += EP64
|
||||
#-------------------------------------------------
|
||||
|
||||
ifneq ($(filter EP64,$(BUSES)),)
|
||||
BUSOBJS += $(BUSOBJ)/ep64/exp.o
|
||||
BUSOBJS += $(BUSOBJ)/ep64/exdos.o
|
||||
endif
|
||||
|
||||
|
||||
#-------------------------------------------------
|
||||
#
|
||||
#@src/emu/bus/ieee488/ieee488.h,BUSES += IEEE488
|
||||
@ -199,6 +282,40 @@ BUSOBJS += $(BUSOBJ)/isbx/compis_fdc.o
|
||||
endif
|
||||
|
||||
|
||||
#-------------------------------------------------
|
||||
#
|
||||
#@src/emu/bus/pet/cass.h,BUSES += PET
|
||||
#@src/emu/bus/pet/exp.h,BUSES += PET
|
||||
#@src/emu/bus/pet/user.h,BUSES += PET
|
||||
#-------------------------------------------------
|
||||
|
||||
ifneq ($(filter PET,$(BUSES)),)
|
||||
BUSOBJS += $(BUSOBJ)/pet/cass.o
|
||||
BUSOBJS += $(BUSOBJ)/pet/c2n.o
|
||||
BUSOBJS += $(BUSOBJ)/pet/diag264_lb_tape.o
|
||||
BUSOBJS += $(BUSOBJ)/pet/exp.o
|
||||
BUSOBJS += $(BUSOBJ)/pet/64k.o
|
||||
BUSOBJS += $(BUSOBJ)/pet/superpet.o
|
||||
BUSOBJS += $(BUSOBJ)/pet/user.o
|
||||
endif
|
||||
|
||||
|
||||
#-------------------------------------------------
|
||||
#
|
||||
#@src/emu/bus/plus4/exp.h,BUSES += PLUS4
|
||||
#@src/emu/bus/plus4/user.h,BUSES += PLUS4
|
||||
#-------------------------------------------------
|
||||
|
||||
ifneq ($(filter PLUS4,$(BUSES)),)
|
||||
BUSOBJS += $(BUSOBJ)/plus4/exp.o
|
||||
BUSOBJS += $(BUSOBJ)/plus4/c1551.o
|
||||
BUSOBJS += $(BUSOBJ)/plus4/sid.o
|
||||
BUSOBJS += $(BUSOBJ)/plus4/std.o
|
||||
BUSOBJS += $(BUSOBJ)/plus4/user.o
|
||||
BUSOBJS += $(BUSOBJ)/plus4/diag264_lb_user.o
|
||||
endif
|
||||
|
||||
|
||||
#-------------------------------------------------
|
||||
#
|
||||
#@src/emu/bus/s100/s100.h,BUSES += S100
|
||||
@ -215,6 +332,66 @@ BUSOBJS += $(BUSOBJ)/s100/wunderbus.o
|
||||
endif
|
||||
|
||||
|
||||
#-------------------------------------------------
|
||||
#
|
||||
#@src/emu/bus/vcs/ctrl.h,BUSES += VCS
|
||||
#-------------------------------------------------
|
||||
|
||||
ifneq ($(filter VCS,$(BUSES)),)
|
||||
BUSOBJS += $(BUSOBJ)/vcs/ctrl.o
|
||||
BUSOBJS += $(BUSOBJ)/vcs/joystick.o
|
||||
BUSOBJS += $(BUSOBJ)/vcs/joybooster.o
|
||||
BUSOBJS += $(BUSOBJ)/vcs/keypad.o
|
||||
BUSOBJS += $(BUSOBJ)/vcs/lightpen.o
|
||||
BUSOBJS += $(BUSOBJ)/vcs/paddles.o
|
||||
BUSOBJS += $(BUSOBJ)/vcs/wheel.o
|
||||
endif
|
||||
|
||||
|
||||
#-------------------------------------------------
|
||||
#
|
||||
#@src/emu/bus/vic10/exp.h,BUSES += VIC10
|
||||
#-------------------------------------------------
|
||||
|
||||
ifneq ($(filter VIC10,$(BUSES)),)
|
||||
BUSOBJS += $(BUSOBJ)/vic10/exp.o
|
||||
BUSOBJS += $(BUSOBJ)/vic10/std.o
|
||||
endif
|
||||
|
||||
|
||||
#-------------------------------------------------
|
||||
#
|
||||
#@src/emu/bus/vic20/exp.h,BUSES += VIC20
|
||||
#@src/emu/bus/vic20/user.h,BUSES += VIC20
|
||||
#-------------------------------------------------
|
||||
|
||||
ifneq ($(filter VIC20,$(BUSES)),)
|
||||
BUSOBJS += $(BUSOBJ)/vic20/exp.o
|
||||
BUSOBJS += $(BUSOBJ)/vic20/megacart.o
|
||||
BUSOBJS += $(BUSOBJ)/vic20/std.o
|
||||
BUSOBJS += $(BUSOBJ)/vic20/vic1010.o
|
||||
BUSOBJS += $(BUSOBJ)/vic20/vic1110.o
|
||||
BUSOBJS += $(BUSOBJ)/vic20/vic1111.o
|
||||
BUSOBJS += $(BUSOBJ)/vic20/vic1112.o
|
||||
BUSOBJS += $(BUSOBJ)/vic20/vic1210.o
|
||||
BUSOBJS += $(BUSOBJ)/vic20/user.o
|
||||
BUSOBJS += $(BUSOBJ)/vic20/vic1011.o
|
||||
endif
|
||||
|
||||
|
||||
#-------------------------------------------------
|
||||
#
|
||||
#@src/emu/bus/vidbrain/exp.h,BUSES += VIDBRAIN
|
||||
#-------------------------------------------------
|
||||
|
||||
ifneq ($(filter VIDBRAIN,$(BUSES)),)
|
||||
BUSOBJS += $(BUSOBJ)/vidbrain/exp.o
|
||||
BUSOBJS += $(BUSOBJ)/vidbrain/std.o
|
||||
BUSOBJS += $(BUSOBJ)/vidbrain/money_minder.o
|
||||
BUSOBJS += $(BUSOBJ)/vidbrain/timeshare.o
|
||||
endif
|
||||
|
||||
|
||||
#-------------------------------------------------
|
||||
#
|
||||
#@src/emu/bus/vip/byteio.h,BUSES += VIP
|
||||
|
@ -9,7 +9,7 @@
|
||||
|
||||
**********************************************************************/
|
||||
|
||||
#include "machine/bw2exp.h"
|
||||
#include "exp.h"
|
||||
|
||||
|
||||
|
@ -128,7 +128,7 @@ extern const device_type BW2_EXPANSION_SLOT;
|
||||
|
||||
|
||||
// slot devices
|
||||
#include "machine/bw2_ramcard.h"
|
||||
#include "ramcard.h"
|
||||
|
||||
SLOT_INTERFACE_EXTERN( bw2_expansion_cards );
|
||||
|
@ -9,7 +9,7 @@
|
||||
|
||||
**********************************************************************/
|
||||
|
||||
#include "bw2_ramcard.h"
|
||||
#include "ramcard.h"
|
||||
|
||||
|
||||
|
@ -15,7 +15,7 @@
|
||||
#define __BW2_RAMCARD__
|
||||
|
||||
#include "emu.h"
|
||||
#include "machine/bw2exp.h"
|
||||
#include "exp.h"
|
||||
|
||||
|
||||
|
@ -2,13 +2,13 @@
|
||||
// copyright-holders:Curt Coder
|
||||
/*********************************************************************
|
||||
|
||||
machine/cbm_crt.c
|
||||
cbm_crt.c
|
||||
|
||||
Commodore VIC-20/C64 cartridge images
|
||||
Commodore C64 cartridge images
|
||||
|
||||
*********************************************************************/
|
||||
|
||||
#include "machine/cbm_crt.h"
|
||||
#include "cbm_crt.h"
|
||||
|
||||
|
||||
|
@ -40,7 +40,7 @@
|
||||
#define __C64_EXPANSION_SLOT__
|
||||
|
||||
#include "emu.h"
|
||||
#include "machine/cbm_crt.h"
|
||||
#include "formats/cbm_crt.h"
|
||||
|
||||
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
|
||||
**********************************************************************/
|
||||
|
||||
#include "cbm2_24k.h"
|
||||
#include "24k.h"
|
||||
|
||||
|
||||
|
@ -14,9 +14,8 @@
|
||||
#ifndef __CBM2_24K_CARTRIDGE__
|
||||
#define __CBM2_24K_CARTRIDGE__
|
||||
|
||||
|
||||
#include "emu.h"
|
||||
#include "machine/cbm2exp.h"
|
||||
#include "exp.h"
|
||||
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
|
||||
**********************************************************************/
|
||||
|
||||
#include "machine/cbm2exp.h"
|
||||
#include "exp.h"
|
||||
|
||||
|
||||
|
@ -151,9 +151,9 @@ extern const device_type CBM2_EXPANSION_SLOT;
|
||||
|
||||
|
||||
// slot devices
|
||||
#include "machine/cbm2_std.h"
|
||||
#include "machine/cbm2_24k.h"
|
||||
#include "machine/cbm2_graphic.h"
|
||||
#include "24k.h"
|
||||
#include "hrg.h"
|
||||
#include "std.h"
|
||||
|
||||
SLOT_INTERFACE_EXTERN( cbm2_expansion_cards );
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
*/
|
||||
|
||||
#include "cbm2_graphic.h"
|
||||
#include "hrg.h"
|
||||
|
||||
|
||||
|
@ -14,9 +14,8 @@
|
||||
#ifndef __CBM2_GRAPHIC__
|
||||
#define __CBM2_GRAPHIC__
|
||||
|
||||
|
||||
#include "emu.h"
|
||||
#include "machine/cbm2exp.h"
|
||||
#include "exp.h"
|
||||
#include "video/ef9345.h"
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
|
||||
**********************************************************************/
|
||||
|
||||
#include "cbm2_std.h"
|
||||
#include "std.h"
|
||||
|
||||
|
||||
|
@ -14,10 +14,9 @@
|
||||
#ifndef __CBM2_STANDARD_CARTRIDGE__
|
||||
#define __CBM2_STANDARD_CARTRIDGE__
|
||||
|
||||
|
||||
#include "emu.h"
|
||||
#include "exp.h"
|
||||
#include "imagedev/cartslot.h"
|
||||
#include "machine/cbm2exp.h"
|
||||
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
|
||||
**********************************************************************/
|
||||
|
||||
#include "machine/cbm2user.h"
|
||||
#include "user.h"
|
||||
|
||||
|
||||
|
@ -264,3 +264,17 @@ WRITE_LINE_MEMBER( ecbbus_device::nmi_w )
|
||||
{
|
||||
m_out_nmi_func(state);
|
||||
}
|
||||
|
||||
|
||||
//-------------------------------------------------
|
||||
// SLOT_INTERFACE( ecbbus_cards )
|
||||
//-------------------------------------------------
|
||||
|
||||
SLOT_INTERFACE_START( ecbbus_cards )
|
||||
SLOT_INTERFACE("grip21", ECB_GRIP21)
|
||||
/* SLOT_INTERFACE("grip25", ECB_GRIP25)
|
||||
SLOT_INTERFACE("grip26", ECB_GRIP26)
|
||||
SLOT_INTERFACE("grip31", ECB_GRIP31)
|
||||
SLOT_INTERFACE("grip562", ECB_GRIP562)
|
||||
SLOT_INTERFACE("grips115", ECB_GRIPS115)*/
|
||||
SLOT_INTERFACE_END
|
@ -159,4 +159,12 @@ public:
|
||||
ecbbus_slot_device *m_slot;
|
||||
};
|
||||
|
||||
|
||||
// slot devices
|
||||
#include "grip.h"
|
||||
|
||||
SLOT_INTERFACE_EXTERN( ecbbus_cards );
|
||||
|
||||
|
||||
|
||||
#endif
|
@ -9,7 +9,7 @@
|
||||
|
||||
**********************************************************************/
|
||||
|
||||
#include "ecb_grip.h"
|
||||
#include "grip.h"
|
||||
|
||||
|
||||
|
@ -14,12 +14,11 @@
|
||||
#ifndef __GRIP__
|
||||
#define __GRIP__
|
||||
|
||||
|
||||
#include "emu.h"
|
||||
#include "ecbbus.h"
|
||||
#include "cpu/z80/z80.h"
|
||||
#include "cpu/z80/z80daisy.h"
|
||||
#include "machine/ctronics.h"
|
||||
#include "machine/ecbbus.h"
|
||||
#include "machine/i8255.h"
|
||||
#include "machine/keyboard.h"
|
||||
#include "machine/z80sti.h"
|
@ -15,10 +15,10 @@
|
||||
#define __E01__
|
||||
|
||||
#include "emu.h"
|
||||
#include "econet.h"
|
||||
#include "cpu/m6502/m65c02.h"
|
||||
#include "machine/6522via.h"
|
||||
#include "machine/ctronics.h"
|
||||
#include "machine/econet.h"
|
||||
#include "machine/mc146818.h"
|
||||
#include "machine/mc6854.h"
|
||||
#include "machine/ram.h"
|
@ -355,3 +355,13 @@ void econet_device::data_w(device_t *device, int state)
|
||||
{
|
||||
set_signal(device, DATA, state);
|
||||
}
|
||||
|
||||
|
||||
//-------------------------------------------------
|
||||
// SLOT_INTERFACE( econet_devices )
|
||||
//-------------------------------------------------
|
||||
|
||||
SLOT_INTERFACE_START( econet_devices )
|
||||
SLOT_INTERFACE("e01", E01)
|
||||
SLOT_INTERFACE("e01s", E01S)
|
||||
SLOT_INTERFACE_END
|
@ -173,5 +173,11 @@ extern const device_type ECONET;
|
||||
extern const device_type ECONET_SLOT;
|
||||
|
||||
|
||||
// slot devices
|
||||
#include "e01.h"
|
||||
|
||||
SLOT_INTERFACE_EXTERN( econet_devices );
|
||||
|
||||
|
||||
|
||||
#endif
|
@ -48,7 +48,7 @@ This PCB plugs into the external expansion connector on the right side of the ma
|
||||
|
||||
*/
|
||||
|
||||
#include "ep64_exdos.h"
|
||||
#include "exdos.h"
|
||||
|
||||
|
||||
|
@ -15,8 +15,8 @@
|
||||
#define __EP64_EXDOS__
|
||||
|
||||
#include "emu.h"
|
||||
#include "exp.h"
|
||||
#include "formats/ep64_dsk.h"
|
||||
#include "machine/ep64exp.h"
|
||||
#include "machine/wd_fdc.h"
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
|
||||
**********************************************************************/
|
||||
|
||||
#include "ep64exp.h"
|
||||
#include "exp.h"
|
||||
|
||||
|
||||
|
@ -143,7 +143,7 @@ extern const device_type EP64_EXPANSION_BUS_SLOT;
|
||||
|
||||
|
||||
// slot devices
|
||||
#include "machine/ep64_exdos.h"
|
||||
#include "exdos.h"
|
||||
|
||||
SLOT_INTERFACE_EXTERN( ep64_expansion_bus_cards );
|
||||
|
@ -9,7 +9,7 @@
|
||||
|
||||
**********************************************************************/
|
||||
|
||||
#include "pet_64k.h"
|
||||
#include "64k.h"
|
||||
|
||||
|
||||
|
@ -15,7 +15,7 @@
|
||||
#define __PET_64K__
|
||||
|
||||
#include "emu.h"
|
||||
#include "machine/petexp.h"
|
||||
#include "exp.h"
|
||||
|
||||
|
||||
|
@ -15,9 +15,9 @@
|
||||
#define __C2N__
|
||||
|
||||
#include "emu.h"
|
||||
#include "cass.h"
|
||||
#include "formats/cbm_tap.h"
|
||||
#include "imagedev/cassette.h"
|
||||
#include "machine/petcass.h"
|
||||
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
|
||||
**********************************************************************/
|
||||
|
||||
#include "machine/petcass.h"
|
||||
#include "cass.h"
|
||||
|
||||
|
||||
|
@ -110,8 +110,8 @@ extern const device_type PET_DATASSETTE_PORT;
|
||||
|
||||
|
||||
// slot devices
|
||||
#include "machine/c2n.h"
|
||||
#include "machine/diag264_lb_tape.h"
|
||||
#include "c2n.h"
|
||||
#include "diag264_lb_tape.h"
|
||||
|
||||
SLOT_INTERFACE_EXTERN( cbm_datassette_devices );
|
||||
|
@ -14,9 +14,8 @@
|
||||
#ifndef __DIAG264_CASSETTE_LOOPBACK__
|
||||
#define __DIAG264_CASSETTE_LOOPBACK__
|
||||
|
||||
|
||||
#include "emu.h"
|
||||
#include "machine/petcass.h"
|
||||
#include "cass.h"
|
||||
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
|
||||
**********************************************************************/
|
||||
|
||||
#include "machine/petexp.h"
|
||||
#include "exp.h"
|
||||
|
||||
|
||||
|
@ -136,8 +136,8 @@ extern const device_type PET_EXPANSION_SLOT;
|
||||
|
||||
|
||||
// slot devices
|
||||
#include "machine/pet_64k.h"
|
||||
#include "machine/superpet.h"
|
||||
#include "64k.h"
|
||||
#include "superpet.h"
|
||||
|
||||
SLOT_INTERFACE_EXTERN( pet_expansion_cards );
|
||||
|
@ -14,12 +14,11 @@
|
||||
#ifndef __SUPERPET__
|
||||
#define __SUPERPET__
|
||||
|
||||
|
||||
#include "emu.h"
|
||||
#include "exp.h"
|
||||
#include "cpu/m6809/m6809.h"
|
||||
#include "machine/mos6551.h"
|
||||
#include "machine/mos6702.h"
|
||||
#include "machine/petexp.h"
|
||||
#include "machine/serial.h"
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
|
||||
**********************************************************************/
|
||||
|
||||
#include "machine/petuser.h"
|
||||
#include "user.h"
|
||||
|
||||
|
||||
|
@ -16,6 +16,7 @@
|
||||
|
||||
|
||||
#include "emu.h"
|
||||
#include "exp.h"
|
||||
#include "cpu/m6502/m6510t.h"
|
||||
#include "imagedev/flopdrv.h"
|
||||
#include "formats/d64_dsk.h"
|
||||
@ -23,7 +24,6 @@
|
||||
#include "machine/64h156.h"
|
||||
#include "machine/6525tpi.h"
|
||||
#include "machine/pla.h"
|
||||
#include "machine/plus4exp.h"
|
||||
|
||||
|
||||
|
@ -14,9 +14,8 @@
|
||||
#ifndef __DIAG264_USER_PORT_LOOPBACK__
|
||||
#define __DIAG264_USER_PORT_LOOPBACK__
|
||||
|
||||
|
||||
#include "emu.h"
|
||||
#include "machine/plus4user.h"
|
||||
#include "user.h"
|
||||
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
|
||||
**********************************************************************/
|
||||
|
||||
#include "machine/plus4exp.h"
|
||||
#include "exp.h"
|
||||
|
||||
|
||||
|
@ -190,9 +190,9 @@ extern const device_type PLUS4_EXPANSION_SLOT;
|
||||
|
||||
|
||||
// slot devices
|
||||
#include "machine/c1551.h"
|
||||
#include "machine/plus4_sid.h"
|
||||
#include "machine/plus4_std.h"
|
||||
#include "c1551.h"
|
||||
#include "sid.h"
|
||||
#include "std.h"
|
||||
|
||||
SLOT_INTERFACE_EXTERN( plus4_expansion_cards );
|
||||
|
@ -20,7 +20,7 @@
|
||||
|
||||
*/
|
||||
|
||||
#include "plus4_sid.h"
|
||||
#include "sid.h"
|
||||
|
||||
|
||||
|
@ -14,12 +14,11 @@
|
||||
#ifndef __PLUS4_SID_CARTRIDGE__
|
||||
#define __PLUS4_SID_CARTRIDGE__
|
||||
|
||||
|
||||
#include "emu.h"
|
||||
#include "machine/plus4exp.h"
|
||||
#include "exp.h"
|
||||
#include "bus/vcs/ctrl.h"
|
||||
#include "sound/dac.h"
|
||||
#include "sound/mos6581.h"
|
||||
#include "machine/vcsctrl.h"
|
||||
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
|
||||
**********************************************************************/
|
||||
|
||||
#include "plus4_std.h"
|
||||
#include "std.h"
|
||||
|
||||
|
||||
|
@ -14,10 +14,9 @@
|
||||
#ifndef __PLUS4_STANDARD_CARTRIDGE__
|
||||
#define __PLUS4_STANDARD_CARTRIDGE__
|
||||
|
||||
|
||||
#include "emu.h"
|
||||
#include "exp.h"
|
||||
#include "imagedev/cartslot.h"
|
||||
#include "machine/plus4exp.h"
|
||||
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
**********************************************************************/
|
||||
|
||||
#include "machine/plus4user.h"
|
||||
#include "user.h"
|
||||
|
||||
|
||||
|
@ -120,7 +120,7 @@ extern const device_type PLUS4_USER_PORT;
|
||||
|
||||
|
||||
// slot devices
|
||||
#include "machine/diag264_lb_user.h"
|
||||
#include "diag264_lb_user.h"
|
||||
|
||||
SLOT_INTERFACE_EXTERN( plus4_user_port_cards );
|
||||
|
@ -9,7 +9,7 @@
|
||||
|
||||
**********************************************************************/
|
||||
|
||||
#include "machine/vcsctrl.h"
|
||||
#include "ctrl.h"
|
||||
|
||||
|
||||
|
@ -122,12 +122,12 @@ extern const device_type VCS_CONTROL_PORT;
|
||||
|
||||
|
||||
// slot devices
|
||||
#include "machine/vcs_joy.h"
|
||||
#include "machine/vcs_lightpen.h"
|
||||
#include "machine/vcs_paddles.h"
|
||||
#include "machine/vcs_joybooster.h"
|
||||
#include "machine/vcs_wheel.h"
|
||||
#include "machine/vcs_keypad.h"
|
||||
#include "joybooster.h"
|
||||
#include "joystick.h"
|
||||
#include "keypad.h"
|
||||
#include "lightpen.h"
|
||||
#include "paddles.h"
|
||||
#include "wheel.h"
|
||||
|
||||
SLOT_INTERFACE_EXTERN( vcs_control_port_devices );
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
**********************************************************************/
|
||||
|
||||
#include "vcs_joybooster.h"
|
||||
#include "joybooster.h"
|
||||
|
||||
|
||||
|
@ -13,9 +13,8 @@
|
||||
#ifndef __VCS_JOYSTICKBOOSTER__
|
||||
#define __VCS_JOYSTICKBOOSTER__
|
||||
|
||||
|
||||
#include "emu.h"
|
||||
#include "machine/vcsctrl.h"
|
||||
#include "ctrl.h"
|
||||
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
|
||||
**********************************************************************/
|
||||
|
||||
#include "vcs_joy.h"
|
||||
#include "joystick.h"
|
||||
|
||||
|
||||
|
@ -14,9 +14,8 @@
|
||||
#ifndef __VCS_JOYSTICK__
|
||||
#define __VCS_JOYSTICK__
|
||||
|
||||
|
||||
#include "emu.h"
|
||||
#include "machine/vcsctrl.h"
|
||||
#include "ctrl.h"
|
||||
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
**********************************************************************/
|
||||
|
||||
#include "vcs_keypad.h"
|
||||
#include "keypad.h"
|
||||
|
||||
|
||||
|
@ -12,9 +12,8 @@
|
||||
#ifndef __VCS_KEYPAD__
|
||||
#define __VCS_KEYPAD__
|
||||
|
||||
|
||||
#include "emu.h"
|
||||
#include "machine/vcsctrl.h"
|
||||
#include "ctrl.h"
|
||||
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
|
||||
**********************************************************************/
|
||||
|
||||
#include "vcs_lightpen.h"
|
||||
#include "lightpen.h"
|
||||
|
||||
|
||||
|
@ -14,9 +14,8 @@
|
||||
#ifndef __VCS_LIGHTPEN__
|
||||
#define __VCS_LIGHTPEN__
|
||||
|
||||
|
||||
#include "emu.h"
|
||||
#include "machine/vcsctrl.h"
|
||||
#include "ctrl.h"
|
||||
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
|
||||
**********************************************************************/
|
||||
|
||||
#include "vcs_paddles.h"
|
||||
#include "paddles.h"
|
||||
|
||||
|
||||
|
@ -14,9 +14,8 @@
|
||||
#ifndef __VCS_PADDLES__
|
||||
#define __VCS_PADDLES__
|
||||
|
||||
|
||||
#include "emu.h"
|
||||
#include "machine/vcsctrl.h"
|
||||
#include "ctrl.h"
|
||||
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
**********************************************************************/
|
||||
|
||||
#include "vcs_wheel.h"
|
||||
#include "wheel.h"
|
||||
|
||||
|
||||
|
@ -12,9 +12,8 @@
|
||||
#ifndef __VCS_WHEEL__
|
||||
#define __VCS_WHEEL__
|
||||
|
||||
|
||||
#include "emu.h"
|
||||
#include "machine/vcsctrl.h"
|
||||
#include "ctrl.h"
|
||||
|
||||
|
||||
|
@ -11,9 +11,7 @@
|
||||
|
||||
#include "emu.h"
|
||||
#include "emuopts.h"
|
||||
#include "machine/cbm_crt.h"
|
||||
#include "formats/imageutl.h"
|
||||
#include "machine/vic10exp.h"
|
||||
#include "exp.h"
|
||||
|
||||
|
||||
|
@ -40,7 +40,7 @@
|
||||
#define __VIC10_EXPANSION_SLOT__
|
||||
|
||||
#include "emu.h"
|
||||
#include "machine/cbm_crt.h"
|
||||
#include "formats/cbm_crt.h"
|
||||
|
||||
|
||||
|
||||
@ -179,7 +179,7 @@ extern const device_type VIC10_EXPANSION_SLOT;
|
||||
|
||||
|
||||
// slot devices
|
||||
#include "machine/vic10std.h"
|
||||
#include "std.h"
|
||||
|
||||
SLOT_INTERFACE_EXTERN( vic10_expansion_cards );
|
||||
|
@ -9,7 +9,7 @@
|
||||
|
||||
**********************************************************************/
|
||||
|
||||
#include "vic10std.h"
|
||||
#include "std.h"
|
||||
|
||||
|
||||
|
@ -14,9 +14,8 @@
|
||||
#ifndef __VIC10_STD__
|
||||
#define __VIC10_STD__
|
||||
|
||||
|
||||
#include "emu.h"
|
||||
#include "machine/vic10exp.h"
|
||||
#include "exp.h"
|
||||
|
||||
|
||||
|
@ -10,10 +10,8 @@
|
||||
**********************************************************************/
|
||||
|
||||
#include "emu.h"
|
||||
#include "exp.h"
|
||||
#include "emuopts.h"
|
||||
#include "machine/cbm_crt.h"
|
||||
#include "machine/vic20exp.h"
|
||||
#include "formats/imageutl.h"
|
||||
|
||||
|
||||
|
@ -177,13 +177,13 @@ extern const device_type VIC20_EXPANSION_SLOT;
|
||||
|
||||
|
||||
// slot devices
|
||||
#include "machine/vic1010.h"
|
||||
#include "machine/vic1110.h"
|
||||
#include "machine/vic1111.h"
|
||||
#include "machine/vic1112.h"
|
||||
#include "machine/vic1210.h"
|
||||
#include "machine/vic20std.h"
|
||||
#include "machine/vic20_megacart.h"
|
||||
#include "megacart.h"
|
||||
#include "std.h"
|
||||
#include "vic1010.h"
|
||||
#include "vic1110.h"
|
||||
#include "vic1111.h"
|
||||
#include "vic1112.h"
|
||||
#include "vic1210.h"
|
||||
|
||||
SLOT_INTERFACE_EXTERN( vic20_expansion_cards );
|
||||
|
@ -9,7 +9,7 @@
|
||||
|
||||
**********************************************************************/
|
||||
|
||||
#include "vic20_megacart.h"
|
||||
#include "megacart.h"
|
||||
|
||||
|
||||
|
@ -14,9 +14,8 @@
|
||||
#ifndef __VIC20_MEGACART__
|
||||
#define __VIC20_MEGACART__
|
||||
|
||||
|
||||
#include "emu.h"
|
||||
#include "machine/vic20exp.h"
|
||||
#include "exp.h"
|
||||
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
|
||||
**********************************************************************/
|
||||
|
||||
#include "vic20std.h"
|
||||
#include "std.h"
|
||||
|
||||
|
||||
|
@ -14,9 +14,8 @@
|
||||
#ifndef __VIC20_STD__
|
||||
#define __VIC20_STD__
|
||||
|
||||
|
||||
#include "emu.h"
|
||||
#include "machine/vic20exp.h"
|
||||
#include "exp.h"
|
||||
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
|
||||
**********************************************************************/
|
||||
|
||||
#include "machine/vic20user.h"
|
||||
#include "user.h"
|
||||
|
||||
|
||||
|
@ -149,7 +149,7 @@ extern const device_type VIC20_USER_PORT;
|
||||
|
||||
|
||||
// slot devices
|
||||
#include "machine/vic1011.h"
|
||||
#include "vic1011.h"
|
||||
|
||||
SLOT_INTERFACE_EXTERN( vic20_user_port_cards );
|
||||
|
@ -14,9 +14,8 @@
|
||||
#ifndef __VIC1010__
|
||||
#define __VIC1010__
|
||||
|
||||
|
||||
#include "emu.h"
|
||||
#include "machine/vic20exp.h"
|
||||
#include "exp.h"
|
||||
|
||||
|
||||
|
@ -15,7 +15,7 @@
|
||||
#define __VIC1011__
|
||||
|
||||
#include "emu.h"
|
||||
#include "machine/vic20user.h"
|
||||
#include "user.h"
|
||||
#include "machine/serial.h"
|
||||
|
||||
|
@ -14,9 +14,8 @@
|
||||
#ifndef __VIC1110__
|
||||
#define __VIC1110__
|
||||
|
||||
|
||||
#include "emu.h"
|
||||
#include "machine/vic20exp.h"
|
||||
#include "exp.h"
|
||||
|
||||
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user