Skip to content

Commit

Permalink
4.8a - fix for DrZ80 core
Browse files Browse the repository at this point in the history
  • Loading branch information
wavemotion-dave committed Dec 26, 2021
1 parent adf00fb commit f0a95e9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified ColecoDS.nds
Binary file not shown.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ include $(DEVKITARM)/ds_rules

export TARGET := ColecoDS
export TOPDIR := $(CURDIR)
export VERSION := 4.8
export VERSION := 4.8a

ICON := -b $(CURDIR)/logo.bmp "ColecoDS $(VERSION);wavemotion-dave;https://github.com/wavemotion-dave/ColecoDS"

Expand Down
2 changes: 1 addition & 1 deletion arm9/source/colecomngt.c
Original file line number Diff line number Diff line change
Expand Up @@ -930,7 +930,7 @@ ITCM_CODE u32 LoopZ80()
DrZ80_execute(TMS9918_LINE + timingAdjustment);

// Refresh VDP
if(Loop9918()) cpuirequest = (sg1000_mode ? INT_RST38 : INT_NMI);
if(Loop9918()) cpuirequest = (sg1000_mode ? Z80_IRQ_INT : Z80_NMI_INT);

// Generate interrupt if called for
if (cpuirequest)
Expand Down

0 comments on commit f0a95e9

Please sign in to comment.