trunk/src/mame/drivers/funworld.c
| r18954 | r18955 | |
| 5173 | 5173 | int start = 0x8000; |
| 5174 | 5174 | |
| 5175 | 5175 | UINT8 *buffer; |
| 5176 | | int i, a; |
| 5176 | int i;// a; |
| 5177 | 5177 | |
| 5178 | 5178 | /***************************** |
| 5179 | 5179 | * Program ROM decryption * |
| r18954 | r18955 | |
| 5196 | 5196 | |
| 5197 | 5197 | int x, na, nb, nad, nbd; |
| 5198 | 5198 | UINT8 *src = machine().root_device().memregion( "gfx1" )->base(); |
| 5199 | | UINT8 *ROM = machine().root_device().memregion("maincpu")->base(); |
| 5199 | //UINT8 *ROM = machine().root_device().memregion("maincpu")->base(); |
| 5200 | 5200 | |
| 5201 | 5201 | for (x=0x0000; x < 0x10000; x++) |
| 5202 | 5202 | { |