| Previous | 199869 Revisions | Next |
| r44550 Thursday 28th January, 2016 at 21:07:40 UTC by hap |
|---|
| woop |
| [src/mame/drivers] | mmodular.cpp |
| r253061 | r253062 | |
|---|---|---|
| 1001 | 1001 | |
| 1002 | 1002 | UINT8 *rom = memregion("maincpu")->base(); |
| 1003 | 1003 | |
| 1004 | if(rom[0x870] == 0x0c && rom[0x871] == 0x78) | |
| 1004 | if(rom[0x870] == 0x0c && rom[0x871] == 0x78) { | |
| 1005 | 1005 | rom[0x870] = 0x38; |
| 1006 | 1006 | } |
| 1007 | 1007 | } |
| https://github.com/mamedev/mame/commit/cb1d7fe7fc942677c6aae668e283073f08a11199 |
| Previous | 199869 Revisions | Next |