mirror of
https://github.com/holub/mame
synced 2025-07-01 00:09:18 +03:00
removed unused private member. nw.
This commit is contained in:
parent
f65a416224
commit
942be9e4f9
@ -104,7 +104,7 @@
|
|||||||
</part>
|
</part>
|
||||||
</software>
|
</software>
|
||||||
|
|
||||||
<software name="ccsakura" supported="no"> <!-- freezes -->
|
<software name="ccsakura" supported="partial"> <!-- freezes if you don't press Start immediately -->
|
||||||
<description>Cardcaptor Sakura - Sakura to Fushigi na Clow Card</description>
|
<description>Cardcaptor Sakura - Sakura to Fushigi na Clow Card</description>
|
||||||
<year>1999</year>
|
<year>1999</year>
|
||||||
<publisher>Bandai</publisher>
|
<publisher>Bandai</publisher>
|
||||||
@ -172,7 +172,7 @@
|
|||||||
</part>
|
</part>
|
||||||
</software>
|
</software>
|
||||||
|
|
||||||
<software name="youfumak" supported="no"> <!-- freezes -->
|
<software name="youfumak"> <!-- needs initialized SRAM? -->
|
||||||
<description>Chou Denki Card Game - Youfu Makai - Kikuchi Shuukou</description>
|
<description>Chou Denki Card Game - Youfu Makai - Kikuchi Shuukou</description>
|
||||||
<year>1999</year>
|
<year>1999</year>
|
||||||
<publisher>Kobunsha</publisher>
|
<publisher>Kobunsha</publisher>
|
||||||
@ -189,7 +189,7 @@
|
|||||||
</part>
|
</part>
|
||||||
</software>
|
</software>
|
||||||
|
|
||||||
<software name="clocktow" supported="no"> <!-- freezes -->
|
<software name="clocktow" supported="no"> <!-- freezes short after starting a game -->
|
||||||
<description>Clock Tower for WonderSwan</description>
|
<description>Clock Tower for WonderSwan</description>
|
||||||
<year>1999</year>
|
<year>1999</year>
|
||||||
<publisher>Kaga Tech</publisher>
|
<publisher>Kaga Tech</publisher>
|
||||||
|
@ -92,7 +92,6 @@ private:
|
|||||||
UINT8 m_eeprom_command; /* Commands: 00, 01, 02, 03, 04, 08, 0C */
|
UINT8 m_eeprom_command; /* Commands: 00, 01, 02, 03, 04, 08, 0C */
|
||||||
UINT8 m_eeprom_start; /* start bit */
|
UINT8 m_eeprom_start; /* start bit */
|
||||||
UINT8 m_eeprom_write_enabled; /* write enabled yes/no */
|
UINT8 m_eeprom_write_enabled; /* write enabled yes/no */
|
||||||
int m_eeprom_size; /* size of eeprom/sram area */
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user