~ubuntu-branches/ubuntu/lucid/sdlmame/lucid

« back to all changes in this revision

Viewing changes to src/mame/drivers/drmicro.c

  • Committer: Bazaar Package Importer
  • Author(s): Cesare Falco
  • Date: 2009-11-03 17:10:15 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20091103171015-6hop4ory5lxnumpn
Tags: 0.135-0ubuntu1
* New upstream release - Closes (LP: #403212)
* debian/watch: unstable releases are no longer detected
* mame.ini: added the cheat subdirectories to cheatpath so zipped
  cheatfiles will be searched too
* renamed crsshair subdirectory to crosshair to reflect upstream change
* mame.ini: renamed references to crosshair subdirectory (see above)

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
VIDEO_START( drmicro );
20
20
VIDEO_UPDATE( drmicro );
21
21
 
22
 
WRITE8_HANDLER( drmicro_flipscreen_w );
23
 
WRITE8_HANDLER( drmicro_priority_w );
24
 
 
25
22
WRITE8_HANDLER( drmicro_videoram_w );
26
23
 
27
24
extern void drmicro_flip_w( running_machine *machine, int flip );
263
260
        ROM_LOAD( "dm-04.14d", 0x8000,  0x2000, CRC(071db054) SHA1(75929b7692bebf2246fa84581b6d1eedb02c9aba) )
264
261
        ROM_LOAD( "dm-05.15d", 0xa000,  0x2000, CRC(f41b8d8a) SHA1(802830f3f0362ec3df257f31dc22390e8ae4207c) )
265
262
 
266
 
        ROM_REGION( 0x04000, "gfx1", ROMREGION_DISPOSE ) // gfx 1
 
263
        ROM_REGION( 0x04000, "gfx1", 0 ) // gfx 1
267
264
        ROM_LOAD( "dm-23.5l",  0x0000,  0x2000, CRC(279a76b8) SHA1(635650621bdce5873bb5faf64f8352149314e784) )
268
265
        ROM_LOAD( "dm-24.5n",  0x2000,  0x2000, CRC(ee8ed1ec) SHA1(7afc05c73186af9fe3d3f3ce13412c8ee560b146) )
269
266
 
270
 
        ROM_REGION( 0x06000, "gfx2", ROMREGION_DISPOSE ) // gfx 2
 
267
        ROM_REGION( 0x06000, "gfx2", 0 ) // gfx 2
271
268
        ROM_LOAD( "dm-20.4a",  0x0000,  0x2000, CRC(6f5dbf22) SHA1(41ef084336e2ebb1016b28505dcb43483e37a0de) )
272
269
        ROM_LOAD( "dm-21.4c",  0x2000,  0x2000, CRC(8b17ff47) SHA1(5bcc14489ea1d4f1fe8e51c24a72a8e787ab8159) )
273
270
        ROM_LOAD( "dm-22.4d",  0x4000,  0x2000, CRC(84daf771) SHA1(d187debcca59ceab6cd696be246370120ee575c6) )