Search found 47 matches

by grzeg
Fri Sep 11, 2015 6:43 pm
Forum: Hardware
Topic: IRQ,NMI,BRK detect
Replies: 6
Views: 1380

Re: IRQ,NMI,BRK detect

It is interesting .
But now I have 6510 without SYNC. :wink:
by grzeg
Fri Sep 11, 2015 5:42 pm
Forum: Hardware
Topic: IRQ,NMI,BRK detect
Replies: 6
Views: 1380

Re: IRQ,NMI,BRK detect

Thank you.
I do this in 6510 so RDY probably should not bother.
by grzeg
Fri Sep 11, 2015 5:30 pm
Forum: Hardware
Topic: IRQ,NMI,BRK detect
Replies: 6
Views: 1380

Re: IRQ,NMI,BRK detect

I want to build a functional equivalent of that.
ftp://www.zimmers.net/pub/cbm/schematics/cartridges/c64/freezer/index.html
But in a system where the bank has switched 64K.
The goal is to register the P, PC onto the stack in one bank
A service interupt in another.
Is the detection of 3 consecutive ...
by grzeg
Fri Sep 11, 2015 4:43 pm
Forum: Hardware
Topic: IRQ,NMI,BRK detect
Replies: 6
Views: 1380

IRQ,NMI,BRK detect

For bank switch, trace debug, freeze, etc...
Whether it will work at all :?:
by grzeg
Thu Jul 16, 2015 9:14 pm
Forum: Hardware
Topic: NMOS 6502 and 6512 PHI the differences.
Replies: 6
Views: 883

Re: NMOS 6502 and 6512 PHI the differences.

I wonder why the various processors of that time (intel 8080, 6502, farchild F8) is defined minimum frequency - can not stop the clock, and can be eg. Stop signal RDY.
What is the reason?
by grzeg
Thu Jul 16, 2015 8:19 pm
Forum: Hardware
Topic: NMOS 6502 and 6512 PHI the differences.
Replies: 6
Views: 883

Re: NMOS 6502 and 6512 PHI the differences.

I met up with information that CMOS 65c02 stop the clock is possible.
by grzeg
Thu Jul 16, 2015 6:15 pm
Forum: Hardware
Topic: NMOS 6502 and 6512 PHI the differences.
Replies: 6
Views: 883

NMOS 6502 and 6512 PHI the differences.

http://archive.6502.org/datasheets/mos_6500_mpu_nov_1985.pdf

Page 5.
NMOS 6502 :
- minimum clock frequency 50 kHz.
- cycle time (for 1 MHz) min Tcyc 1000 ns , max not defined.
- PWH0 max 520 ns

And now 6512
PWH01 :min 430 ns , max not def.
PWH02 :min 470 ns, max not def.

and now the questions ...
by grzeg
Tue Jul 14, 2015 7:13 am
Forum: Hardware
Topic: Idea. Extension the stack.
Replies: 19
Views: 1717

Re: Idea. Extension the stack.

I think it would be easier to do this by placing this stack on zero page I / O at the address for example $00
And the instruction STA $00 write data to the stack, and LDA $00 read.
by grzeg
Sat Jul 11, 2015 9:00 am
Forum: Emulation and Simulation
Topic: MOSTEK 3870. I want info for emulation
Replies: 3
Views: 3272

MOSTEK 3870. I want info for emulation

I know this is not 6502. :roll:
I want to emulation MOSTEK 3870.
Maybe someone knows how to use a pin TEST, Port 5 and Port 4 for read or debug the ROM?
by grzeg
Sun Jul 05, 2015 5:52 pm
Forum: Hardware
Topic: Idea. Extension the stack.
Replies: 19
Views: 1717

Re: Idea. Extension the stack.

MichaelM
As you can see, for the time being should work rokazy PHP / PLP and PHA / PLA.
I have yet to come up for JSR and interrupts.

I'm thinking...
by grzeg
Sun Jul 05, 2015 2:16 pm
Forum: Hardware
Topic: Idea. Extension the stack.
Replies: 19
Views: 1717

Idea. Extension the stack.

1. A stack uses a separate RAM.
2. It may be of any size, limited only by the size of memory used.
3. RAM $ 100- $ 1FF can be used for the program.
Here is a diagram of the first version.
What do you think, about this ? :mrgreen:
by grzeg
Thu Jun 18, 2015 10:00 am
Forum: Hardware
Topic: 6502 and CACHE memory. Is it possible?
Replies: 5
Views: 2063

6502 and CACHE memory. Is it possible?

What do you think , if memory application cache would have , if so, what impact on improving performance?
And what scheme of its operation would be the best ?
by grzeg
Tue Jun 16, 2015 10:55 am
Forum: Hardware
Topic: Vulcan-74 - A 6502 Powered Retro MegaProject
Replies: 923
Views: 329134

Re: Vulcan-74 - A 6502 Retro MegaProject

It is I, too praise.
This is an example of animation on the hardware c64 (1 MHz).
I added only 16 MB of RAM (Years 90 ') on the SIMM72 and control for systems 74HC .LS, HCT :)

https://www.youtube.com/watch?v=yxZ7Idi ... e=youtu.be
by grzeg
Tue Jun 16, 2015 9:06 am
Forum: Hardware
Topic: Real 6502 with 1 MB virtual mode.
Replies: 23
Views: 3891

Re: Real 6502 with 1 MB virtual mode.

Forgive me for the stupid question, but in your PDF schematic, why are only 2 wires connected (A8/A9) to the SIMM connector? I think I'm missing something important here.
There already is 74ls173 (DUAL 4-INPUT MULTIPLEXER)
A8 because it really A8 / A18 and A9 => A9 / A19


Pin A10 (the scheme) is ...