From 5255f96203e4dc58ba660f74a64e6b640016a604 Mon Sep 17 00:00:00 2001 From: hap Date: Sat, 2 Apr 2022 18:29:40 +0200 Subject: cpu: remove obsolete debugger.h include from some of my files --- src/devices/cpu/amis2000/amis2000.cpp | 1 - src/devices/cpu/cops1/cops1base.cpp | 2 -- src/devices/cpu/e0c6200/e0c6200.cpp | 1 - src/devices/cpu/hmcs40/hmcs40.cpp | 1 - src/devices/cpu/melps4/melps4.cpp | 1 - src/devices/cpu/pps41/pps41base.cpp | 2 -- src/devices/cpu/rw5000/rw5000base.cpp | 2 -- src/devices/cpu/sm510/sm500.cpp | 1 - src/devices/cpu/sm510/sm510.cpp | 1 - src/devices/cpu/sm510/sm510base.cpp | 1 - src/devices/cpu/sm510/sm511.cpp | 1 - src/devices/cpu/sm510/sm530.cpp | 1 - src/devices/cpu/sm510/sm590.cpp | 1 - src/devices/cpu/sm510/sm5a.cpp | 1 - src/devices/cpu/tms1000/tms0270.cpp | 1 - src/devices/cpu/tms1000/tms0980.cpp | 1 - src/devices/cpu/tms1000/tms1000.cpp | 1 - src/devices/cpu/tms1000/tms1100.cpp | 1 - src/devices/cpu/tms1000/tms1400.cpp | 1 - src/devices/cpu/tms1000/tms1k_base.cpp | 1 - src/devices/cpu/tms1000/tp0320.cpp | 1 - src/devices/cpu/ucom4/ucom4.cpp | 1 - src/mame/drivers/lk3000.cpp | 2 +- 23 files changed, 1 insertion(+), 26 deletions(-) diff --git a/src/devices/cpu/amis2000/amis2000.cpp b/src/devices/cpu/amis2000/amis2000.cpp index bc606dc0c2d..96864b875ce 100644 --- a/src/devices/cpu/amis2000/amis2000.cpp +++ b/src/devices/cpu/amis2000/amis2000.cpp @@ -20,7 +20,6 @@ #include "emu.h" #include "amis2000.h" #include "amis2000d.h" -#include "debugger.h" // S2000 is the most basic one, 64 nibbles internal RAM and 1KB internal ROM diff --git a/src/devices/cpu/cops1/cops1base.cpp b/src/devices/cpu/cops1/cops1base.cpp index 007f3c6d8d1..3bba883377b 100644 --- a/src/devices/cpu/cops1/cops1base.cpp +++ b/src/devices/cpu/cops1/cops1base.cpp @@ -33,8 +33,6 @@ TODO: #include "emu.h" #include "cops1base.h" -#include "debugger.h" - cops1_base_device::cops1_base_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, u32 clock, int prgwidth, address_map_constructor program, int datawidth, address_map_constructor data) : cpu_device(mconfig, type, tag, owner, clock), diff --git a/src/devices/cpu/e0c6200/e0c6200.cpp b/src/devices/cpu/e0c6200/e0c6200.cpp index 322401ed121..303ad5d5754 100644 --- a/src/devices/cpu/e0c6200/e0c6200.cpp +++ b/src/devices/cpu/e0c6200/e0c6200.cpp @@ -21,7 +21,6 @@ #include "emu.h" #include "e0c6200.h" #include "e0c6200d.h" -#include "debugger.h" // construction/destruction diff --git a/src/devices/cpu/hmcs40/hmcs40.cpp b/src/devices/cpu/hmcs40/hmcs40.cpp index 7723ac6df15..eccdc08b64c 100644 --- a/src/devices/cpu/hmcs40/hmcs40.cpp +++ b/src/devices/cpu/hmcs40/hmcs40.cpp @@ -20,7 +20,6 @@ TODO: #include "emu.h" #include "hmcs40.h" -#include "debugger.h" #include "hmcs40d.h" #define IS_PMOS 0 diff --git a/src/devices/cpu/melps4/melps4.cpp b/src/devices/cpu/melps4/melps4.cpp index dce67404ba8..973d3b42ce3 100644 --- a/src/devices/cpu/melps4/melps4.cpp +++ b/src/devices/cpu/melps4/melps4.cpp @@ -40,7 +40,6 @@ #include "emu.h" #include "melps4.h" #include "melps4d.h" -#include "debugger.h" melps4_cpu_device::melps4_cpu_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, u32 clock, int prgwidth, address_map_constructor program, int datawidth, address_map_constructor data, int d_pins, u8 sm_page, u8 int_page) diff --git a/src/devices/cpu/pps41/pps41base.cpp b/src/devices/cpu/pps41/pps41base.cpp index 5710134d18b..9fa004640b3 100644 --- a/src/devices/cpu/pps41/pps41base.cpp +++ b/src/devices/cpu/pps41/pps41base.cpp @@ -55,8 +55,6 @@ TODO: #include "emu.h" #include "pps41base.h" -#include "debugger.h" - pps41_base_device::pps41_base_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, u32 clock, int prgwidth, address_map_constructor program, int datawidth, address_map_constructor data) : cpu_device(mconfig, type, tag, owner, clock), diff --git a/src/devices/cpu/rw5000/rw5000base.cpp b/src/devices/cpu/rw5000/rw5000base.cpp index 85db1c822a2..1d0fc237dc8 100644 --- a/src/devices/cpu/rw5000/rw5000base.cpp +++ b/src/devices/cpu/rw5000/rw5000base.cpp @@ -23,8 +23,6 @@ It is similar, but too many differences to emulate in this device, probably. #include "emu.h" #include "rw5000base.h" -#include "debugger.h" - rw5000_base_device::rw5000_base_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, u32 clock, int prgwidth, address_map_constructor program, int datawidth, address_map_constructor data) : cpu_device(mconfig, type, tag, owner, clock), diff --git a/src/devices/cpu/sm510/sm500.cpp b/src/devices/cpu/sm510/sm500.cpp index f8014ac1201..bb440388974 100644 --- a/src/devices/cpu/sm510/sm500.cpp +++ b/src/devices/cpu/sm510/sm500.cpp @@ -13,7 +13,6 @@ #include "emu.h" #include "sm500.h" #include "sm510d.h" -#include "debugger.h" // MCU types diff --git a/src/devices/cpu/sm510/sm510.cpp b/src/devices/cpu/sm510/sm510.cpp index fa35d53e0ec..624057181cb 100644 --- a/src/devices/cpu/sm510/sm510.cpp +++ b/src/devices/cpu/sm510/sm510.cpp @@ -9,7 +9,6 @@ #include "emu.h" #include "sm510.h" #include "sm510d.h" -#include "debugger.h" // MCU types diff --git a/src/devices/cpu/sm510/sm510base.cpp b/src/devices/cpu/sm510/sm510base.cpp index 7d5687a9670..6501e24d693 100644 --- a/src/devices/cpu/sm510/sm510base.cpp +++ b/src/devices/cpu/sm510/sm510base.cpp @@ -17,7 +17,6 @@ #include "emu.h" #include "sm510base.h" -#include "debugger.h" //------------------------------------------------- diff --git a/src/devices/cpu/sm510/sm511.cpp b/src/devices/cpu/sm510/sm511.cpp index c3a0e04d4c8..dc3a3763d6c 100644 --- a/src/devices/cpu/sm510/sm511.cpp +++ b/src/devices/cpu/sm510/sm511.cpp @@ -16,7 +16,6 @@ #include "emu.h" #include "sm511.h" #include "sm510d.h" -#include "debugger.h" // MCU types diff --git a/src/devices/cpu/sm510/sm530.cpp b/src/devices/cpu/sm510/sm530.cpp index 8531e41f755..a17213fa1cb 100644 --- a/src/devices/cpu/sm510/sm530.cpp +++ b/src/devices/cpu/sm510/sm530.cpp @@ -17,7 +17,6 @@ #include "emu.h" #include "sm530.h" #include "sm510d.h" -#include "debugger.h" // MCU types diff --git a/src/devices/cpu/sm510/sm590.cpp b/src/devices/cpu/sm510/sm590.cpp index 70b7968eaa5..7237dbbfa5d 100644 --- a/src/devices/cpu/sm510/sm590.cpp +++ b/src/devices/cpu/sm510/sm590.cpp @@ -13,7 +13,6 @@ #include "emu.h" #include "sm590.h" #include "sm510d.h" -#include "debugger.h" // MCU types diff --git a/src/devices/cpu/sm510/sm5a.cpp b/src/devices/cpu/sm510/sm5a.cpp index fe705edbe58..c2512aeaf71 100644 --- a/src/devices/cpu/sm510/sm5a.cpp +++ b/src/devices/cpu/sm510/sm5a.cpp @@ -12,7 +12,6 @@ #include "emu.h" #include "sm5a.h" #include "sm510d.h" -#include "debugger.h" // MCU types diff --git a/src/devices/cpu/tms1000/tms0270.cpp b/src/devices/cpu/tms1000/tms0270.cpp index 899e3eb1ba3..1b65a548f64 100644 --- a/src/devices/cpu/tms1000/tms0270.cpp +++ b/src/devices/cpu/tms1000/tms0270.cpp @@ -8,7 +8,6 @@ #include "emu.h" #include "tms0270.h" -#include "debugger.h" // TMS0270 is a TMS0980 with earrings and a new hat. The new changes look like a quick afterthought, almost hacky // - RAM, ROM, and main instructions PLAs is the same as TMS0980 diff --git a/src/devices/cpu/tms1000/tms0980.cpp b/src/devices/cpu/tms1000/tms0980.cpp index 5cd7fa01137..028f1c36428 100644 --- a/src/devices/cpu/tms1000/tms0980.cpp +++ b/src/devices/cpu/tms1000/tms0980.cpp @@ -9,7 +9,6 @@ #include "emu.h" #include "tms0980.h" #include "tms1k_dasm.h" -#include "debugger.h" // TMS0980 // - 144x4bit RAM array at the bottom-left (128+16, set up as 8x18x4) diff --git a/src/devices/cpu/tms1000/tms1000.cpp b/src/devices/cpu/tms1000/tms1000.cpp index 4ffefd7ef91..e56cf4cb273 100644 --- a/src/devices/cpu/tms1000/tms1000.cpp +++ b/src/devices/cpu/tms1000/tms1000.cpp @@ -13,7 +13,6 @@ #include "emu.h" #include "tms1000.h" #include "tms1k_dasm.h" -#include "debugger.h" // TMS1000 // - 64x4bit RAM array at the bottom-left diff --git a/src/devices/cpu/tms1000/tms1100.cpp b/src/devices/cpu/tms1000/tms1100.cpp index 9f7d6a040b8..12886b6db98 100644 --- a/src/devices/cpu/tms1000/tms1100.cpp +++ b/src/devices/cpu/tms1000/tms1100.cpp @@ -12,7 +12,6 @@ #include "emu.h" #include "tms1100.h" #include "tms1k_dasm.h" -#include "debugger.h" // TMS1100 is nearly the same as TMS1000, some different opcodes, and with double the RAM and ROM DEFINE_DEVICE_TYPE(TMS1100, tms1100_cpu_device, "tms1100", "Texas Instruments TMS1100") // 28-pin DIP, 11 R pins diff --git a/src/devices/cpu/tms1000/tms1400.cpp b/src/devices/cpu/tms1000/tms1400.cpp index 31da9295f48..5166393283f 100644 --- a/src/devices/cpu/tms1000/tms1400.cpp +++ b/src/devices/cpu/tms1000/tms1400.cpp @@ -11,7 +11,6 @@ #include "emu.h" #include "tms1400.h" -#include "debugger.h" // TMS1400 follows the TMS1100, it doubles the ROM size again (4 chapters of 16 pages), and adds a 3-level callstack // - rotate the view and mirror the OR-mask to get the proper layout of the mpla, the default is identical to tms1100 diff --git a/src/devices/cpu/tms1000/tms1k_base.cpp b/src/devices/cpu/tms1000/tms1k_base.cpp index b10db22ae33..5d9494a0539 100644 --- a/src/devices/cpu/tms1000/tms1k_base.cpp +++ b/src/devices/cpu/tms1000/tms1k_base.cpp @@ -70,7 +70,6 @@ unknown cycle: CME, SSE, SSS #include "emu.h" #include "tms1k_base.h" -#include "debugger.h" tms1k_base_device::tms1k_base_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, u32 clock, u8 o_pins, u8 r_pins, u8 pc_bits, u8 byte_bits, u8 x_bits, int prgwidth, address_map_constructor program, int datawidth, address_map_constructor data) : cpu_device(mconfig, type, tag, owner, clock) diff --git a/src/devices/cpu/tms1000/tp0320.cpp b/src/devices/cpu/tms1000/tp0320.cpp index 57c53b240fd..1c1f413dd53 100644 --- a/src/devices/cpu/tms1000/tp0320.cpp +++ b/src/devices/cpu/tms1000/tp0320.cpp @@ -12,7 +12,6 @@ #include "emu.h" #include "tp0320.h" #include "tms1k_dasm.h" -#include "debugger.h" // TP0320 is TI's first CMOS MCU with integrated LCD controller, the die is still very similar to TMS0980 // - 2048x9bit ROM, same as on TMS0980 with different row-select diff --git a/src/devices/cpu/ucom4/ucom4.cpp b/src/devices/cpu/ucom4/ucom4.cpp index db6a8b20e38..db273f65297 100644 --- a/src/devices/cpu/ucom4/ucom4.cpp +++ b/src/devices/cpu/ucom4/ucom4.cpp @@ -23,7 +23,6 @@ #include "emu.h" #include "ucom4.h" #include "ucom4d.h" -#include "debugger.h" // uCOM-43 products: 2000x8 ROM, 96x4 RAM, supports full instruction set diff --git a/src/mame/drivers/lk3000.cpp b/src/mame/drivers/lk3000.cpp index 31aabc6c014..e781c9e6d9a 100644 --- a/src/mame/drivers/lk3000.cpp +++ b/src/mame/drivers/lk3000.cpp @@ -352,4 +352,4 @@ ROM_END ******************************************************************************/ // YEAR NAME PARENT COMP MACHINE INPUT STATE INIT COMPANY, FULLNAME, FLAGS -CONS( 1979, lk3000, 0, 0, lk3000, lk3000, lk3000_state, empty_init, "Lexicon", "LK-3000", MACHINE_NO_SOUND_HW | MACHINE_SUPPORTS_SAVE ) +COMP( 1979, lk3000, 0, 0, lk3000, lk3000, lk3000_state, empty_init, "Lexicon", "LK-3000", MACHINE_NO_SOUND_HW | MACHINE_SUPPORTS_SAVE ) -- cgit v1.2.3