Search found 14 matches

by Maniccyberdog
27 Jan 2021, 11:52
Forum: Hardware and software hacking
Topic: gtBASIC
Replies: 435
Views: 101286

Re: gtBASIC

Just tested on the pi400, builds fine. Can I ask do the sprites work on real hardware? Also when moving a sprite on screen does the old sprite need to be erased first, I’m seeing multiple sprites when updating the xy position.

Thanks for all your hard work!
by Maniccyberdog
23 Jan 2021, 09:13
Forum: Hardware and software hacking
Topic: gtBASIC
Replies: 435
Views: 101286

Re: gtBASIC

Thanks for this @at67, just getting back to my gigatron (lockdown project!). I can confirm that it will build on a Rpi 400, the sound is a little choppy in the emulator, but so far everything seems fine. Would it be possible for you to add ‘set(CMAKE_CXX_LINK_FLAGS "${CMAKE_CXX_LINK_FLAGS} -lat...
by Maniccyberdog
23 Jan 2021, 08:46
Forum: Hardware and software hacking
Topic: Pluggy Reloaded
Replies: 149
Views: 106791

Re: Pluggy Reloaded

Hi,

Just getting back into my gigatron. @norgate do you still have any PCBs available?

Andy
by Maniccyberdog
19 Nov 2018, 13:27
Forum: Hardware and software hacking
Topic: at67 emulator
Replies: 60
Views: 55086

Re: at67 emulator

That's great to hear the project isn't dead. I would be happy to help test any builds in the future. I think it would be nice if 'we' could offer a MSI installer for the windows people (happy to do this). We would need to 'be trusted' by the other members of this community, what do you think?
by Maniccyberdog
19 Nov 2018, 07:02
Forum: Hardware and software hacking
Topic: at67 emulator
Replies: 60
Views: 55086

Re: at67 emulator

Hi at67, I followed your steps for windows on a clean windows 10 LTSB. I found that it sets the build to windows/gui as you say but it still wouldn’t build. I totally agree with your point about posting exe, and yes it is a risk for end users. Although to be fair if I wanted to distribute a payload ...
by Maniccyberdog
18 Nov 2018, 22:11
Forum: Hardware and software hacking
Topic: vasm
Replies: 3
Views: 3267

Re: vasm

Thanks, I knew I had seen it somewhere
by Maniccyberdog
18 Nov 2018, 17:24
Forum: Hardware and software hacking
Topic: vasm
Replies: 3
Views: 3267

vasm

I can see that the website lists the instruction set for the vCPU, is their a doc describing these commands?
by Maniccyberdog
18 Nov 2018, 17:22
Forum: Hardware and software hacking
Topic: at67 emulator
Replies: 60
Views: 55086

Re: at67 emulator

I would like to add an editor for vasm code, so that I have more of an IDE. Saving BASIC would also be cool.
by Maniccyberdog
16 Nov 2018, 17:37
Forum: Hardware and software hacking
Topic: at67 emulator
Replies: 60
Views: 55086

Re: at67 emulator

Tested on Win 10, just unzip
by Maniccyberdog
16 Nov 2018, 14:49
Forum: Hardware and software hacking
Topic: at67 emulator
Replies: 60
Views: 55086

Re: at67 emulator

Some progress made; I can see the start menu! Download SDL (https://www.libsdl.org/download-2.0.php Windows VC Libs) and at67 from github Create a folder c:\gtEMU and place at67 files in it. Create a folder c:\gtEMU\SDL and place the SDL files in it CMake; Point the source code to c:\gtEMU Point the...