diff options
| author | 2022-03-26 18:33:47 +0800 | |
|---|---|---|
| committer | 2022-03-26 21:33:47 +1100 | |
| commit | ad5223f230ec66f792d2008db9213e52a3a7ce47 (patch) | |
| tree | 8d4ebec6a6983bf4c496bb7046cfe0c46fa15096 /src | |
| parent | 91dfacbede432aa34f973995668c39fddfa5771a (diff) | |
mp110, mp120, mp130, mp2000, mp2100, newtonmp: Incomplete machine description MT07908 [sjy96525] (#8979)
Diffstat (limited to 'src')
| -rw-r--r-- | src/mame/drivers/newton.cpp | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/src/mame/drivers/newton.cpp b/src/mame/drivers/newton.cpp index 86401cb91e5..f9c6f787516 100644 --- a/src/mame/drivers/newton.cpp +++ b/src/mame/drivers/newton.cpp @@ -5,18 +5,18 @@ Apple Newton devices skeleton driver CPUs: - MessagePad: ARM 610 (20MHz) + Newton MessagePad: ARM 610 (20MHz) ExpertPad PI-7000: ARM 610 (20MHz) - MessagePad 100: ARM 610 (20MHz) - MessagePad 110: ARM 610 (20MHz) - MessagePad 120: ARM 610 (20MHz) + Newton MessagePad 100: ARM 610 (20MHz) + Newton MessagePad 110: ARM 610 (20MHz) + Newton MessagePad 120: ARM 610 (20MHz) Marco: ARM 610 (20MHz) - MessagePad 130: ARM 610 (20MHz) + Newton MessagePad 130: ARM 610 (20MHz) eMate 300: ARM 710a (25MHz) - MessagePad 2000: StrongARM SA-110 (162MHz) - MessagePad 2100: StrongARM SA-110 (162MHz) + Newton MessagePad 2000: StrongARM SA-110 (162MHz) + Newton MessagePad 2100: StrongARM SA-110 (162MHz) ****************************************************************************/ @@ -183,12 +183,12 @@ ROM_END // YEAR NAME PARENT COMPAT MACHINE INPUT CLASS INIT COMPANY FULLNAME FLAGS CONS( 1992, newtnotp, 0, 0, gen1, newton, newton_state, empty_init, "Apple Computer", "Newton Notepad (prototype)", MACHINE_IS_SKELETON ) -CONS( 1993, newtonmp, 0, 0, gen1, newton, newton_state, empty_init, "Apple Computer", "MessagePad", MACHINE_IS_SKELETON ) +CONS( 1993, newtonmp, 0, 0, gen1, newton, newton_state, empty_init, "Apple Computer", "Newton MessagePad", MACHINE_IS_SKELETON ) CONS( 1993, spi7000, 0, 0, gen1, newton, newton_state, empty_init, "Sharp", "ExpertPad PI-7000", MACHINE_IS_SKELETON ) -CONS( 1994, mp110, 0, 0, gen1, newton, newton_state, empty_init, "Apple Computer", "MessagePad 110", MACHINE_IS_SKELETON ) -CONS( 1995, mp120, 0, 0, mp120, newton, newton_state, empty_init, "Apple Computer", "MessagePad 120", MACHINE_IS_SKELETON ) +CONS( 1994, mp110, 0, 0, gen1, newton, newton_state, empty_init, "Apple Computer", "Newton MessagePad 110", MACHINE_IS_SKELETON ) +CONS( 1995, mp120, 0, 0, mp120, newton, newton_state, empty_init, "Apple Computer", "Newton MessagePad 120", MACHINE_IS_SKELETON ) CONS( 1995, motmarco, 0, 0, marco, newton, newton_state, empty_init, "Motorola", "Marco", MACHINE_IS_SKELETON ) -CONS( 1996, mp130, 0, 0, mp130, newton, newton_state, empty_init, "Apple Computer", "MessagePad 130", MACHINE_IS_SKELETON ) +CONS( 1996, mp130, 0, 0, mp130, newton, newton_state, empty_init, "Apple Computer", "Newton MessagePad 130", MACHINE_IS_SKELETON ) CONS( 1997, emate, 0, 0, emate, newton, newton_state, empty_init, "Apple Computer", "eMate 300", MACHINE_IS_SKELETON ) -CONS( 1997, mp2000, 0, 0, mp2000, newton, newton_state, empty_init, "Apple Computer", "MessagePad 2000", MACHINE_IS_SKELETON ) -CONS( 1997, mp2100, 0, 0, mp2100, newton, newton_state, empty_init, "Apple Computer", "MessagePad 2100", MACHINE_IS_SKELETON ) +CONS( 1997, mp2000, 0, 0, mp2000, newton, newton_state, empty_init, "Apple Computer", "Newton MessagePad 2000", MACHINE_IS_SKELETON ) +CONS( 1997, mp2100, 0, 0, mp2100, newton, newton_state, empty_init, "Apple Computer", "Newton MessagePad 2100", MACHINE_IS_SKELETON ) |
