mirror of
https://github.com/holub/mame
synced 2025-06-06 12:53:46 +03:00
model2.cpp: zeroguna black screen fix (nw)
This commit is contained in:
parent
05e851cc83
commit
bca634d4e7
@ -554,7 +554,9 @@ READ32_MEMBER(model2_state::fifoctl_r)
|
||||
}
|
||||
|
||||
// #### 1 if fifo empty, zerogun needs | 0x04 set
|
||||
return r | 0x04;
|
||||
// TODO: 0x04 is probably fifo full, zeroguna stalls with a fresh nvram with that enabled!
|
||||
return r;
|
||||
// return r | 0x04;
|
||||
}
|
||||
|
||||
READ32_MEMBER(model2_state::videoctl_r)
|
||||
|
Loading…
Reference in New Issue
Block a user