diff options
| author | 2017-08-22 09:32:43 -0400 | |
|---|---|---|
| committer | 2017-08-22 09:32:43 -0400 | |
| commit | 9ed14681ae7812b969ba690331c5a1c5f0dd2ea3 (patch) | |
| tree | 9c9a9eb88441c8b8145588df5dea9a0844356bb8 /src/devices/machine | |
| parent | 3bf852d60b994729970f3ee9ff1e3d991838e7bb (diff) | |
Oops (nw)
Diffstat (limited to 'src/devices/machine')
| -rw-r--r-- | src/devices/machine/mb8421.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/mb8421.cpp b/src/devices/machine/mb8421.cpp index f03bf03987b..6be5320141f 100644 --- a/src/devices/machine/mb8421.cpp +++ b/src/devices/machine/mb8421.cpp @@ -16,7 +16,7 @@ DEFINE_DEVICE_TYPE(MB8421, mb8421_device, "mb8421", "MB8421 8-bit Dual-Port SRAM") -DEFINE_DEVICE_TYPE(MB8421_MB8431_16BIT, mb8421_mb8431_16_device, "mb8421_mb8431_16", "MB8421/MB8431 16-bit Dual-Port SRAM") +DEFINE_DEVICE_TYPE(MB8421_MB8431_16BIT, mb8421_mb8431_16_device, "mb8421_mb8431_16", "MB8421/MB8431 16-bit Dual-Port SRAM") //------------------------------------------------- // mb8421_master_device - constructor |
