Skip to content

Commit

Permalink
Fix #1620: Mark some rules as not good for the gb
Browse files Browse the repository at this point in the history
  • Loading branch information
suborb committed Oct 26, 2020
1 parent 9a7b75a commit c7da16c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/z80rules.0
Expand Up @@ -174,6 +174,7 @@
ld bc,%3-(%1)
add hl,bc

%notcpu gbz80
ld hl,%1 ;const
push hl
call l_gint ;%3
Expand Down Expand Up @@ -249,6 +250,7 @@
ld de,%1 ;const
call l_eq

%notcpu gbz80
ld hl,%1 ;const
ld l,(hl)
ld h,0
Expand Down

0 comments on commit c7da16c

Please sign in to comment.