[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
dmono question
- Subject: dmono question
- From: Kevin <kevin@hackaday.com>
- Date: Wed, 12 Dec 2012 22:44:37 -0800 (PST)
- Complaints-to: groups-abuse@google.com
- Injection-date: Thu, 13 Dec 2012 06:44:37 +0000
- Injection-info: glegroupsg2000goo.googlegroups.com; posting-host=68.63.241.9; posting-account=hc0qfgoAAADa7AkwNHDdvntbPlI6-0vG
- Newsgroups: comp.sys.apple2
- User-agent: G2/1.0
I made an image, converted it with dmono, got two files out, dropped them on a disk via ciderpress banged in the following
10 X = PEEK(49239) : REM TURNS ON HI-RES
20 X = PEEK(49232) : REM TURNS ON GRAPHICS
30 X = PEEK(49246) : REM TURNS ON DOUBLE HI-RES
40 X = PEEK(49235) : REM TURNS ON MIXED MODE (OPTIONAL)
50 POKE 49165,0 : REM TURNS ON 80 COLUMN MODE
RUN
BLOAD IMAGE.BIN,A@2000
but where do I load the second file? and whats the command?
thanks