Previous 199869 Revisions Next

r18955 Wednesday 14th November, 2012 at 07:43:56 UTC by Miodrag Milanović
fix compile (no whatsnew)
[src/mame/drivers]funworld.c

trunk/src/mame/drivers/funworld.c
r18954r18955
51735173   int start = 0x8000;
51745174
51755175   UINT8 *buffer;
5176   int i, a;
5176   int i;// a;
51775177
51785178    /*****************************
51795179    *   Program ROM decryption   *
r18954r18955
51965196
51975197   int x, na, nb, nad, nbd;
51985198   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();
52005200
52015201   for (x=0x0000; x < 0x10000; x++)
52025202   {

Previous 199869 Revisions Next


© 1997-2024 The MAME Team