From: Alan Cox Date: Tue, 2 Jun 2015 23:27:49 +0000 (+0100) Subject: dragon-nx-32: README note how to build a dragondos cart becker loader X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=2c5a7349bf82cb1023ee9c6b7e3df061ecbe5b02;p=FUZIX.git dragon-nx-32: README note how to build a dragondos cart becker loader --- diff --git a/Kernel/platform-dragon-nx32/README b/Kernel/platform-dragon-nx32/README index 6c0c559a..009b2071 100644 --- a/Kernel/platform-dragon-nx32/README +++ b/Kernel/platform-dragon-nx32/README @@ -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