Excitedly waiting for that to arrive. Written in 6502 ASM, python or c/++?
I think they put it on the wrong truck because it took an unnecessary tour of the USA. Seems back on track now.
It's C that should port well to CC65. I'm planning on renaming the file, so here's a long permalink...
https ...
Search found 11 matches
- Sat Nov 11, 2023 5:45 pm
- Forum: General Discussions
- Topic: 6502 VT100 Terminal(?)
- Replies: 17
- Views: 9218
- Sat Nov 11, 2023 5:06 pm
- Forum: General Discussions
- Topic: 6502 VT100 Terminal(?)
- Replies: 17
- Views: 9218
Re: 6502 VT100 Terminal(?)
The Picocomputer I sent you has a VT-like terminal in it. It's not that bad looking back but getting started was hard. The deepest part of the hole is CSI with multiple arguments. I haven't filled out every command yet, but the state machine logic is complete.
- Wed Nov 08, 2023 10:53 pm
- Forum: General Discussions
- Topic: Picocomputer 6502
- Replies: 38
- Views: 23209
Re: Picocomputer 6502
BillO wrote:
I just thought that since you had done so much of the project in the Pico you could just take the next step and have a $4 6502.
- Wed Nov 08, 2023 4:11 am
- Forum: General Discussions
- Topic: Starting a new 6502 design...VGA starting to come together!
- Replies: 8
- Views: 5720
Re: Starting a new 6502 design...VGA starting to come togeth
cbmeeks wrote:
...using more than one Pico.
RP6502 = 2 RP2040s
CB6502 = 3 RP2040s
Do I hear 4? Going once... going twice... SOLD!
- Wed Nov 08, 2023 3:57 am
- Forum: General Discussions
- Topic: Picocomputer 6502
- Replies: 38
- Views: 23209
Re: Picocomputer 6502
If all you can think of are things that can be done with emulation, stick with emulation. Or just write it native.
If you want to learn about and tinker with real hardware, the RP6502 chipset is a strong foundation. You could, for example, drop the Pico VGA and design your own VGA system. Or do ...
If you want to learn about and tinker with real hardware, the RP6502 chipset is a strong foundation. You could, for example, drop the Pico VGA and design your own VGA system. Or do ...
- Tue Nov 07, 2023 6:53 am
- Forum: General Discussions
- Topic: Starting a new 6502 design...VGA starting to come together!
- Replies: 8
- Views: 5720
Re: Starting a new 6502 design...VGA starting to come togeth
Coincidentally, yesterday, someone posted a port of Hunter Adams graphics code to the Picocomputer 6502.
https://github.com/orgs/picocomputer/discussions/53
How is your design going to differ from the Neo6502 and Picocomputer 6502 projects? You commented on a couple of my videos so I know you've ...
https://github.com/orgs/picocomputer/discussions/53
How is your design going to differ from the Neo6502 and Picocomputer 6502 projects? You commented on a couple of my videos so I know you've ...
- Sat Oct 21, 2023 4:40 am
- Forum: General Discussions
- Topic: Scrolling an SSD1306 OLED in 6502 assembly
- Replies: 33
- Views: 25683
Re: Scrolling an SSD1306 OLED in 6502 assembly
I've remember finding your channel when you were still on a breadboard. I watch all the original homebrew content, when I can find it. I think there's a much bigger market than the algorithm knows about. Just not big enough to get its attention.
- Wed Oct 18, 2023 6:39 pm
- Forum: General Discussions
- Topic: Picocomputer 6502
- Replies: 38
- Views: 23209
Re: Picocomputer 6502
There's only one PCB layout right now and it has all the 6522 GPIOs exposed on J1/GPIO. Options for access include cutting holes or leaving the top off or designing your own case or using taller standoffs or a ribbon cable.
- Mon Oct 16, 2023 4:14 pm
- Forum: General Discussions
- Topic: Picocomputer 6502
- Replies: 38
- Views: 23209
Re: Picocomputer 6502
how to use Windows as the dev env for the Pico modules
Most people will never build the Pi Pico code (I'm guessing). Lee Smith's video is about the 6502 CC65 IDE built around cmake and vscode. You can, of course, build 6502 code with any tools you like, I'm just focusing on making everything use ...
Most people will never build the Pi Pico code (I'm guessing). Lee Smith's video is about the 6502 CC65 IDE built around cmake and vscode. You can, of course, build 6502 code with any tools you like, I'm just focusing on making everything use ...
- Sun Oct 15, 2023 9:17 pm
- Forum: General Discussions
- Topic: Picocomputer 6502
- Replies: 38
- Views: 23209
Re: Picocomputer 6502
I'm here. Happy to answer questions, but I didn't see any. If I'm just expounding, I do it in code, the documentation, or a video. And I'm old enough to ignore the off-topic stuff.
- Thu Oct 12, 2023 3:22 am
- Forum: General Discussions
- Topic: Picocomputer 6502
- Replies: 38
- Views: 23209
Picocomputer 6502
Most of you have seen my project on YouTube. For the uninitiated...
It's a WDC 65C02 + 65C22 system with RP2040 chips running the video, audio, USB, and operating system. It can be built on a breadboard or on a PCB with 100% through hole construction. For some, it's a starting point for hardware ...
It's a WDC 65C02 + 65C22 system with RP2040 chips running the video, audio, USB, and operating system. It can be built on a breadboard or on a PCB with 100% through hole construction. For some, it's a starting point for hardware ...