Search found 19 matches
- Sun Dec 08, 2024 3:23 pm
- Forum: Hardware
- Topic: W65C134SXB - FIG Forth
- Replies: 11
- Views: 2411
Re: W65C134SXB - FIG Forth
Thank you BigEd, that seems to make sense that you have to wait for the PLL to stabilise before using the FCLK. Currently I just did the same as WDC did in their monitor, now I will instead of doing an emty loop I will use the time between starting the FCLK and using it to zero my page 1 memory ...
- Sat Dec 07, 2024 7:58 pm
- Forum: Hardware
- Topic: W65C134SXB - FIG Forth
- Replies: 11
- Views: 2411
Re: W65C134SXB - FIG Forth
Maybe I am not that precise, you are indeed correct it is an Altera part. Using it as it has 5v input and output, so no need to level shift signals.
- Sat Dec 07, 2024 7:41 pm
- Forum: Hardware
- Topic: W65C134SXB - FIG Forth
- Replies: 11
- Views: 2411
Re: W65C134SXB - FIG Forth
Atmel Max 7128SLC84-15 to be precise!
- Sat Dec 07, 2024 7:01 pm
- Forum: Hardware
- Topic: W65C134SXB - FIG Forth
- Replies: 11
- Views: 2411
W65C134SXB - FIG Forth
Hi All, I have a W65C134SXB board and connected this to an Atmel Max700S CPLD.
Progress so far:
1) Gated the reset line and Phi2 through the CPLD to produce a delayed rise on the BE line, Thus it now boots straight into the external rom reset vectors. ( Internal rom is disabled )
2) Got FIG Forth ...
Progress so far:
1) Gated the reset line and Phi2 through the CPLD to produce a delayed rise on the BE line, Thus it now boots straight into the external rom reset vectors. ( Internal rom is disabled )
2) Got FIG Forth ...
- Mon Feb 06, 2023 12:31 pm
- Forum: Hardware
- Topic: Reset an PHI2 output WDC W65C134S
- Replies: 0
- Views: 34323
Reset an PHI2 output WDC W65C134S
Can anyone point me in the direction in the datasheet as to what happens to the PHI2 output when RESÈT is set low.
I have a logic analyer attached and it goes to the high state, but would like to see that in the documentation.
Reason, as I know you will ask... I hope to hold BE low when Reset is ...
I have a logic analyer attached and it goes to the high state, but would like to see that in the documentation.
Reason, as I know you will ask... I hope to hold BE low when Reset is ...
- Sun Oct 23, 2022 11:26 am
- Forum: Hardware
- Topic: How to delay the BE going high after reset.
- Replies: 1
- Views: 336
How to delay the BE going high after reset.
Need help, need to delay the BE going high by at least 200nS after the RES line goes high. This is to force the W65C134 to use the external ROM from the start. I have proved that this works with using a pushbutton to hold the BE low till after the reset.
Any suggestions would be welcome.
I have ...
Any suggestions would be welcome.
I have ...
- Sat Oct 15, 2022 3:55 pm
- Forum: Forth
- Topic: FIG Forth on the WDC W65C134SXB board
- Replies: 11
- Views: 8281
Re: FIG Forth on the WDC W65C134SXB board
Have just started putting in Garth's zero-overhead service routines, it now deals with a timer interrupt that goes off each 1 second and increments a counter.
Next is the big work of moving the UART TX/RX routines from external routines into the FORTH kernal.
I keep asking why
and get the ...
Next is the big work of moving the UART TX/RX routines from external routines into the FORTH kernal.
I keep asking why
and get the ...
- Sun Oct 09, 2022 5:21 pm
- Forum: Forth
- Topic: FIG Forth on the WDC W65C134SXB board
- Replies: 11
- Views: 8281
Re: FIG Forth on the WDC W65C134SXB board
The 65c265 microcontroller is better in that it has a full 512 bytes of ram covering page 0 and 1. IO is mapped at higher addresses ($Dxxx). Maybe my next challange is to get the c265 board and get FIG working in Native mode on it. Then enjoy the fun of getting it working with 16 bit registers.
Or ...
Or ...
- Sun Oct 09, 2022 2:52 pm
- Forum: Forth
- Topic: FIG Forth on the WDC W65C134SXB board
- Replies: 11
- Views: 8281
Re: FIG Forth on the WDC W65C134SXB board
It has from $00 to $2F for the internal registers ( IO etc ) and $40 to $FF for internal RAM. On the board the external ram is mapped to the CS6 line which is from $0100 to $7FFF. To get to the 'missing' 16 bytes ( $30 to $3F ) you would need to use the CS0 line and gate it with the CS6 line to use ...
- Sun Oct 09, 2022 2:15 pm
- Forum: Forth
- Topic: FIG Forth on the WDC W65C134SXB board
- Replies: 11
- Views: 8281
Re: FIG Forth on the WDC W65C134SXB board
Thanks for the welcome back, life got in the way ( in a bad way ). So picking myself up and moving forward. Nice to get back to some 6502 work. Just plqanning what to do next...
- Sun Oct 09, 2022 9:49 am
- Forum: Forth
- Topic: FIG Forth on the WDC W65C134SXB board
- Replies: 11
- Views: 8281
FIG Forth on the WDC W65C134SXB board
So I first encountered FORTH in 1983 at the Army Apprentice College, I already knew about BASIC so they had a teacher come in to teach me FORTH as one of the BBC Microcomputers had a FORTH ROM installed. So since then I have had a paper listing of FIG FORTH and wanted now to give it a go. So ...
- Tue Apr 23, 2013 8:20 pm
- Forum: Hardware
- Topic: Logic analyser and disassembly of data.
- Replies: 7
- Views: 1145
Re: Logic analyser and disassembly of data.
I think the first step is to capture all 16 address lines, VPA, VDA, nRESEt (don't use the RDY line), both nIRQ and nNMI. The analyser is sophisticated enough to de multiplex the data bus. Still learning to use it. Only problem with it is the heat generated from it!
At present I am using the PHI2 ...
At present I am using the PHI2 ...
- Tue Apr 23, 2013 11:00 am
- Forum: Hardware
- Topic: Logic analyser and disassembly of data.
- Replies: 7
- Views: 1145
Logic analyser and disassembly of data.
Hi,
finally back in the workshop. Got my big beast of an analyser working, it is a Biomation CLAS2000 with an embedded mac computer in the base. I have just managed to capture the data lines (and multiplexed Bank address) from my 65c816 project board. Very happy with that :D
Question is how ...
finally back in the workshop. Got my big beast of an analyser working, it is a Biomation CLAS2000 with an embedded mac computer in the base. I have just managed to capture the data lines (and multiplexed Bank address) from my 65c816 project board. Very happy with that :D
Question is how ...
- Tue Apr 09, 2013 1:36 pm
- Forum: Hardware
- Topic: LJ Electronics Emma 2
- Replies: 39
- Views: 9360
Re: LJ Electronics Emma 2
The first version of the EMMA board used a 8154 for the keyboard/display interface. 
- Tue Apr 09, 2013 11:16 am
- Forum: Hardware
- Topic: LJ Electronics Emma 2
- Replies: 39
- Views: 9360
Re: LJ Electronics Emma 2
Well back in Bristol again.
I have the following EMMA manuals.
EMMA II Technical manual
'EMMA@ Hardware Manual
'MAC' Microprocessor Application Card
'EMMA' Experiment Manual
Peripheral Hardware Manual
EPROM Programmer/RAM Expansion Unit and Switched Fault Unit
Demonstration Programs for EMMA II ...
I have the following EMMA manuals.
EMMA II Technical manual
'EMMA@ Hardware Manual
'MAC' Microprocessor Application Card
'EMMA' Experiment Manual
Peripheral Hardware Manual
EPROM Programmer/RAM Expansion Unit and Switched Fault Unit
Demonstration Programs for EMMA II ...