# HG changeset patch # User William Astle # Date 1339360024 21600 # Node ID 020e7592f7f2c3386b8839a9c7359824146bf7c0 # Parent 53c42701f680e26cef00dddf5c5e0e188e0423b6 Fix build with lwasm Prefixing a symbol with $ is meaninless. Don't do it. diff -r 53c42701f680 -r 020e7592f7f2 defs/dragon.d --- a/defs/dragon.d Sun Jun 10 14:24:04 2012 -0600 +++ b/defs/dragon.d Sun Jun 10 14:27:04 2012 -0600 @@ -122,7 +122,7 @@ SecRegA EQU DPSECREGA+IO Sector register DataRegA EQU DPDATAREGA+IO Data register -DPort SET $DataRegA Disk controller base address +DPort SET DataRegA Disk controller base address * Constants for Alpha AY-8912 sound chip, which is used to control * Drive select and motor on the Alpha