- So LSDj is now freeware, instead of shareware? Neat!
- I'm really curious why the QuickTake is designed to only start transmitting once the serial port signals it's not ready. Is that some kind of proprietary change to make it harder to reverse-engineer? Is it a quirk of the way RS-232 is designed as a client-server protocol rather than peer-to-peer?
- bmonkey325 509 days agoRs-232 is an electrical signalling mechanism. The pins are there to create a protocol but it’s not enforced or required. In this case they are flashing DTR high low just to act as a “wake-up”. DTR being down doesn’t have control of what signals pass on the other pins eg Rx/Tx/CTS/RTS
- Huzzah!
There seems to be another mirror on the NESdev wiki[1] but in the retrocomputing game, more backups is more good.
- Is there some way to extract the font data for use with other systems?
- I spent some time looking into it a few months ago, and TR1x was easily the least sketchy and most reliable of all the engine re-implementations I could find, probably because it's based on a decompilation rather than completely from scratch.
- Literally all of Ben Eater's videos would fit right in here; I haven't been submitting them because I wasn't sure whether people would like video submissions and because I didn't want to flood the place.
If anyone is interested in a guided tour of TTL hardware design, I recommend any and all of Ben Eater's breadboard 6502 videos!
- This submission uses the HTTPS protocol, but the web server has a self-signed certificate. If that's a problem, it seems to work via regular HTTP also.
- I've changed it to http:// for clarity.
- Wow, there sure is a lot of 6502 love around here! Not that I'm complaining.
- From the book's description:
> This book contains a collection of tiny 6502 assembly language programs. The goal: practice your code reading by puzzling out the significance of each assembly “ponderable”. Explanations are given in the back. Note: Exposure to 6502 assembly is highly recommended, as this is not an introductory text.
- It even includes the MouseText glyphs introduced with Unicode 13.
Now if only I could find a library for drawing MouseText interfaces on a modern terminal...
- More