dragon-nx-32: README note how to build a dragondos cart becker loader
authorAlan Cox <alan@linux.intel.com>
Tue, 2 Jun 2015 23:27:49 +0000 (00:27 +0100)
committerAlan Cox <alan@linux.intel.com>
Tue, 2 Jun 2015 23:27:49 +0000 (00:27 +0100)
Kernel/platform-dragon-nx32/README

index 6c0c559..009b207 100644 (file)
@@ -45,6 +45,9 @@ Or for an emulator with Becker port:
 For XRoar, just add -load dwfuzb.bin to its invocation, and on the Dragon:
  EXEC&H600
 
+For an emulator with Becker port while using the DragonDOS cartridge
+ lwasm --pragma=condundefzero -r -b -odwfuzb.bin dwload.asm -DFUZIX -DRAMORG=0x600 -DBECKER -DBCKSTAT=0xFF49 -DBCKPORT=0xFF4A
+
 To make an audio file for loading DWLOAD via the cassette port:
  makewav -r -c -odwfuz.wav dwfuz.bin
 The makewav utility can be found at toolshed.sf.net