Blog Archives

MACHID, Follow-up and ZBasic

When working on MACHID I learned a lot.  I remembered a little. I never wrote any programs that looked at system information.  That provided a little challenge.  Anybody who actually does this stuff, can look at my code and see

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

MACHID, Finished

I cleaned up the ZBasic and Applesoft versions of MACHID.  I put them onto the disk image MACHID.DSK and uploaded it. The disk image is a boot disk.  I’ve added the driver for the no slot clock which will work

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

MACHID, Continued

While writing  the MACHID program, that sidetracked me from mapper, I learned a bit. The MACHID byte has some information on the model of the computer, but not all is very specific. It will identify the amount of memory the

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

MACHID

In the past, when I was writing programs, I always wrote for my machine, the Apple //c.  I knew what was there and could write for it. While working on Mapper, I planned to use the 80 column card.  But this

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

Computers, Oldest and Not so Old

I was thinking back to when I first got my Apple //c.  I had the whole system set up on a card table in the corner of my one bedroom apartment.  At that time I had an Apple //c, a

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

Eamon

I started at the beginning last night and downloaded the two main hall disks.  I made then both bootable by deleting the player manual and copying prodos and basic.system to them.  I used the Graphics Main Hall for a quick

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

10 PRINT CHR$(205.5+RND(1)); : GOTO 10

Strangely enough, that is the title of a book and a one liner for the Commodore 64.  Apparently it prints a maze pattern as shown on the book’s cover.  I’ve never read the book and probably never will. I was

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

Simple Startup, Part 1A

While working on yesterdays program and post I found a need to include a listing.  This brings up two problems. My printer is among the missing, as I moved a few years ago and it got separated from my Apple

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

Simple Startup, Part 1

When using my /PRODOSWRITER disk, I found it a little tedious to startup either AppleWorks or the System Utilities programs.  The path to start them is twenty one characters long.  This is not much but in this day and age

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

Hamurabi, Pseudo Coding, Part Two

The first thing we need to do is make a small correction to the previous post on pseudo coding this project.  I reversed the order of the land steps and they should be:   Handle land purchase, if any. Handle land

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