Mercurial > hg > Members > kono > nitros9-code
changeset 2665:ead8a007432b lwtools-port
Fix duplicate symbol definition
MPI.Slct is already defined using SET at some point. Replace the EQU
statement with SET statement to eliminate duplicate defininition error.
author | William Astle <lost@l-w.ca> |
---|---|
date | Sun, 10 Jun 2012 13:25:34 -0600 |
parents | 09feb97c181f |
children | 69c0ec1aa9c7 |
files | 3rdparty/utils/smartwatch/swread.asm |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/3rdparty/utils/smartwatch/swread.asm Sun Jun 10 12:40:11 2012 -0600 +++ b/3rdparty/utils/smartwatch/swread.asm Sun Jun 10 13:25:34 2012 -0600 @@ -50,7 +50,7 @@ *D.TSec equ $5A cartI equ $FF22 cartridge IRQ report -MPI.Slct equ $FF7F +MPI.Slct set $FF7F rom equ $FFDE ram equ $FFDF IEN equ %00100000