blog:ql_dev1

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Last revisionBoth sides next revision
blog:ql_dev1 [2021/12/15 19:50] – [Working with QL files & devices] johnblog:ql_dev1 [2021/12/15 19:53] – [Other Stuff] john
Line 236: Line 236:
 </code> </code>
  
-... the value printed is the size of the dataspace needed.+... the value printed is the size of the dataspace needed. So you would then copy and mark your binary with qltools as follows: 
 + 
 +<code> 
 +$ xtcc game.bin 
 +868 
 +$ qltools floppy.img -W game.bin 
 +$ qltools floppy.img -x game.bin 868 
 +</code> 
 + 
 +Or even easier, embed the xtcc call in backticks: 
 + 
 +<code> 
 +$ qltools floppy.img -W game.bin 
 +$ qltools floppy.img -x game.bin `xtcc game.bin` 
 +</code> 
  • blog/ql_dev1.txt
  • Last modified: 2021/12/16 11:03
  • by john