[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Original IIgs ROM



"Paul Grammens" <grammens@svn.net> writes:
>I know how to do this on a PC. If I get the files onto my PC and concatenate
>them, will that work?  Else, could someone tell me how to concatenate on an
>Apple II?

C> COPY /B PART1 + PART2 + PART3 + PART4 FULL

/B for binary mode (otherwise the first ^Z character will stop the copy)

>BTW, is there a reason why I couldn't extract the ROM contents in one file
>rather than four?

I (not David Empson) posted a method using 4 parts because ProDOS cannot
access memory outside bank 0 and 128KB of ROM will not fit into < 64KB of RAM.
It could perhaps have been done in 3 segments but 4x 32KB seemed easier.
--
David Wilson  School of IT & CS, Uni of Wollongong, Australia