mirror of
https://github.com/holub/mame
synced 2025-10-04 16:34:53 +03:00
Typo... of course, the one time I don't review the .diff before sending
This commit is contained in:
parent
9a17a5ba02
commit
08de08ce3e
@ -10,7 +10,6 @@ static int prmrsocr_sprite_bank;
|
||||
static int sorted_layer[3];
|
||||
static int dim_c,dim_v; /* ssriders, tmnt2 */
|
||||
static int lastdim,lasten;
|
||||
static int priorityflag;
|
||||
|
||||
static tilemap *roz_tilemap;
|
||||
|
||||
@ -348,7 +347,7 @@ WRITE16_HANDLER( tmnt_0a0000_w )
|
||||
interrupt_enable_w(0,data & 0x20);
|
||||
|
||||
/* bit 7 = enable char ROM reading through the video RAM */
|
||||
K052109_set_RMRD_line(data & 0x80 ? ASSERT_LINE : CLEAR_LINE);
|
||||
K052109_set_RMRD_line((data & 0x80) ? ASSERT_LINE : CLEAR_LINE);
|
||||
|
||||
/* other bits unused */
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user