Search found 488 matches

by marcelk
07 Jun 2018, 22:24
Forum: Hardware and software hacking
Topic: BASIC
Replies: 31
Views: 21894

Re: BASIC

The Usenet group alt.folkore.computers appears still active, they even started a Zilog Z80 vs. MOS 6502 thread a couple of day ago :shock:. Luckily there is also a more interesting thread about the history of BASIC. This YouTube video is an interesting watch, about a time well before both Bill's BAS...
by marcelk
07 Jun 2018, 22:08
Forum: Kit assembly gallery
Topic: Sockets for the ICs
Replies: 10
Views: 11395

Re: Sockets for the ICs

Thanks for posting! Every picture of a newly completed built makes us blush...
by marcelk
07 Jun 2018, 18:20
Forum: Hardware and software hacking
Topic: PS/2 keyboard hookup with microcontroller
Replies: 14
Views: 10844

Re: PS/2 keyboard hookup with microcontroller

As said, the software needs improvement to deal with longer key presses. My ambition is that Snake, Racer and the setting of the clock in Mandelbrot should all work in this setup. I don't know if that is all realistic, and it very likely requires total assimilation of the PS2keyboard module. So this...
by marcelk
07 Jun 2018, 17:49
Forum: Hardware and software hacking
Topic: PS/2 keyboard hookup with microcontroller
Replies: 14
Views: 10844

Re: PS/2 keyboard hookup with microcontroller

IMG_3661.jpg
IMG_3661.jpg (84.22 KiB) Viewed 6802 times
IMG_3659.jpg
IMG_3659.jpg (80.72 KiB) Viewed 6802 times
Hookup
Hookup
IMG_3657.jpg (141.47 KiB) Viewed 6802 times
by marcelk
06 Jun 2018, 23:36
Forum: Escape Meta Alt Control Shift
Topic: Lets see if this pbpBB system works for us
Replies: 4
Views: 4809

Re: Lets see if this pbpBB system works for us

I see such strange things in one of my posting as well. I have no idea, it seems the preview function alters results? In one case I got a "free", untraceable, image included...

We just installed the forum software from a package and didn't look back. Don't know how to fix it.
by marcelk
06 Jun 2018, 21:54
Forum: Hardware and software hacking
Topic: PS/2 keyboard hookup with microcontroller
Replies: 14
Views: 10844

Re: PS/2 keyboard hookup with microcontroller

I played with the DigiSpark about two years ago. IMG_3642.jpg I also bricked one or two by destroying their boot loader I believe, and I couldn't figure out how to bring them back to life. I find it easier now to program the bare ATtiny85. There is more than one way to skin a cat. I'm toying with th...
by marcelk
05 Jun 2018, 18:57
Forum: Hardware and software hacking
Topic: PS/2 keyboard hookup with microcontroller
Replies: 14
Views: 10844

Re: PS/2 keyboard hookup with microcontroller

Until I am get into GCL I tried to compile and transfer your little Terminal App called Main.gcl. Compiling worked well but transfer doesn't. It looks I broke our "compiler" at some point towards making it independent. This program doesn't load from the standard address $0200 but at $0600...
by marcelk
05 Jun 2018, 17:21
Forum: Hardware and software hacking
Topic: BASIC
Replies: 31
Views: 21894

Re: BASIC

These are my current thoughts. It pays to think this through while at some point building blocks will also just emerge. There is room for multiple developments. I just found back some of our notes of just one year ago, and can only smile of what we were concerned with back then. One point of view i...
by marcelk
05 Jun 2018, 15:50
Forum: Hardware and software hacking
Topic: PS/2 keyboard hookup with microcontroller
Replies: 14
Views: 10844

Re: PS/2 keyboard hookup with microcontroller

Got it working now. Even 8 MHz is too slow for the old code and all bits to the Gigatron were shifted by one position. The Arduino ran at 16 MHz and is fast enough. I solved it by rearranging the bit-banging code and now it looks fine. I hope I didn't break the rest of the functionality of LoaderTes...
by marcelk
04 Jun 2018, 23:33
Forum: Hardware and software hacking
Topic: PS/2 keyboard hookup with microcontroller
Replies: 14
Views: 10844

Re: PS/2 keyboard hookup with microcontroller

I spent some time today on the ATtiny85 route. It is not stable yet, but there is clearly signal processing going on. In fact, on the scope it looks all good, but for some reason the wrong keys get through most of the time. It shouldn't be a major leap from here. I'm using the PS2keyboard module for...