clean up dac code a bit

This commit is contained in:
notaz 2017-09-30 02:23:13 +03:00
parent e23f4494fb
commit 4f2cdbf551
7 changed files with 62 additions and 81 deletions

View file

@ -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();