diff options
-rw-r--r-- | scripts/src/machine.lua | 12 | ||||
-rw-r--r-- | src/mame/drivers/force68k.cpp | 4 | ||||
-rw-r--r-- | src/mame/mame.lst | 3 |
3 files changed, 17 insertions, 2 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index 1d061199208..e6d7dbe7818 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -2034,6 +2034,18 @@ end --------------------------------------------------- -- +--@src/devices/machine/scnxx562.h,MACHINES["DUSCC"] = true +--------------------------------------------------- + +if (MACHINES["DUSCC"]~=null) then + files { + MAME_DIR .. "src/devices/machine/scnxx562.cpp", + MAME_DIR .. "src/devices/machine/scnxx562.h", + } +end + +--------------------------------------------------- +-- --@src/devices/machine/serflash.h,MACHINES["SERFLASH"] = true --------------------------------------------------- diff --git a/src/mame/drivers/force68k.cpp b/src/mame/drivers/force68k.cpp index a4ba796836e..6a7cc1a172a 100644 --- a/src/mame/drivers/force68k.cpp +++ b/src/mame/drivers/force68k.cpp @@ -470,8 +470,8 @@ MCFG_DEVICE_ADD ("rtc", MM58167, XTAL_32_768kHz) /* PIT Parallel Interface and Timer device, assuming strapped for on board clock */ MCFG_DEVICE_ADD ("pit", PIT68230, XTAL_16MHz / 2) -MCFG_PIT68230_PA_OUTPUT_CALLBACK (DEVWRITE8 ("cent_data_out", output_latch_device, write)) -MCFG_PIT68230_H2_CALLBACK (DEVWRITELINE ("centronics", centronics_device, write_strobe)) +MCFG_PIT68230_PA_OUTPUT_CB (DEVWRITE8 ("cent_data_out", output_latch_device, write)) +MCFG_PIT68230_H2_CB (DEVWRITELINE ("centronics", centronics_device, write_strobe)) // centronics MCFG_CENTRONICS_ADD ("centronics", centronics_devices, "printer") diff --git a/src/mame/mame.lst b/src/mame/mame.lst index ab30da025a6..f6c35358e1d 100644 --- a/src/mame/mame.lst +++ b/src/mame/mame.lst @@ -12069,6 +12069,9 @@ fb01 // 1986 FB-01 @source:fc100.cpp fc100 // +@source:fccpu30.cpp +fccpu30 // + @source:fcscsi.cpp fcscsi1 // |