Previous 199869 Revisions Next

r21237 Wednesday 20th February, 2013 at 22:34:27 UTC by David Haywood
fix comment
[src/mame/drivers]coolridr.c

trunk/src/mame/drivers/coolridr.c
r21236r21237
796796                  if (m_b3romoffset!=0)
797797                  {
798798#if 0
799                     // if we look in rom IC6 (+0x1400000) then the word before our offset is very often 0x0000
799                     // if we look in rom IC6 (+0x1400000) then the word before our offset is very often 0x0000 probably indicating that's the last word used
800800                     printf("rom offset %08x, previous values : ", m_b3romoffset);
801801                     for (int i=0;i<10;i++)
802802                     {
r21236r21237
806806                     printf("\n");
807807#endif
808808#if 0
809                     // if we look in rom IC6 (+0x1400000) then the word before our offset is very often 0x0000 probably indicating that's the last word used
809                     // look at the values actually at the address we're using..
810                     // often have a similar form to
811                     // 0002, 0020, 0000, 0200, 2000, 0002, 0020, 0000, 0200, 2000,
812                     //   1     2     3     4     5     6     7     8     9    10
813                     // so you can see 1/6  2/7,  3/8,  4/9,  5/10 are often similar or the same
810814                     printf("rom offset %08x, values : ", m_b3romoffset);
811815                     for (int i=0;i<10;i++)
812816                     {

Previous 199869 Revisions Next


© 1997-2024 The MAME Team