mirror of
https://github.com/holub/mame
synced 2025-04-30 19:57:11 +03:00
cleanup for cherry-picking (nw)
This commit is contained in:
parent
95aa67b728
commit
62cb3a78d2
@ -470,7 +470,6 @@ void cgc7900_state::cgc7900(machine_config &config)
|
|||||||
m_maincpu->set_addrmap(AS_PROGRAM, &cgc7900_state::cgc7900_mem);
|
m_maincpu->set_addrmap(AS_PROGRAM, &cgc7900_state::cgc7900_mem);
|
||||||
m_maincpu->set_addrmap(m68000_base_device::AS_CPU_SPACE, &cgc7900_state::cpu_space_map);
|
m_maincpu->set_addrmap(m68000_base_device::AS_CPU_SPACE, &cgc7900_state::cpu_space_map);
|
||||||
|
|
||||||
|
|
||||||
i8035_device &kbmcu(I8035(config, I8035_TAG, 1000000));
|
i8035_device &kbmcu(I8035(config, I8035_TAG, 1000000));
|
||||||
kbmcu.set_addrmap(AS_PROGRAM, &cgc7900_state::keyboard_mem);
|
kbmcu.set_addrmap(AS_PROGRAM, &cgc7900_state::keyboard_mem);
|
||||||
kbmcu.set_disable();
|
kbmcu.set_disable();
|
||||||
|
@ -2925,7 +2925,7 @@ TIMER_DEVICE_CALLBACK_MEMBER(lufykzku_state::lufykzku_irq)
|
|||||||
else if (scanline == 128)
|
else if (scanline == 128)
|
||||||
m_maincpu->set_input_line_and_vector(0, HOLD_LINE, m_timer0_vector); // Z80
|
m_maincpu->set_input_line_and_vector(0, HOLD_LINE, m_timer0_vector); // Z80
|
||||||
else if ((scanline % 8) == 0)
|
else if ((scanline % 8) == 0)
|
||||||
m_maincpu->set_input_line_and_vector(0, HOLD_LINE, m_timer1_vector); // Z*) - this needs to be called often or the state of the door is not read at boot (at least 5 times before bb9 is called)
|
m_maincpu->set_input_line_and_vector(0, HOLD_LINE, m_timer1_vector); // Z80 - this needs to be called often or the state of the door is not read at boot (at least 5 times before bb9 is called)
|
||||||
}
|
}
|
||||||
|
|
||||||
void lufykzku_state::lufykzku(machine_config &config)
|
void lufykzku_state::lufykzku(machine_config &config)
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
#include "machine/hpc3.h"
|
#include "machine/hpc3.h"
|
||||||
|
|
||||||
#define ENABLE_NEWVIEW_LOG (1)
|
#define ENABLE_NEWVIEW_LOG (0)
|
||||||
|
|
||||||
class newport_video_device : public device_t, public device_palette_interface
|
class newport_video_device : public device_t, public device_palette_interface
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user