Search found 15 matches

by jdeboy
Fri Mar 21, 2008 8:04 am
Forum: Hardware
Topic: MOS 8568/8568
Replies: 12
Views: 10888

You can find some information at

http://www.geocities.com/rmelick/csg.txt
by jdeboy
Mon Apr 03, 2006 3:26 pm
Forum: General Discussions
Topic: Ethernet connectivity
Replies: 19
Views: 12816

I prefer assembly language, too.

You might found some interesting information about inserting the Realtec 8019 into microcontroller designs at:

http://www.cornelius-consult.de/index.p ... 4&lang=eng

I hope, you will let us know about your progress.

Joachim
by jdeboy
Sun Apr 02, 2006 11:29 am
Forum: General Discussions
Topic: Ethernet connectivity
Replies: 19
Views: 12816

Re: Ethernet connectivity

I am about 2/3 completed on writing the Ethernet drivers for a Realtek RTL8019AS controller.


That is very interesting to me, because I am working on a similar project, using an old ISA-card with an RTL8019AS. But I am still not got as far as you and just designing the hardware. Have you written ...
by jdeboy
Sun May 29, 2005 11:38 am
Forum: Hardware
Topic: Did anybody ever get a proper answer about the top 8 bits?
Replies: 5
Views: 3109


Wouldn't you need to also take RDY into consideration as well? For example, if RDY goes low, then the data bus will likely have *data* on it during ph2 low. Or, does the CPU force the data bus with the bank address byte even then?


You are right. That might be a problem. As I normally don't use ...
by jdeboy
Wed May 25, 2005 6:58 am
Forum: Hardware
Topic: Did anybody ever get a proper answer about the top 8 bits?
Replies: 5
Views: 3109

For my opinion the combination (VPA OR VDA) NAND PHI2 should give the correct timing to latch the upper byte. The part in brackets results in a "valid address" signal, which implies "valid bank address".

Another problem is the need to meet the address hold time after the PHI2 phase. At about 14 ...
by jdeboy
Fri Aug 06, 2004 11:59 am
Forum: Hardware
Topic: 65816 Homebrew comp, V1
Replies: 4
Views: 3778

Hi Tony,

I am very interested in your computer. Your pictures show the result of many hours of excellent work. I'm looking forward the schematics.

Joachim
by jdeboy
Wed Mar 31, 2004 5:59 pm
Forum: Hardware
Topic: 65816-based PC
Replies: 13
Views: 7236

As I promised in an earlier post I did some modification to my computer and checked out, if it runs at higher speed. The first modification is the use of fast CMOS devices for the address buffers. Then I changed the direction of the data bus buffer IC2, because the b-outputs have a higher driving ...
by jdeboy
Wed Mar 31, 2004 5:23 pm
Forum: Hardware
Topic: 65816-based PC
Replies: 13
Views: 7236

I do have a question tho, as I was curious about how you are transfering your rom program to ram for full speed operation - are you using the memory transfer function of the '816, and are you transfering it to the ram that is in frameset0, or another frameset?

Yes, I use one of the block move ...
by jdeboy
Tue Mar 30, 2004 5:38 am
Forum: Programming
Topic: 65c816 cross compiler suggestions?
Replies: 3
Views: 3018

I'm using the AS-Assembler by Alfred Arnold. It supports many processors (including the 65816) and is freeware. You can find links at:
http://john.ccac.rwth-aachen.de:8000/alf/
by jdeboy
Fri Mar 05, 2004 5:20 pm
Forum: Hardware
Topic: 65816-based PC
Replies: 13
Views: 7236


The asynchronous bus logic is much simpler than the logic I saw on the PC65816 schematics for clock stretching. It might be of general interest. If anyone wants any details, I'd be happy to provide them. They can go in with the rest of the other mini-HOWTOs on this site.

Because I'm an amateur ...
by jdeboy
Fri Feb 27, 2004 5:32 pm
Forum: Hardware
Topic: 65816-based PC
Replies: 13
Views: 7236

IMHO the clock generator and the slow down logic will work properly, as long as the slow down signal is asserted early enough, i. e. within phase 1 of clock. The most critical part for higher frequencies is the latch circuit for the addresses 16..23. Since a23 is used for /SLD1, there is just a ...
by jdeboy
Mon Feb 23, 2004 12:30 pm
Forum: Hardware
Topic: 65816-based PC
Replies: 13
Views: 7236

Hi Garth,

Garthwilson wrote:
Did you determine for sure that the 74HCT541's on the address lines were necessary?


Not really. First I used 74F541 as buffers, but the output signal wasn't very good. So I tried the 74HCT541 and the output signal was much better. As the timing of the address lines a0 ...
by jdeboy
Sun Feb 15, 2004 10:32 am
Forum: Hardware
Topic: Wanted 65816
Replies: 2
Views: 2570

Hi Edzard,

after organizing some bulk orders Mike Naberezny now supplies some WDC parts on his website. You should contact him directly.

Joachim
by jdeboy
Sat Feb 07, 2004 3:56 pm
Forum: Hardware
Topic: 65816-based PC
Replies: 13
Views: 7236

65816-based PC

Hi all,

this entry is related to the discussion about a 65C02-based PC under the topic "General Discussions". Unfortunately there are of course many different wishes and opinions and therefore after about one year no practical results. :(

So I have designed a small PC with a WDC 65816, running at ...
by jdeboy
Fri Dec 05, 2003 6:48 am
Forum: Hardware
Topic: 6502 Databus Buffering
Replies: 8
Views: 5192

6502 Databus Buffering

Hi River,

try to use the inverted PHI2 bus signal to enable the 245. It may be, that enabling the buffer permanently is responsible for the problem. The 6502 commnunicates just in Phase 2 with external devices.

Joachim