From 00d0c67a02a0bb416f83fe4111d3064434700dc0 Mon Sep 17 00:00:00 2001 From: Robbbert Date: Sat, 18 Oct 2014 22:08:07 +0000 Subject: Fixed compile for nonstandard tools --- src/mess/machine/ti85.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/mess/machine/ti85.c b/src/mess/machine/ti85.c index 3e9fe6b8be4..60293e973c8 100644 --- a/src/mess/machine/ti85.c +++ b/src/mess/machine/ti85.c @@ -151,7 +151,7 @@ void ti85_state::update_ti85_memory () void ti85_state::update_ti83p_memory () { - address_space &space = m_maincpu->space(AS_PROGRAM); + //address_space &space = m_maincpu->space(AS_PROGRAM); m_membank1->set_bank(0); //Always flash page 0, well allmost @@ -179,7 +179,7 @@ void ti85_state::update_ti83p_memory () void ti85_state::update_ti83pse_memory () { - address_space &space = m_maincpu->space(AS_PROGRAM); + //address_space &space = m_maincpu->space(AS_PROGRAM); m_membank1->set_bank(m_ti8x_memory_page_0); @@ -304,7 +304,7 @@ MACHINE_RESET_MEMBER(ti85_state,ti83pse) MACHINE_START_MEMBER(ti85_state,ti83p) { - address_space &space = m_maincpu->space(AS_PROGRAM); + //address_space &space = m_maincpu->space(AS_PROGRAM); //m_bios = memregion("flash")->base(); m_timer_interrupt_mask = 0; @@ -342,7 +342,7 @@ MACHINE_START_MEMBER(ti85_state,ti83p) MACHINE_START_MEMBER(ti85_state,ti83pse) { - address_space &space = m_maincpu->space(AS_PROGRAM); + //address_space &space = m_maincpu->space(AS_PROGRAM); //address_space &asic = ADDRESS_MAP_NAME(ti83p_asic_mem); m_timer_interrupt_mask = 0; -- cgit v1.2.3-70-g09d2