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

Re: dmono question



On Thursday, December 13, 2012 7:27:07 PM UTC-6, BLuRry wrote:
> On Thursday, December 13, 2012 6:59:39 PM UTC-6, Kevin wrote:
> 
> > On Thursday, December 13, 2012 8:37:58 AM UTC-6, gid...@sasktel.net wrote:
> 
> > 
> 
> > > On Thursday, December 13, 2012 12:44:37 AM UTC-6, Kevin wrote:
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 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?
> 
> > 
> 
> > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > I assume you are trying to load a double hi-res picture?
> 
> > 
> 
> > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > just add
> 
> > 
> 
> > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > 60 POKE 49237,0 : ? CHR$(4)"BLOAD IMAGE.BIN.AUX,A$2000"
> 
> > 
> 
> > > 
> 
> > 
> 
> > > 70 POKE 49236,0 : ? CHR$(4)"BLOAD IMAGE.BIN,A$2000"
> 
> > 
> 
> > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > rOB
> 
> > 
> 
> > 
> 
> > 
> 
> > well I have tried this, and it just overwrites the screen, so I get half the screen, then the second half, but not both at once (at least on applewin)
> 
> > 
> 
> > 
> 
> > 
> 
> > will try it on the //c after dinner
> 
> 
> 
> You will need to make sure that 80STORE is also flipped so that the Page2 switch works as expected.

ok looked that up, set it and it works now, thanks guys!