Search found 1004 matches

by whartung
Wed Jun 05, 2019 8:39 pm
Forum: Nostalgia
Topic: Building AIM-65?
Replies: 16
Views: 16996

Re: Building AIM-65?

The AdaFruit printer is TTL serial, 9600 baud: https://www.adafruit.com/product/2751


The downside is that they're about $35 per module, and you'd need three (two 8-character and one 4-character) for 20 characters.

Yea, those seem a little pricey. If you just need characters rather than dots ...
by whartung
Wed Jun 05, 2019 3:18 am
Forum: Nostalgia
Topic: Building AIM-65?
Replies: 16
Views: 16996

Re: Building AIM-65?

CrafterOfWorlds wrote:
Could get one of them off alibaba, or just salvaged from something from the thrift store.
AdaFruit has printer modules for $50.
by whartung
Tue Jun 04, 2019 11:42 pm
Forum: Nostalgia
Topic: Building AIM-65?
Replies: 16
Views: 16996

Re: Building AIM-65?

Actually the hard part I think is the display. Finding that 20 character display. It's 5 modules of 4, 16 LED segment characters each.

Looks like it's driven segment by segment, just like the KIM's was.

You can pretty easily find a serial thermal printer today (though the AIMs was not serial ...
by whartung
Thu May 30, 2019 3:27 pm
Forum: Programming
Topic: Comparison of the different floating point formats.
Replies: 25
Views: 3069

Re: Comparison of the different floating point formats.

SANE (Standard Apple Numerics Enviroment) uses IEEE 754; there is a 6502 implementation. It's also in the Apple IIgs Toolbox, but the implementation (the one in ROM, anyway) just switches to 8-bit mode and executes the 6502 code, if memory serves.

When you think about it, this makes complete ...
by whartung
Fri May 24, 2019 10:40 pm
Forum: Hardware
Topic: Test harness for identifying fake 6502s
Replies: 37
Views: 5278

Re: Test harness for identifying fake 6502s

One advantage of something like this is that it's effectively a minimal SBC kit which is practically guaranteed to work if assembled correctly, even if you get a counterfeit CPU (as long as it's *some* kind of 6502), and even though it has very limited functionality. In short, potentially a big ...
by whartung
Fri May 24, 2019 8:05 pm
Forum: Hardware
Topic: Test harness for identifying fake 6502s
Replies: 37
Views: 5278

Re: Test harness for identifying fake 6502s

It's a nice idea, but I really think the approach should be external, where you take some off the shelf micro controller to drive the conversation.

This way, you can make no assumptions about the chip under test (isn't there a 65xx variant out there that only has a 12bit bus?). The controller can ...
by whartung
Thu May 23, 2019 4:40 pm
Forum: Forth
Topic: Tali Forth
Replies: 11
Views: 3393

Re: Tali Forth


(To anybody reading this, is this big enough of a problem that we should switch to ca65? What would the advantages be? I know the Steckschwein people use it.)
A wee bit off topic, but is there a "better" open source, cross platform assembler out there for 65xx? CA65 and it's suite of tools is ...
by whartung
Wed May 22, 2019 12:19 am
Forum: General Discussions
Topic: JLCPCB - slightly off topic.
Replies: 17
Views: 2508

Re: JLCPCB - slightly off topic.

My best success so far has been with EasyCad?? Something like that, it's "web based", but I managed to Forrest Gump my way through it.

But I was able to find an appropriate connector, and a chip mostly what I was looking for, and then I auto routed it and, oh my. But the idea of using those drawing ...
by whartung
Tue May 21, 2019 8:42 pm
Forum: General Discussions
Topic: More BASIC ASCII Mandelbrots ...
Replies: 21
Views: 2530

Re: More BASIC ASCII Mandelbrots ...

It would be curious to be able to capture the actual results and compare the diagrams amongst the different systems, see what if any changes there are (most likely from the FP implementations).
by whartung
Tue May 21, 2019 8:40 pm
Forum: General Discussions
Topic: JLCPCB - slightly off topic.
Replies: 17
Views: 2508

Re: JLCPCB - slightly off topic.

Sounds great! If only I could get a 2 layer design done.

I almost wish I could just do it in a decent drawing program by hand and ship a PDF or TIFF file than fight the ECAD tools.
by whartung
Tue May 21, 2019 8:37 pm
Forum: Emulation and Simulation
Topic: BRK/IRQ/NMI
Replies: 35
Views: 33304

Re: BRK/IRQ/NMI

There's nothing magic about RTI. It's no different than an RTS with a free pop of the status register. Other than that, it has no special properties.

What I don't know, but I'm sure Garth's interrupt primer covers, is exactly when in the NMI processing cycle another NMI fires. But as I recall, NMI ...
by whartung
Sun May 19, 2019 4:45 pm
Forum: Programming
Topic: Wolin - a minimal Kotlin-like language compiler for 65xx
Replies: 170
Views: 22868

Re: Wolin - a minimal Kotlin-like language compiler for 65xx

Yea, I'm reading. Can't say I'm understanding, but I'm reading. But I don't know a thing about Kotlin.
by whartung
Fri May 17, 2019 8:23 pm
Forum: Programming
Topic: 65816 - How to do load in an arbitrary bank?
Replies: 4
Views: 1017

Re: 65816 - How to do load in an arbitrary bank?

Also, I probably should've included this in the context, but that lda is actually inside a loop, and the manual says "it is more efficient to use the shorter sixteen-bit addressing modes, provided that the data bank register has been appropriately set" .

So speed wise, would it be better to modify ...
by whartung
Fri May 17, 2019 8:17 pm
Forum: Newbies
Topic: 65C02 computer with composite video generation
Replies: 54
Views: 6632

Re: 65C02 computer with composite video generation

DPax92 wrote:
Finally, success!
Finally!

Grats on your success!
by whartung
Thu May 16, 2019 3:42 pm
Forum: General Discussions
Topic: Atari invented the '816? (Joe Decuir, VCF East 2019)
Replies: 3
Views: 728

Re: Atari invented the '816? (Joe Decuir, VCF East 2019)

We thought about building a 16-bit version of the 6502 called the 6509, we specced it all out, we got people to bid on it ... - but that became the 65816 which wound up in several Apple products.
So is he saying that his group designed, or had significant input in to the design of the 65816 ...