Blog Archives

Mapper, Debugging

I spent some time working on Mapper, starting on the debugging process. I figured the best way, was to actually use it.  I chose to put the map from Eamon’s The Beginners Cave into the Mapper. I started finding problems

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

Mapper’s Map, Unstumped

Today, on my ride home from work, I was thinking about the different things I had tried with the map subroutine. The one thing that struck me was I was able to position a string of characters, ‘XXXXX X XXXXX’

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

Mapper’s Map, Stumped

I worked on Mapper’s map subroutine again today.  I spent several hours on it and am beginning to feel kind of stupid. The map file I have been using is just two named rooms with no directions. At this point

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

Mapper’s Map

I worked on the map subroutine again today.  I spent several hours on it and am stumped.  If I can’t find the problem  tomorrow, I will post it and see if anyone sees the problem. I print three rooms across

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

Mapper’s Map, Continued

The other night I was working on the print map subroutine of Mapper. My printer sits on a TV tray at the end of my desk. The TV tray is sideways and so is the printer with the paper in

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

Mapper’s Map, Continued

I spent a bit of time working on the print map routine today. It’s a little slow going with each change requiring a round of compiling and a test print. It is slow going, but it is going, so I’m

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

Mapper’s Map

I had run into a mental block with the map on Mapper, so I put it aside to mull it over. I had the data in the map file and could read and write it without any problems. In order

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

What can you do?

What can you do with an Apple II? I started this post in May of this year, but put it aside in favor of something else. I’ve used the Apple II to create documents, do spread sheets, and create databases;

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

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: , , , ,