mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
More cases or CPUs named after machines etc. (nw)
This commit is contained in:
parent
c6dd9d1643
commit
a466e658be
@ -50,7 +50,7 @@ void patinho_feio_cpu_device::compute_effective_address(unsigned int addr){
|
||||
}
|
||||
}
|
||||
|
||||
DEFINE_DEVICE_TYPE(PATO_FEIO_CPU, patinho_feio_cpu_device, "patinho_feio", "Patinho Feio")
|
||||
DEFINE_DEVICE_TYPE(PATO_FEIO_CPU, patinho_feio_cpu_device, "pato_feio_cpu", "Patinho Feio CPU")
|
||||
|
||||
//Internal 4kbytes of RAM
|
||||
ADDRESS_MAP_START(patinho_feio_cpu_device::prog_8bit)
|
||||
|
@ -39,7 +39,7 @@
|
||||
|
||||
|
||||
|
||||
DEFINE_DEVICE_TYPE(SATURN, saturn_device, "saturn_cpu", "Hewlett-Packard HP Saturn")
|
||||
DEFINE_DEVICE_TYPE(SATURN, saturn_device, "saturn_cpu", "Hewlett-Packard Saturn")
|
||||
|
||||
|
||||
saturn_device::saturn_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
|
||||
|
@ -129,4 +129,4 @@ util::disasm_interface *ti990_10_device::create_disassembler()
|
||||
return new tms9900_disassembler(TMS9900_ID);
|
||||
}
|
||||
|
||||
DEFINE_DEVICE_TYPE(TI990_10, ti990_10_device, "ti990_10", "Texas Instruments TI990/10 CPU")
|
||||
DEFINE_DEVICE_TYPE(TI990_10, ti990_10_device, "ti990_10_cpu", "Texas Instruments TI990/10 CPU")
|
||||
|
Loading…
Reference in New Issue
Block a user