Search found 103 matches

by JuanGg
Wed Dec 23, 2020 6:20 pm
Forum: Hardware
Topic: Vulcan-74 - A 6502 Powered Retro MegaProject
Replies: 923
Views: 329310

Re: Vulcan-74 - A 6502 Powered Retro MegaProject


The punch, of course, is a bigger problem. I'm not really sure what to do about that. It's possible actually to print tapes (on clear arcrylic or perhaps thin paper), but part of the whole appeal for me is that with paper tape your physical media is quite sturdy, so long as it's stored reasonably ...
by JuanGg
Tue Aug 04, 2020 1:01 pm
Forum: Hardware
Topic: JGG 65C816 Single Board Computer
Replies: 8
Views: 1379

Re: JGG 65C816 Single Board Computer

I had pretty much the same goals when I built my 65C816 based SBC in 2016. I also postponed the Mass Storage to later and so added a small IO bus to the SBC to add a 8-bit IDE Interface for CF Cards later.

http://forum.6502.org/viewtopic.php?f=4&t=4195

In addition it emulated an Apple II.

It ...
by JuanGg
Mon Aug 03, 2020 3:47 pm
Forum: Hardware
Topic: JGG 65C816 Single Board Computer
Replies: 8
Views: 1379

Re: JGG 65C816 Single Board Computer

65C816 soft core (I've searched around and it doesn't seem to be one freely available)
Forum member Rob Finch posted his bc65816 core on his web site, here .

-- Jeff

Thanks. Missed that one. I saw on one site that there was no 65C816 soft core available and looked no further.
Unfortunately it ...
by JuanGg
Mon Aug 03, 2020 1:02 pm
Forum: Hardware
Topic: JGG 65C816 Single Board Computer
Replies: 8
Views: 1379

Re: JGG 65C816 Single Board Computer

I've given it some more thought, and I'm going to throw an FPGA at it. Just because I've got one :).
I wanted to put many things inside of the CPLD, and I would need a large one anyways. An FPGA, with some amount of internal RAM, PLLs and other nice stuff eases initial development (we'll see about ...
by JuanGg
Thu Jul 30, 2020 6:20 pm
Forum: Hardware
Topic: JGG 65C816 Single Board Computer
Replies: 8
Views: 1379

Re: JGG 65C816 Single Board Computer

I've wired up a 65C816 in a breadboard with an EEPROM, some address decoding & data bus buffer, and a latch connected to some LEDs. No RAM yet. I just made a simple program to get the LEDs to count, and it just works. (Well, you have to slow the clock down in order to see something...). I also tried ...
by JuanGg
Wed Jul 29, 2020 3:59 pm
Forum: Hardware
Topic: JGG 65C816 Single Board Computer
Replies: 8
Views: 1379

Re: JGG 65C816 Single Board Computer

BigDumbDinosaur wrote:
JuanGg wrote:
The objective...
I may comment more later on, but did you by chance overlook what the 65C816 is doing on the data bus during Ø2 low?
I did include a 74HC245 bus transceiver in the block diagram. Without it video RAM accesses would collide with bank address put out by the '816.
Juan
by JuanGg
Wed Jul 29, 2020 1:07 pm
Forum: Hardware
Topic: JGG 65C816 Single Board Computer
Replies: 8
Views: 1379

JGG 65C816 Single Board Computer

The objective:
------------------
A 65C816 based SBC, with built in VGA and keyboard interface, UART, and some sort of mass storage. I want it to be as self-contained as possible, meaning that it should be able to operate without being connected to a PC, and being able to write code for it on itself ...
by JuanGg
Wed Jul 29, 2020 12:55 pm
Forum: Newbies
Topic: Micro programmed 6502-like CPU
Replies: 175
Views: 49316

Re: Micro programmed 6502-like CPU

congrats on finishing the project!

if i may suggest, you could start with CPLDs if you want to stick with "hardware design" projects. because there is only so much you can do with TTL chips...
you could for example try to rebuild the CPU or the video card with them.

the ATF150x series is pretty ...
by JuanGg
Mon Jul 27, 2020 3:52 pm
Forum: Newbies
Topic: Micro programmed 6502-like CPU
Replies: 175
Views: 49316

Re: Micro programmed 6502-like CPU


Impressive!

-Gordon
Thanks! I'm looking at your Ruby pages, planning my next project.

Juan: Nice video, and congratulations on finishing this project.

Looking forward to see, if you might be out to build a faster/better TTL CPU in a few years from now.

Cheers,
Dieter.

Thanks! I may very ...
by JuanGg
Sun Jul 26, 2020 11:13 am
Forum: Newbies
Topic: Micro programmed 6502-like CPU
Replies: 175
Views: 49316

Re: Micro programmed 6502-like CPU

Some updates:
____________________________

Since the last post I have written some programs:

-Simple PONG game in BASIC.
-An Apple II-like assembler and disassembler. It's pretty limited, it can only handle hexadecimal values and it's quite unforgiving with syntax and such (an absolute address has ...
by JuanGg
Thu Jul 23, 2020 2:44 pm
Forum: Hardware
Topic: R65C02P4 fake chips
Replies: 85
Views: 16463

Re: R65C02P4 fake chips

Nice work! As you say, not a 6502, surely a microcontroller, and quite plausibly a relative of the 8751 or 8951.

One of the tactics for decapsulating epoxy is to heat and twist - there are videos out there. For example
https://www.youtube.com/watch?v=ZQeHHYJYWXo

Seen that. The hair dryer I have ...
by JuanGg
Thu Jul 23, 2020 9:50 am
Forum: Hardware
Topic: R65C02P4 fake chips
Replies: 85
Views: 16463

Re: R65C02P4 fake chips

I purchased five of this ICs off eBay. This is what arrived: Manufacturing date 2019. On the top, Mexico, on the bottom, Taiwan and a handful of scratches.
I wouldn't mind much if they worked. I hooked them up on a breadboard, providing power (5V) and tying reset, IRQ, NMI and SO high by 1K ...
by JuanGg
Sat Jul 04, 2020 4:19 pm
Forum: Newbies
Topic: Micro programmed 6502-like CPU
Replies: 175
Views: 49316

Re: Micro programmed 6502-like CPU


There are some nice SMPS 7805 drop-in units that are far more efficient and don't get hot! I've used the Traco Power TSR 1-2450 in some projects with good results.

Cheers,

-Gordon
Thanks. I wasn't aware of those. I did have a SMPS but it was putting out 4 V and the computer wasn't very happy ...
by JuanGg
Sat Jul 04, 2020 11:37 am
Forum: Newbies
Topic: Micro programmed 6502-like CPU
Replies: 175
Views: 49316

Re: Micro programmed 6502-like CPU

Some updates:

I've added a new heatsink for the voltage regulator as it was getting too hot. Now I can keep my finger on it for as long as I want, so it should be fine.
-----------------------
I've been working on the last card, the UART.
As I intended, I implemented it in a CPLD, an Altera Max II ...
by JuanGg
Wed Jun 24, 2020 9:52 am
Forum: Newbies
Topic: Micro programmed 6502-like CPU
Replies: 175
Views: 49316

Re: Micro programmed 6502-like CPU

Glad you found an effective remedy. FWIW, it's possible to get diode arrays intended for clamping (see below). But the discrete diodes may be easier to retrofit into your project.[...]

Good to know. Yes in this case discrete diodes were easier. Chips on the top, bodges on the bottom...
Hopefully ...