Search found 18 matches

by wilf_zx
Mon Aug 09, 2010 12:21 am
Forum: Hardware
Topic: New Hardware Projects
Replies: 88
Views: 44094

Re: New Hardware Projects

Greetings SirMorris, Just catching up on all the wonderful ZedEx developments including your versatile mmc interface. The hires problem you mentioned is most likely caused by the 251 decoder which should be enabled with MREQ OR RFSH to guarantee RAM CS set up time for reading hires pixel data during...
by wilf_zx
Sun May 24, 2009 4:25 pm
Forum: Hardware
Topic: Question about burning ROM's
Replies: 5
Views: 6634

Re: Question about burning ROM's

While it is possible to use a ZIF socket to swap in various system 8K ROMs, it would seem simpler to use a large capacty EPROM, Flash and/or NVRAM containing multiple operating systems and select the active partition using software or a selecor switch. In addition, such chips can store many other us...
by wilf_zx
Sat Feb 21, 2009 8:59 pm
Forum: Hardware
Topic: What is this clone?
Replies: 5
Views: 4395

Re: What is this clone?

The 8300 ROM was not compatible with MC programs that used ZX81 ROM subroutines. In addition the expansion connector is missing some signals (busreq, busack?) The 8300 video subsystem is also different using a separate character ROM in the ULA and makes it incompatible with hires software. You can't...
by wilf_zx
Sun Jan 11, 2009 6:05 am
Forum: Hardware
Topic: Newbie - TS1500 User and Modifier
Replies: 7
Views: 6750

Re: Newbie - TS1500 User and Modifier

Pleased to meet you Doctor. Can you tell us more about the add-ons you have designed?

Wilf
by wilf_zx
Thu Oct 02, 2008 7:53 am
Forum: Development
Topic: ROM hacking
Replies: 8
Views: 9703

Re: ROM hacking

Have a peek at the ZX97 ROM in the EightyOne emulator. I hacked the ZX81 ROM to expand the 8K ZX BASIC ROM to up to 16K with the additonal ROM area between $A000 to $BFFF. Only a small part of this additional ROM space was used to expand ZX81 BASIC syntax routine and to customize ZX81 BASIC with 10 ...
by wilf_zx
Sat Aug 30, 2008 8:56 am
Forum: Hardware
Topic: QuickSilva HRG graphic card emulation !
Replies: 11
Views: 9831

Re: QuickSilva HRG graphic card emulation !

There are several versions of the WRX video driver including one that runs on a 1K ZX81. The WRX16 HRG program displays 256x192 pixels using two "display files" : 1) the dummy display file is a short program which is executed while displaying each horizontal line of 256 video pixels. It is called ab...
by wilf_zx
Sun Aug 24, 2008 4:35 am
Forum: Hardware
Topic: Do you know other Fast-Load !
Replies: 3
Views: 4667

Re: Do you know other Fast-Load !

Fred Nachbaur wrote a good fast tape loader called F-Load which he bundled with his SCRAM BASIC program. Anyone have a copy of that floating around?

wilf
by wilf_zx
Sun Aug 03, 2008 4:30 pm
Forum: Development
Topic: Who have an ASM code to collapse a Dfile !
Replies: 8
Views: 7126

Re: Who have an ASM code to collapse a Dfile !

Hi Mike,

First adjust DF-SZ with POKE 16418,0 or else 24 SCROLLs would leave the two command lines of the LOWER screen still fully expanded.

wilf
by wilf_zx
Sat Aug 02, 2008 12:11 am
Forum: Development
Topic: Who have an ASM code to collapse a Dfile !
Replies: 8
Views: 7126

Re: Who have an ASM code to collapse a Dfile !

The collapse DFILE ASM program I posted does not clear the BASIC variables. try this example: crunch_DFILE.tzx (btw how can I save a .p file?) Your first post seemed to indicate that you want to collapse an expanded DFILE of a 1K BASIC program, developed in a 16K environment, so that when this 1K pr...