Blog Archives

Apple II Sites

Sometimes when I’m programming I hit a spot where the code is just not looking right and I have to scrap it. I hit such a spot with the Print Map Subroutine. I scrapped the code I had and just

Posted in Programming, Projects Tagged with: , , ,

Mapper Map

The overall structure for the print map routine of Mapper is in place. I cycle through the rooms collecting the information for three rooms at a time. Once I have three rooms worth of data loaded I print the diagrams

Posted in Apple //c, Printers, Programming, Projects Tagged with: , , , ,

Contact and Mapper

In my travels of usenet yesterday I ran across a reference to a user group newsletter from Apple called Contact. Scans of them have been uploaded and you can access them from the Apple Archives. I’ve added a link them

Posted in Apple //c, Printers, Programming, Projects Tagged with: , , , ,

My Apple //c

My Apple //c sits quietly on its desk, where it has been since I bought the desk earlier this year. Today I barely booted it up, before I shut it off again as I had to run off and do

Posted in Apple //c, Printers Tagged with: ,

Mapper

I went back to work on Mapper again today. I was startled when the printer only printed 80 columns. It took me a while to fix it, but it was actually simple to fix. After you change the configuration in

Posted in Apple //c, Printers, Programming, Projects Tagged with: , , , ,

Printer Progress

I tried adding the control codes to allow a width of 255 characters that I mentioned yesterday to my ZBasic program.  At the beginning of the report I added an LPRINT CHR$(9);”255N” to no good end. Then I remembered there

Posted in Apple //c, Printers, Programming, Projects Tagged with: , , ,

Printing Progress

I posted a question about my printing problem on comp.sys.apple2.programmer yesterday and not much later in the day I had two replies from Bill Buckels and Hugh Hood pointing me to useful information that solved the problem. I was trying

Posted in Apple //c, Printers Tagged with: , , , ,

Less

I made no progress with my printer challenge today.  I still haven’t figured out why I can’t get beyond eighty columns.  I’m practically positive it can be done, but I’m missing something. The TV is still working out really well

Posted in Apple //c, Printers, Programming, Projects Tagged with: , , , ,

Printer, Problem?

I worked on Mapper today in kind of an indirect fashion.  When I was working on Mapper before, I was having a problem with setting up the printer to print more than eighty columns.  I’ve been writing Mapper with ZBasic.

Posted in Apple //c, Printers, Programming, Projects Tagged with: , , , , ,

Mapper, Print Map, Paused

I worked briefly on Mapper and ran into a slight problem.  I changed the size of the type for the header to a bigger type size (9 cpi) and the type came out bigger.  Further down the page I changed

Posted in Apple //c, Printers, Programming, Projects Tagged with: , , , , ,