Search found 208 matches

by wbushby
10 Apr 2023, 00:17
Forum: Hardware and software hacking
Topic: gtBASIC
Replies: 435
Views: 108545

Re: gtBASIC

Jumping through walls is definitely an oversite by me
by wbushby
09 Apr 2023, 21:42
Forum: Hardware and software hacking
Topic: gtBASIC
Replies: 435
Views: 108545

Re: Pitfall v 1.10

Here is an updated Pitfall with the joystick control corrected.

My apologies.

Download removed as newer version in later message.
by wbushby
09 Apr 2023, 20:25
Forum: Hardware and software hacking
Topic: gtBASIC
Replies: 435
Views: 108545

Re: gtBASIC

Hi, I have removed the earlier download until I resolve the issue with the joystick.

It is working in my emulator.

There are only sound effects when you jump, fall, die, etc so if you can't move there is no sound.
by wbushby
09 Apr 2023, 18:35
Forum: Hardware and software hacking
Topic: gtBASIC
Replies: 435
Views: 108545

Re: Pitfall v1.00

It has been reported that joystick is not working on a real Gigatron. Can anyone else confirm this please ?
by wbushby
09 Apr 2023, 08:28
Forum: Hardware and software hacking
Topic: gtBASIC
Replies: 435
Views: 108545

New Game Release - Pitfall v1.00

Here is the latest port I have done. It is Pitfall from the Atari 2600 and it includes the full game. This game requires 64k on the Gigatron and the latest ROM vX0. It works with joystick only Feel free to make suggestions to improve this version and I will endeavour to include them. I don't have ac...
by wbushby
02 Apr 2023, 13:27
Forum: Hardware and software hacking
Topic: gtBASIC
Replies: 435
Views: 108545

Re: gtBASIC

I think I need a newer version of vX0 as Cub64k_RIMvX is not in my version
by wbushby
01 Apr 2023, 15:47
Forum: Hardware and software hacking
Topic: gtBASIC
Replies: 435
Views: 108545

Re: gtBASIC screen buffering

Is it possible to draw a screen in memory then switch a pointer to that memory to display the screen ?
by wbushby
27 Mar 2023, 20:24
Forum: Hardware and software hacking
Topic: gtBASIC
Replies: 435
Views: 108545

Re: gtBASIC

AT67
Sorted. Made my own line drawing routine and saved the x, y and colour table of the background to draw back the original image. Works great
by wbushby
27 Mar 2023, 15:53
Forum: Hardware and software hacking
Topic: gtBASIC
Replies: 435
Views: 108545

Re: gtBASIC

What algorithm did you use to draw a line between 2 points ?
I can use the same to save the background points
by wbushby
27 Mar 2023, 15:27
Forum: Hardware and software hacking
Topic: gtBASIC
Replies: 435
Views: 108545

Re: gtBASIC

Just working on the line routine at this moment. It is the last graphic routine I need to code except the main character running, jumping and climbing ladders and ropes