Previous 199869 Revisions Next

r18268 Wednesday 3rd October, 2012 at 16:12:11 UTC by Oliver Stöneberg
fixed define usage in src/mame/drivers/igspoker.c (no whatsnew)
[src/mame/drivers]igspoker.c

trunk/src/mame/drivers/igspoker.c
r18267r18268
241241   set_led_status(machine(), 6,      data & 0x20);   // led for coin m_out / m_hopper active
242242
243243   m_nmi_enable = data & 0x80;     // nmi enable?
244#ifdef VERBOSE
244#if VERBOSE
245245   logerror("PC %06X: NMI change %02x\n",space.device().safe_pc(),m_nmi_enable);
246246#endif
247247
r18267r18268
293293
294294READ8_MEMBER(igspoker_state::custom_io_r)
295295{
296#ifdef VERBOSE
296#if VERBOSE
297297   logerror("PC %06X: Protection read %02x\n",space.device().safe_pc(), (int) m_protection_res);
298298#endif
299299   return m_protection_res;
r18267r18268
301301
302302WRITE8_MEMBER(igspoker_state::custom_io_w)
303303{
304#ifdef VERBOSE
304#if VERBOSE
305305   logerror("PC %06X: Protection write %02x\n",space.device().safe_pc(),data);
306306#endif
307307

Previous 199869 Revisions Next


© 1997-2024 The MAME Team