mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
removed unused private member. nw.
This commit is contained in:
parent
f65a416224
commit
942be9e4f9
2 changed files with 3 additions and 4 deletions
|
@ -104,7 +104,7 @@
|
|||
</part>
|
||||
</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>
|
||||
<year>1999</year>
|
||||
<publisher>Bandai</publisher>
|
||||
|
@ -172,7 +172,7 @@
|
|||
</part>
|
||||
</software>
|
||||
|
||||
<software name="youfumak" supported="no"> <!-- freezes -->
|
||||
<software name="youfumak"> <!-- needs initialized SRAM? -->
|
||||
<description>Chou Denki Card Game - Youfu Makai - Kikuchi Shuukou</description>
|
||||
<year>1999</year>
|
||||
<publisher>Kobunsha</publisher>
|
||||
|
@ -189,7 +189,7 @@
|
|||
</part>
|
||||
</software>
|
||||
|
||||
<software name="clocktow" supported="no"> <!-- freezes -->
|
||||
<software name="clocktow" supported="no"> <!-- freezes short after starting a game -->
|
||||
<description>Clock Tower for WonderSwan</description>
|
||||
<year>1999</year>
|
||||
<publisher>Kaga Tech</publisher>
|
||||
|
|
|
@ -92,7 +92,6 @@ private:
|
|||
UINT8 m_eeprom_command; /* Commands: 00, 01, 02, 03, 04, 08, 0C */
|
||||
UINT8 m_eeprom_start; /* start bit */
|
||||
UINT8 m_eeprom_write_enabled; /* write enabled yes/no */
|
||||
int m_eeprom_size; /* size of eeprom/sram area */
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue