mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
more devices named after machines (nw)
This commit is contained in:
parent
a466e658be
commit
6e4031ed60
@ -41,8 +41,8 @@
|
||||
#define INCREMENT_PC_8KW (PC = (PC+1) & ADDRESS_MASK_8KW)
|
||||
|
||||
|
||||
DEFINE_DEVICE_TYPE(TX0_8KW, tx0_8kw_device, "tx0_8kw", "MIT Lincoln Laboratory TX-0 8KW")
|
||||
DEFINE_DEVICE_TYPE(TX0_64KW, tx0_64kw_device, "tx0_64kw", "MIT Lincoln Laboratory TX-0 64KW")
|
||||
DEFINE_DEVICE_TYPE(TX0_8KW, tx0_8kw_device, "tx0_8kw_cpu", "MIT Lincoln Laboratory TX-0 8KW")
|
||||
DEFINE_DEVICE_TYPE(TX0_64KW, tx0_64kw_device, "tx0_64kw_cpu", "MIT Lincoln Laboratory TX-0 64KW")
|
||||
|
||||
|
||||
tx0_device::tx0_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, uint32_t clock, int addr_bits, int address_mask, int ir_mask)
|
||||
|
Loading…
Reference in New Issue
Block a user