![]() |
started Mattel Aquarius version - Printable Version +- Forum (https://www.boriel.com/forum) +-- Forum: Compilers and Computer Languages (https://www.boriel.com/forum/forumdisplay.php?fid=12) +--- Forum: ZX Basic Compiler (https://www.boriel.com/forum/forumdisplay.php?fid=11) +---- Forum: Wishlist (https://www.boriel.com/forum/forumdisplay.php?fid=14) +---- Thread: started Mattel Aquarius version (/showthread.php?tid=554) |
started Mattel Aquarius version - nitrofurano - 06-29-2013 i also started Mattel Aquarius target - <!-- m --><a class="postlink" href="http://atariage.com/forums/topic/213965-aquarius-stuff-from-boriels-zx-basic-compiler-first-attempt/">http://atariage.com/forums/topic/213965 ... t-attempt/</a><!-- m --> - soon i'll share some updates about this, as far i can get help from the Aquarius retro-development community! ![]() Re: started Mattel Aquarius version - Pset - 01-12-2014 Here is the Windows batch file to get the Aquarius Example compiled to a Binary. On Windows you need to install the ddprogram used by this script I've removed the part of the script calling MESS to launch with the created ROM file. My mess threw fits from command line about missing the boot roms it needed, that it didn't cry about with normal launching. I just ran this code again and it didn't work. I get an 8K binary at least but Viritual Aquarius and Mess don't care for it. Too tired to go on tonight. Code: REM Windows Batch to compile Boriel's ZX BASIC Re: started Mattel Aquarius version - Pset - 01-14-2014 Ok this should work now. Had to learn some batch script and some bash script and now it should compile on Windows with these .bat files and on linux(mac?) with the .bs files. It does leave a bunch of build files, for now. Here's what the no rm version looks like. Code: REM Windows Batch Compiler Script Join the Discussion at Atariage I think this stuff could really help get things rolling where we are stuck at writing ROMS from z88 development kit More discussion on that at Atari See the version just before this version in action. ![]() WOOOHOO. Re: started Mattel Aquarius version - boriel - 01-14-2014 I definitley would like to include these in the ZX BASIC official distribution, but allowing --arch=other-architecture. What do you think? Of course this will be credited to you. The idea (already explained) is to allow people to submit patches and extensions to the bitbucket repository (similar to github). Re: started Mattel Aquarius version - Pset - 01-14-2014 Yes of course I'm sure nitrofurano wanted to get this into the official build. Where ever he may be now. He did all the hard work, I just got that batch for windows working. I think some more steps should be taken on the batch files to clean up the extra build files. Or do you think you can do that binary building in your code?? I wonder if ZX BASIC can do it? I just got here, I don't know nothin'. ![]() Re: started Mattel Aquarius version - boriel - 01-14-2014 Pset Wrote:Or do you think you can do that binary building in your code??The idea is that: ZXBASIC directly building MSX binaries by issueing --arch=msx (for example). 8) |