[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Update on Apple II rev 0 replica kits
- Subject: Re: Update on Apple II rev 0 replica kits
- From: "Bryan Parkoff" <nospam@nospam.com>
- Date: Mon, 19 May 2008 14:50:46 -0500
- Newsgroups: comp.sys.apple2.marketplace, comp.sys.apple2
- Organization: Road Runner High Speed Online http://www.rr.com
- References: <kjeXj.1407$ll1.38@trndny06> <482f014f$0$12912$4c368faf@roadrunner.com> <SVDXj.1667$Zy1.861@trndny05> <4830a93b$0$20177$4c368faf@roadrunner.com> <4830C9D5.8090500@willegal.net> <4830d99a$0$3385$4c368faf@roadrunner.com> <483161EF.9020405@willegal.net>
- Xref: g2news1.google.com comp.sys.apple2.marketplace:21 comp.sys.apple2:392
Mike,
> The 6502 Hardware manual states that if powered on without reset, "the
> contents of the latches, registers, etc. is totally random after power is
> applied".
Yes, I am aware of this 6502 hardware manual, but it is not accurate.
How did I know? I wrote about 20-40 hex codes. I stored them into EPROM
chip. After RESET was powered-up, $FFFC-$FFFD started at $F800. $F800
executed 20-40 hex codes. It copied all the internal registers into RAM
before it reached JMP instruction. It went endless loop using JMP
instruction. My observation showed that all registers were set to ZERO.
I don't believe that all internal registers were set to ZERO during
RESET sequence.
> There is a clear input on the 74LS259 that controls graphics modes. This
> driven by the 74LS00 at location A2. I suspect that the 74LS259 powers up
> faster than the heavily loaded output of the 74ls00, so that the outputs
> of the 74ls259 end up powering up in low state, resulting in text mode.
> Note that later rev boards that have problems in the processor section,
> also power up in text mode. See my repair page for an example screenshot.
Thanks for explaining.
Bryan Parkoff