Blog Archives

Plans?

There are a number of quotes about plans, one of which involves god and laughter.  Suffice it to say, my plans did not come about.  More on that later. I did not have the time I thought I was going

Posted in Programming, Projects Tagged with: , ,

Mapper, Etc.

Mapper is nearly finished.  I have tomorrow off and plan to finish it up and upload it. I ran into an interesting problem while listing Mapper.  I loaded it up and listed it to the printer, the first line prints

Posted in Programming, Projects Tagged with: , ,

Mapper

I finished the edit room routine.  I am almost finished with the display room routine. I was using the print using statement, which would be great if the numbers filled the field, however with smaller numbers the display tends to

Posted in Programming, Projects Tagged with: , ,

Mapper

I made good progress on Mapper today. I finished the add room routine and got a start on the edit room subroutine.  In fact because of sharing subroutines, I just need to clean the edit subroutine up. After that I

Posted in Programming, Projects Tagged with: , ,

Mapper

— Mapper — I did a little work on Mapper today. Mostly cosmetic, I changed the title page and changed the positioning of a few things that cleaned up the display. I renamed a subroutine so it made more sense.

Posted in Programming, Projects Tagged with: , ,

Still Quiet

Its still very quiet on the Apple II front here.  I didn’t get to work on Mapper today.  Did check the message boards, still pretty quiet there also. I’ve been doing car stuff (my favorite) today.  My oldest daughter was

Posted in Programming, Projects Tagged with: ,

Quiet

Things are pretty quiet on the Apple II front around here.  I’ve done a little work on mapper.  I’ve done my usual run of the message boards and they are pretty quiet also.  I think a lot of people are spending the

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

Mapper

— Mapper — I knew it was something simple.  This morning when I got up, I got right into it.  The problem was, I wasn’t reading the control record, which has the record count.  I fixed that and things are

Posted in Programming, Projects Tagged with: , ,

Home and Working on Mapper

— Mapper — I’ve been working on the routines to add a room.  I’m not doing something right.  I run the program and add several rooms and the map file changes size.  However, when I run it again the record

Posted in Programming, Projects Tagged with: , ,

More Mapper

Today was another productive day on mapper.  So far my source code is up to 9 blocks. I designed the file structure which is very simple at this time.  The first record is a control record.  At this time all

Posted in Programming, Projects Tagged with: , ,