[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Apple II graphics
Gabriel Morales <Togega@concentric.net> wrote:
>How would I transfer, say a low-Res Mac graphics file to an Apple IIe for use
>in a BASIC program? Is this possible?
First thing to do is get a copy of SuperConvert. SuperConvert can load
a MacPaint file (I'm assuming you can use the Mac to get the file into
MacPaint format) and convert it into Double Hires, a IIe format.
SuperConvert is an Apple IIGS program, so you will need either a real
IIGS or Bernie. Monochrome Double Hires is 560x192.
Second, you need an assembly language routine to interface with
Applesoft BASIC so you can CALL it to display your DHR graphic.