mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
forgot 1 file
This commit is contained in:
parent
fe57f275e8
commit
603a1ba0ac
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ const device_type TMS1370 = &device_creator<tms1370_cpu_device>; // almost same
|
|||
// 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
|
||||
// - the opla size is increased from 20 to 32 terms
|
||||
const device_type TMS1400 = &device_creator<tms1400_cpu_device>; // 28-pin DIP, 11 R pins
|
||||
const device_type TMS1400 = &device_creator<tms1400_cpu_device>; // 28-pin DIP, 11 R pins (TMS1400CR is same, but with TMS1100 pinout)
|
||||
const device_type TMS1470 = &device_creator<tms1470_cpu_device>; // almost same as tms1400, just supports higher voltage
|
||||
|
||||
// TMS0980
|
||||
|
|
Loading…
Reference in a new issue