summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2007-04-10 23:59:35 +0000
committerIan C <ianc@noddybox.co.uk>2007-04-10 23:59:35 +0000
commit6701f6a9d4f979cc1eadb673e767b5c46cd2a9c8 (patch)
tree5996a9d0a8bb393afc4ef3da9609df7a22af32a1 /CHANGES
parentcd4886b4b099367c561fa5af6d7346bd43d7e2a7 (diff)
Initial import
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES41
1 files changed, 41 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
new file mode 100644
index 0000000..3b717b4
--- /dev/null
+++ b/CHANGES
@@ -0,0 +1,41 @@
++ Completed
+* In progress
+- Abandoned.
+
+Changes from V1.0 to V1.1
+
+ + Added external FAT file loading.
+ + Added Mazogs as a built-in tape (code courtesy of Paul Fearnley)
+ + Fixed bug where the ROM input routine could be easily locked up.
+ This was caused by a problem in the way I set up the LASTK system
+ variables from the house-keeping routine.
+
+
+Changes from V1.1 to V1.1a (uncontrolled release).
+
+ + Fixed hideous mess up that was the keyboard fix.
+
+Changes from V1.1a to V1.2
+
+ + Controlled version of keyboard fix.
+ - Added seperate ARM7/ARM9 code so I could use Wifi to use a web server
+ as a file store. Wifi lib doesn't work with my access point, so
+ reverted to a simpler ARM9 build. Which has made a merry mess of the
+ CVS repository.
+ + Compiled with newer version of libfat so that the DLDI interfaces can
+ be used (thanks Chism!) At last I can load ZX81 programs into my own
+ damned emulator! Moved to R20 of the toolchain and the new libnds.
+ + Added support for text mode underlayed with a rotation screen for bitmap
+ purposes.
+ + Added code to ZX81 emulation to notice changes to I register and search
+ for hires display files. Works for a lot of hires games, though needs
+ proper display emulation for Manic Miner, so that won't work :-(
+ + Improved speed of hi-res code.
+ + Fixed attempted load in ZX81SNAP -- the FAT libs seem to want UNIX style
+ directory seperators.
+ + Added file selector with LOAD "*"
+ + Handling of 1K display files is a bit better.
+ + Added option for RAM in place of ROM mirror.
+ + Changed lower screen to 8-bit deep so I can overlay a tiled mode.
+ + Added lower screen console routines.
+ + Added Machine Code Monitor.