Search found 58 matches

by Johnny Starr
Wed Oct 09, 2019 10:07 pm
Forum: Hardware
Topic: W65C02SXB 65C51 Header -> Null Modem Cable
Replies: 4
Views: 613

Re: W65C02SXB 65C51 Header -> Null Modem Cable

So, maybe if i went with something like this https://www.amazon.com/Adapter-Serial-C ... B075N82CDL
Would I just be able to run dupont connector wires to the appropriate pins?
by Johnny Starr
Wed Oct 09, 2019 8:40 pm
Forum: Hardware
Topic: W65C02SXB 65C51 Header -> Null Modem Cable
Replies: 4
Views: 613

W65C02SXB 65C51 Header -> Null Modem Cable

board.png

Hello all, its been a long time since I posted something. I recently picked up one of these guys: https://wdc65xx.com/Single-Board-Computers/w65c02sxb/
I'm not much of a hardware guy I'l have to admit. So, I wanted something that had real hardware that I could write my software for. So ...
by Johnny Starr
Mon Sep 17, 2018 8:20 pm
Forum: Hardware
Topic: Cassette Interface Circuit for Homebrew Computer
Replies: 32
Views: 14276

Re: Cassette Interface Circuit for Homebrew Computer

@GarthWilson yes sir! That would be most helpful. If I go the Z80 route a UART is definitely in the plans.
by Johnny Starr
Mon Sep 17, 2018 7:13 pm
Forum: Hardware
Topic: Cassette Interface Circuit for Homebrew Computer
Replies: 32
Views: 14276

Re: Cassette Interface Circuit for Homebrew Computer

So i researched a bit and found a schematic of the TRS-80 Model I. I see there's a "cassette in" and "cassette out" circuit. Doesn't look like any special ICs were used. I'm trying to extrapolate the principles to understand the context.

Here's the source of my pics http://www.1000bit.it/support ...
by Johnny Starr
Mon Sep 17, 2018 5:43 pm
Forum: Hardware
Topic: Cassette Interface Circuit for Homebrew Computer
Replies: 32
Views: 14276

Cassette Interface Circuit for Homebrew Computer

Hi there all,

TL;DR I need a circuit for connecting a tape interface to a simple 8-bit computer...

I have aspirations to create my own hombrew CPU. I have a few ideas so far about what it will do. One of the things that I love
about 1980's micros (believe me or not) are cassette interfaces. I ...
by Johnny Starr
Wed Aug 29, 2018 2:19 am
Forum: General Discussions
Topic: Are 6502 simulators legal?
Replies: 14
Views: 4877

Are 6502 simulators legal?

There are many software implementations of the 6502 which is now owned by Western Digital. Zilog still owns the Z80 and still makes it.
I know that it is illegal for video game emulators to reverse engineer proprietary hardware. Also, it is obviously illegal to distribute proprietary
ROM images such ...
by Johnny Starr
Thu Nov 12, 2015 9:52 pm
Forum: Programming
Topic: .org directive to assembly (where does it go?)
Replies: 7
Views: 4258

.org directive to assembly (where does it go?)

I was reviewing a hexdump of the Pitfall! binary...
I've been memorizing opcodes and thought I would try my hand at manual disassembly. Mostly for the heck of it.
Up until now, I've always relied on an assembler to handle everything. However, here's what I find when I do a raw hexdump:


$ hexdump ...
by Johnny Starr
Mon Nov 10, 2014 3:45 pm
Forum: Nostalgia
Topic: Running 6502 assembly program on boot for the Apple //e
Replies: 6
Views: 3456

Running 6502 assembly program on boot for the Apple //e

This may be the wrong forum, but I'm hoping I catch the attention of an old-school Apple ii dev.
I have been writing so programs for the Apple //e and I'm really enjoying it. I've broken away from
Atari 2600 development for a bit to see what a real machine can do.

I've played around with Applesoft ...
by Johnny Starr
Wed Jun 25, 2014 5:03 pm
Forum: Programmable Logic
Topic: Can't seem to find the right dev board for the job
Replies: 4
Views: 1159

Can't seem to find the right dev board for the job

A few months back, I was inspired by the BMOW project: http://www.bigmessowires.com/category/bmow1/

I know a lot of folks have made these TTL CPUs, and it seemed like a fun, long term project. I've learned quite a bit
about digital logic and feel ready to start playing with actual hardware. I've ...
by Johnny Starr
Wed Jun 25, 2014 3:35 pm
Forum: Programmable Logic
Topic: XC9572XL CPLD development board in (wide) DIP footprint
Replies: 16
Views: 4824

Re: XC9572XL CPLD development board in (wide) DIP footprint

This looks pretty good for the cost. It doesn't come with a JTAG -> USB cable. I'm wondering if anyone knows of any deals for those. I would hate to spend $40 on one for a $15 board. I've seen them go for like $9 on ebay from China, but I don't know if they would work.
by Johnny Starr
Tue Jun 24, 2014 5:47 pm
Forum: Hardware
Topic: Wire Wrapping: Discrete Components
Replies: 38
Views: 4972

Re: Wire Wrapping: Discrete Components

I noticed this video today https://www.youtube.com/watch?v=l5RV6IfVOGY

What type of method is this where the headers are wrapped from the top? Is this conventional?
Also, I imagine he had to solder the pins at the bottom?
by Johnny Starr
Thu Jun 12, 2014 9:36 pm
Forum: General Discussions
Topic: How good are you at drawing schematics by hand?
Replies: 6
Views: 1462

How good are you at drawing schematics by hand?

I can't help but be jealous when I see excellent penmanship. For instance, take a look at Garth's work here: http://wilsonminesco.com/6502primer/basic6502schem.jpg

I know that everyone is using Eagle, or some other software to draw up schematics these days. But, I happen to love the oldschool way ...
by Johnny Starr
Mon Mar 10, 2014 8:06 pm
Forum: Programming
Topic: Looking for a quick way to find odd / even numbers
Replies: 10
Views: 2055

Re: Looking for a quick way to find odd / even numbers

Of course! Shift right, check carry. That's what I get for overthinking it huh?
by Johnny Starr
Mon Mar 10, 2014 7:13 pm
Forum: Programming
Topic: Looking for a quick way to find odd / even numbers
Replies: 10
Views: 2055

Looking for a quick way to find odd / even numbers

I'm working on a routine for an Atari 2600 game. The portion of the code is the 192 visible scanlines. I'm attempting to achieve a visual effect by updating the background every other scanline.

The scanline loop simply counts from 192 to 0. In this scheme, #192 represents the top line, #0 the ...
by Johnny Starr
Fri Jan 03, 2014 6:11 pm
Forum: Emulation and Simulation
Topic: Good Z80 Assembler / Simulator
Replies: 7
Views: 3767

Good Z80 Assembler / Simulator

I know this is a 6502 forum, but I am really hoping that some of you might recommend a good solution for assembling / simulating the Z80.

I've looked around, but have either only found DOS based simulators with little documentation, or expensive commercial applications.

I'm just looking for a ...