mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
clean up dac code a bit
This commit is contained in:
parent
e23f4494fb
commit
4f2cdbf551
7 changed files with 62 additions and 81 deletions
|
@ -258,6 +258,8 @@ void PicoFrameMS(void)
|
|||
int nmi;
|
||||
int y;
|
||||
|
||||
PsndStartFrame();
|
||||
|
||||
nmi = (PicoPad[0] >> 7) & 1;
|
||||
if (!Pico.ms.nmi_state && nmi)
|
||||
z80_nmi();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue