mirror of
https://github.com/holub/mame
synced 2025-07-02 00:29:37 +03:00
twincobr.cpp: Remove configuration variable not used anymore (nw)
This commit is contained in:
parent
560c8192de
commit
80ebdfaa7c
@ -357,8 +357,6 @@ void wardner_state::machine_reset()
|
||||
{
|
||||
MACHINE_RESET_CALL_MEMBER(twincobr);
|
||||
|
||||
m_toaplan_main_cpu = 1; /* Z80 */
|
||||
|
||||
m_membank->set_bank(0);
|
||||
}
|
||||
|
||||
|
@ -30,7 +30,6 @@ public:
|
||||
optional_device<buffered_spriteram8_device> m_spriteram8;
|
||||
optional_device<buffered_spriteram16_device> m_spriteram16;
|
||||
|
||||
int m_toaplan_main_cpu;
|
||||
int32_t m_fg_rom_bank;
|
||||
int32_t m_bg_ram_bank;
|
||||
int m_intenable;
|
||||
|
@ -243,7 +243,6 @@ WRITE16_MEMBER(twincobr_state::twincobr_sharedram_w)
|
||||
|
||||
MACHINE_RESET_MEMBER(twincobr_state,twincobr)
|
||||
{
|
||||
m_toaplan_main_cpu = 0; /* 68000 */
|
||||
m_dsp_addr_w = 0;
|
||||
m_main_ram_seg = 0;
|
||||
m_dsp_execute = 0;
|
||||
@ -253,7 +252,6 @@ MACHINE_RESET_MEMBER(twincobr_state,twincobr)
|
||||
|
||||
void twincobr_state::twincobr_driver_savestate()
|
||||
{
|
||||
save_item(NAME(m_toaplan_main_cpu));
|
||||
save_item(NAME(m_intenable));
|
||||
save_item(NAME(m_dsp_on));
|
||||
save_item(NAME(m_dsp_addr_w));
|
||||
|
Loading…
Reference in New Issue
Block a user