diff options
author | 2011-02-10 19:08:37 +0000 | |
---|---|---|
committer | 2011-02-10 19:08:37 +0000 | |
commit | 601056b130756c77a3c63f206bb6162985945ed5 (patch) | |
tree | df332216e298ad554b4ba131b75c1d5527d8dddf /src/emu/machine/6850acia.c | |
parent | 7aa70ad1c57f834189086508f9f6509d16a5790f (diff) |
- Added shortname to devices in order to make ROM loading per device possible. [Miodrag Milanovic]
- Updated all devices containing ROM regions to have short names and all modern devices too
- Created new validation to check existence of short name if device contain ROM region defined
Diffstat (limited to 'src/emu/machine/6850acia.c')
-rw-r--r-- | src/emu/machine/6850acia.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/machine/6850acia.c b/src/emu/machine/6850acia.c index fba99000c12..c1f278844bd 100644 --- a/src/emu/machine/6850acia.c +++ b/src/emu/machine/6850acia.c @@ -54,7 +54,7 @@ const int acia6850_device::ACIA6850_WORD[8][3] = const device_type ACIA6850 = acia6850_device_config::static_alloc_device_config; -GENERIC_DEVICE_CONFIG_SETUP(acia6850, "6850 ACIA") +GENERIC_DEVICE_CONFIG_SETUP(acia6850, "6850 ACIA", "6850acia") //------------------------------------------------- // device_config_complete - perform any |