Previous 199869 Revisions Next

r18049 Thursday 20th September, 2012 at 19:33:41 UTC by Sandro Ronco
Fixed debug build. (nw)
[src/mame/machine]decocass.c

trunk/src/mame/machine/decocass.c
r18048r18049
213213{
214214   decocass_state *state = machine.driver_data<decocass_state>();
215215   /* 8041ENA/ and is this a FNO write (function number)? */
216   if (0 == (m_i8041_p2 & 0x01))
216   if (0 == (state->m_i8041_p2 & 0x01))
217217   {
218218      switch (data)
219219      {

Previous 199869 Revisions Next


© 1997-2024 The MAME Team