
                            Progress & Change Log
                            =====================

 Prog:	68kSim
 Purp:	Simulator for the Motorola 68000 microprocessor
 Auth:	Keith Gaughan


Version 0.01
------------

Monday, 20th March 2000  1:12

  First version. The source for this thing has been sitting on my hdd for
  ages and I've finally done some work on it. Saw "Private Parts" on Channel
  4 - brilliant film. Deciphered most of the code - did a quick skim through
  it.

  Currently the whole thing is a tripe, I think. I'm going to see if I can
  contact Marwan Shaban to see if I can do so and hold copyright on any
  changes. If I can't I'll rewrite the whole thing from scratch.

  iobox.c

    Written. iobox.c holds all the machine-dependant i/o functions such as
    windowing, clearing the screen, cursor positioning, etc. As I don't have
    a copy of RiscOsLib, I had to hack about with it myself. chk_buf() is a
    piece of shit at the moment - it was the first bit of code I wrote for it
    (two weeks ago after mid-term exams) and I was drunk at the time (two
    days of bigtime partying does thing to a man...)
 
    Had to hack some of the other source files to take new windowing
    functions written.

  To do:

    * Write a proper version of chk_buf()
    * Implement a disassembler for tracing the program.
    * Make the program compatable with Olly Bett's LineEditor module.
    * Improve the parser
    * Better help display
    * Better memory display - make it like Zap's memory editor
