summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ts803.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ts803.cpp')
-rw-r--r--src/mame/drivers/ts803.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/ts803.cpp b/src/mame/drivers/ts803.cpp
index 945e0306045..0f66129a94d 100644
--- a/src/mame/drivers/ts803.cpp
+++ b/src/mame/drivers/ts803.cpp
@@ -374,8 +374,8 @@ Bit 2 = 0 alpha memory access (round off)
void ts803_state::machine_start()
{
//save these 2 so we can examine them in the debugger
- save_pointer(NAME(m_videoram.get()), 0x8000);
- save_pointer(NAME(m_56kram.get()), 0xc000);
+ save_pointer(NAME(m_videoram), 0x8000);
+ save_pointer(NAME(m_56kram), 0xc000);
}
void ts803_state::machine_reset()