Skip to content

Ultima_5_walking_sim

Latest
Compare
Choose a tag to compare
@jtflanagan jtflanagan released this 16 Apr 19:57

Enjoy the feel of walking the Britannia countryside in VGA glory! Run the provided AppleWin.exe (it's from a branch that emulates the API we are targeting for VidHD tile graphics support), with the following configuration (click on the joystick/speaker button on the right side):

  • set Model to "Enhanced Apple //e"
  • set VidHD in slot 3 to "checked"
  • in the Disk tab, set "Enable hard disk controller in slot 7", and set HDD1 to sdhr.drv.

Boot it up (the rainbow Apple button on the right side), and at the BASIC command prompt, type BRUN SDHR.

  • Arrow keys to move,
  • S for smooth scrolling, F for fast scrolling. Although you may not be able to see much difference, it's all fast!
  • Control-C to exit back to command line.

My Apple 2 cc65 development environment is a mess, so I have just provided the sdhr.c and sp_dispatch.s source files here, which are where the meat is. Setting up the cc65 environment for proper checkin is on the list.