Paula Maddox

Electronics/synth nerd with a passion for chocolate and retro computers (pre 8086). I struggle with my mental health sometimes some posts may not be very happy. She/her

Paula MaddoxPaulaMaddox
2025-11-24

@bitluni same in the UK.
And they wonder why people don’t use public transport?

Paula MaddoxPaulaMaddox
2025-11-23

@fmn Well, it doesn't work and I've spent about a week on it. so at best I've lost that time.

Paula MaddoxPaulaMaddox
2025-11-23

@xoofx I use KiCAD, it's free and not cloud based, so it's always there.
PCBs are made by JLCPCB but I hand assemble them.

Paula MaddoxPaulaMaddox
2025-11-23

Sadly I could not get it working, Basically I've got it working on a teensy, captured all the data going in/out (lots of print statements to print to the console) and rebuilt the code from that.

Here is what I have in my basic code github.com/TechPaula/PC6502/bl

and here is the output of the program github.com/TechPaula/PC6502/bl

the output of the teensy console is here - github.com/TechPaula/PC6502/bl

I'm at a loss :(

Paula MaddoxPaulaMaddox
2025-11-23

Finally after several days, I’ve managed to get the start of display initialisation code in for my stack and I can write and read data to/from the display using SPI (65SPI2).

Console output -

RUN
RA8875 INIT:
CMDWrite>: 0x80 CMD>:0x00
DATAREAD>: 0x40 Data<:0x75

Ready

So the next step is to add in rest of the init code and try to write hellos world on it.

Paula MaddoxPaulaMaddox
2025-11-22

@rasteri twatter is a cespit of bigotry and hate, I left a few years back.
As for the transphobia, most of the time I just ignore it, they're just stupid small minded people who are trying to find someone to hate because their lives are empty.
Also, my pet peeve, it's not a phobia, it's not a fear, it's bigotry.
As this stain on the carpet, he can join the other small minded morons like JKR on my "who gives a sh1t" list :)

Paula MaddoxPaulaMaddox
2025-11-22

@rasteri society has taught us that to be successful and get money you have to be a selfish twat.

Paula MaddoxPaulaMaddox
2025-11-22

@mntmn it is better than altium which is integrated. The problem with that is switching between PCB and schematic only works as long as you don’t Havr a dialogue box open as it appears to lock up.

Paula MaddoxPaulaMaddox
2025-11-21

@hkz Thanks!
I'll give that a go tomorrow!

Paula MaddoxPaulaMaddox
2025-11-21

@hkz Thanks, I could never figure out how to link the PDP11GUI to my DCJ11 serial port... I should try again..

Paula MaddoxPaulaMaddox
2025-11-21

@DosFox nope, I just hate it... way to peopley

Paula MaddoxPaulaMaddox
2025-11-21

@hkz I'd be interested to get hold of your BASIC and cross compiler, my own project with a DCJ11 hit a problem due to not having a compiler and my inability to wrap my head around octal - files.mastodon.social/media_at

Paula MaddoxPaulaMaddox
2025-11-21

@speaktrap Thank you.

Paula MaddoxPaulaMaddox
2025-11-21

@zoeblade I've been toying making a 68K in a 3U high VME backplane I have.
There's a guy who makes clones of early acorn stuff in 3U too.

Paula Maddox boosted:
Inspirational Skeletor💀skeletor@mas.to
2025-11-20
Do something they can’t control or understand. Says Skeletor doing both
Paula MaddoxPaulaMaddox
2025-11-19

In more positive news for my stack, @shonky ported EhBASIC and the enhanced WozMon to the platform!
EhBASIC is slightly quicker than OSI basic, but the main thing for me is the ability to handle hex for values!

Code and Binary in my repo.

Paula MaddoxPaulaMaddox
2025-11-19

Picture of the logic analyser on the outputs (the two boards in the previous picture are 5v to 3.3V logic level shifters)

showing the command and data write to the display (which matches the timing diagram of the RA8875 datasheet - buydisplay.com/download/ic/RA8)

and I know I can write to a register, and read back what I wrote.

capture of the data going to the display (6800 style bus)
Paula MaddoxPaulaMaddox
2025-11-19

I've even tried an SPI screen and used my logic analyser to capture the initialisation and text send for "hello world" and recreated that, to no avail.

I feel like I'm missing something silly that's stopping it, but after about 20 hours on this, I admit I need some help :(

Paula MaddoxPaulaMaddox
2025-11-19

Picture of a blank screen with back light on.

My 6502 computer and a very black screen
Paula MaddoxPaulaMaddox
2025-11-19

---- PRINT TEXT ----
CMD:$40 SENTData:$81
CMD:$02 SENTData:$48
H SENTData:$65
e SENTData:$6C
l SENTData:$6C
l SENTData:$6F
o SENTData:$20
SENTData:$77
w SENTData:$6F
o SENTData:$72
r SENTData:$6C
l SENTData:$64
d
DONE

Ready

Client Info

Server: https://mastodon.social
Version: 2025.07
Repository: https://github.com/cyevgeniy/lmst