summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/apple/newton.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/apple/newton.cpp')
-rw-r--r--src/mame/apple/newton.cpp23
1 files changed, 11 insertions, 12 deletions
diff --git a/src/mame/apple/newton.cpp b/src/mame/apple/newton.cpp
index f4cfe2b620d..77857222d30 100644
--- a/src/mame/apple/newton.cpp
+++ b/src/mame/apple/newton.cpp
@@ -22,7 +22,6 @@
#include "emu.h"
#include "cpu/arm7/arm7.h"
-#include "cpu/arm7/arm7core.h"
#include "machine/ram.h"
#include "emupal.h"
#include "screen.h"
@@ -48,7 +47,7 @@ public:
void mp2100(machine_config &config);
protected:
- void mem_map(address_map &map);
+ void mem_map(address_map &map) ATTR_COLD;
uint32_t tick_count_r();
@@ -188,13 +187,13 @@ ROM_END
/* Driver */
// 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", "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", "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", "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", "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 )
+CONS( 1992, newtnotp, 0, 0, gen1, newton, newton_state, empty_init, "Apple Computer", "Newton Notepad (prototype)", MACHINE_NO_SOUND | MACHINE_NOT_WORKING )
+CONS( 1993, newtonmp, 0, 0, gen1, newton, newton_state, empty_init, "Apple Computer", "Newton MessagePad", MACHINE_NO_SOUND | MACHINE_NOT_WORKING )
+CONS( 1993, spi7000, 0, 0, gen1, newton, newton_state, empty_init, "Sharp", "ExpertPad PI-7000", MACHINE_NO_SOUND | MACHINE_NOT_WORKING )
+CONS( 1994, mp110, 0, 0, gen1, newton, newton_state, empty_init, "Apple Computer", "Newton MessagePad 110", MACHINE_NO_SOUND | MACHINE_NOT_WORKING )
+CONS( 1995, mp120, 0, 0, mp120, newton, newton_state, empty_init, "Apple Computer", "Newton MessagePad 120", MACHINE_NO_SOUND | MACHINE_NOT_WORKING )
+CONS( 1995, motmarco, 0, 0, marco, newton, newton_state, empty_init, "Motorola", "Marco", MACHINE_NO_SOUND | MACHINE_NOT_WORKING )
+CONS( 1996, mp130, 0, 0, mp130, newton, newton_state, empty_init, "Apple Computer", "Newton MessagePad 130", MACHINE_NO_SOUND | MACHINE_NOT_WORKING )
+CONS( 1997, emate, 0, 0, emate, newton, newton_state, empty_init, "Apple Computer", "eMate 300", MACHINE_NO_SOUND | MACHINE_NOT_WORKING )
+CONS( 1997, mp2000, 0, 0, mp2000, newton, newton_state, empty_init, "Apple Computer", "Newton MessagePad 2000", MACHINE_NO_SOUND | MACHINE_NOT_WORKING )
+CONS( 1997, mp2100, 0, 0, mp2100, newton, newton_state, empty_init, "Apple Computer", "Newton MessagePad 2100", MACHINE_NO_SOUND | MACHINE_NOT_WORKING )