Browse Source

Add ppidetst to build

- ppidetst was updated to TASM syntax and is now built automatically
- completed the function within ppidetst to dynamically set the PPI base port address
- cleaned up the formatting a bit
pull/207/head
Wayne Warthen 5 years ago
parent
commit
3e8fe0c64c
  1. 1
      Source/Apps/Build.cmd
  2. 2679
      Source/Apps/ppidetst.asm

1
Source/Apps/Build.cmd

@ -22,6 +22,7 @@ call :asm Timer || goto :eof
call :asm180 IntTest || goto :eof call :asm180 IntTest || goto :eof
call :asm rtcds7 || goto :eof call :asm rtcds7 || goto :eof
call :asm rtchb || goto :eof call :asm rtchb || goto :eof
call :asm ppidetst || goto :eof
zx Z80ASM -SYSGEN/F zx Z80ASM -SYSGEN/F

2679
Source/Apps/ppidetst.asm

File diff suppressed because it is too large
Loading…
Cancel
Save