Search found 645 matches

by at67
14 May 2018, 13:10
Forum: Hardware and software hacking
Topic: Second scanline disable for double the performance:
Replies: 4
Views: 4288

Second scanline disable for double the performance:

Disabling scanlines on the Gigatron is not just a retro feature, it's also a method to allow the vCPU interpreter and SYS function calls access to more CPU cycles. From my initial testing disabling one extra scan line allows for 100% more vCPU and SYS cycles, (i.e. double the speed as tested by Mand...
by at67
14 May 2018, 12:57
Forum: Hardware and software hacking
Topic: PS/2 keyboard hookup with microcontroller
Replies: 14
Views: 10960

Re: PS/2 keyboard hookup with microcontroller

This seems to be the simplest and most non intrusive method, compared to modifying Gigatron hardware and firmware and then most likely suffering from missing features and/or performance issues.
by at67
14 May 2018, 11:59
Forum: Hardware and software hacking
Topic: WIP: Tetris + any GCL tips?
Replies: 29
Views: 19678

Re: WIP: Tetris + any GCL tips?

I've been working on Tetris for the Gigatron (On emulator: https://youtu.be/BATJq6sy6eM On device: https://youtu.be/6YYSNdGqg_0) and it's going ok so far, all the basic building blocks are there now (excuse the pun), and it's mostly a case of polish. The game is currently about 6k, which is mostly ...
by at67
14 May 2018, 08:44
Forum: Hardware and software hacking
Topic: Extending the Gigatron instruction set
Replies: 22
Views: 17206

Re: Extending the Gigatron instruction set

This is interesting stuff, obviously as hackers we can do whatever we like to our own individual board's instruction sets; but there is merit in discussing the idea of modified/enhanced/additional instructions to future ROM upgrades as well, (IMHO). ** removed the junk about vCPU code ** There's lot...