removed unused private member. nw.

This commit is contained in:
Fabio Priuli 2014-10-05 16:05:09 +00:00
parent f65a416224
commit 942be9e4f9
2 changed files with 3 additions and 4 deletions

View file

@ -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>

View file

@ -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 */
};