Page 22 of 44

Re: gtBASIC

Posted: 29 Jan 2022, 10:27
by wbushby
Here is Scott Adams 10th Adventure, Savage island Part I

File deleted as upgraded file uploaded on 03 February 2022

Re: gtBASIC

Posted: 03 Feb 2022, 15:46
by wbushby
Here is an updated copy of Savage Island Part 1. I found a 2 bugs in the core code that caused some conditions and actions to be skipped making it hard to get around the bear.

I am also including Savage Island Part 2.

Re: gtBASIC

Posted: 13 Feb 2022, 11:23
by wbushby
Here is an fan based anonymous adventure game designed to run with the Adventure International engine.
I have included the source code where the data tables have been commented extensively to show how the whole data structure works to describe the game and it's actions.

Re: gtBASIC

Posted: 08 Jul 2022, 21:13
by NewTechPhobic
After several very unproductive hours and complete information overload I'm stuck! I wanted to have a go with gtBasic, I followed the GitHub link to Gigatron_rom, contributers, AT67 but the readme file is about the emulator is gtBasic integral/add-on to the emulator?
Have I missed something (or several somethings?)
Is there a (who gives a dam about viruses) ready to rock download? There is not a hope in hell of me building/assembling call it what you like, of me putting it all to gether if I have create multiple directories via multiple paths either at the command prompt or via some C tool I never knew existed.

Re: gtBASIC

Posted: 08 Jul 2022, 22:30
by at67
I can create a Win10 x64 build for you, (64 bit), zip it up and add a DropBox link in this thread.

The gtemuAT67 package does have gtBASIC built into it, so you can just click on files for building, emulating or uploading to real HW etc.

There is also a standalone console based version of gtBASIC, which would you prefer?

Re: gtBASIC

Posted: 09 Jul 2022, 20:12
by NewTechPhobic
Thank you for youre kind offer, I think I would prefer the gtemuAT67 package it has everything I need, incidentaly my PC is running windows 10 Pro 64 bit (I hate it!). I was unaware there was a standalone console version it sounds interesting is there a link to it, it may make an interesting future add-on.

Re: gtBASIC

Posted: 10 Jul 2022, 11:02
by at67
Here's a link to the current v1.0.9R as a Win10 x64 executable and associated files, (including the tools directory).
https://www.dropbox.com/s/jxyvh6jmr8tdv ... R.zip?dl=0

This zip file doesn't contain all the examples and tutorials for gtBASIC, you need to clone or download them from here:
https://github.com/at67/gigatron-rom

P.S. The examples are contained within Contrib/at67/gbas, but it's still easier to clone or download the entire directory shown above.

Re: gtBASIC

Posted: 12 Jul 2022, 21:52
by NewTechPhobic
I installed the emulator in C:\users\gtemuAT67_v1.0.9R to keep the path short and simple, when I run the program all I get is the command prompt with the following message;
"Audio::initialise() : failed to initialise SDL audio"
Have I missed something? The com port number in the config is right for my setup are there any of the Windows C++ components required to make it work.

Re: gtBASIC

Posted: 12 Jul 2022, 22:37
by at67
I haven't seen this error before, I need to ask some obvious questions.

1) Does sound in general work OK on your PC?

2) Do games have sound functioning correctly?

You might have to install SDL2 onto your machine manually and delete the SDL2.dll file in your gtemuAT67 folder.

By default SDL2 tries to use DirectSound, (part of Microsoft's DirectX series of API's), which will probably already be installed on your Windows if you have installed any DirectX games.

Re: gtBASIC Dumb mistake

Posted: 12 Jul 2022, 22:45
by NewTechPhobic
I'm emarrased to say the SDL initialisation failed because I had unplugged my PC speakers to use for the Gigiatron, the disconnect caused sound card go off line. The emulator runs programs OK and makes downloading to the Gigatron dead easy. It's way past my bedtime I will investigate the emulator fully tomorrow.