diff --git a/hash/wswan.xml b/hash/wswan.xml index 304b788b32d..b56b4e0eb02 100644 --- a/hash/wswan.xml +++ b/hash/wswan.xml @@ -104,7 +104,7 @@ - + Cardcaptor Sakura - Sakura to Fushigi na Clow Card 1999 Bandai @@ -172,7 +172,7 @@ - + Chou Denki Card Game - Youfu Makai - Kikuchi Shuukou 1999 Kobunsha @@ -189,7 +189,7 @@ - + Clock Tower for WonderSwan 1999 Kaga Tech diff --git a/src/emu/bus/wswan/rom.h b/src/emu/bus/wswan/rom.h index a3f590ef133..18434257589 100644 --- a/src/emu/bus/wswan/rom.h +++ b/src/emu/bus/wswan/rom.h @@ -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 */ };