summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2007-01-30 23:46:49 +0000
committerIan C <ianc@noddybox.co.uk>2007-01-30 23:46:49 +0000
commit6fca8cfe0bcbe30767c30ac9b6d9a79e4fa19edc (patch)
tree303f46557317a8e43524ba7999715f547ab9783e /CHANGES
parentef641589bf763ea12e73abf4bf42e45ac1acd2ff (diff)
Added pseudo-hires support
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES14
1 files changed, 12 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 1a785eb..02e9a78 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,4 @@
-+ Completed, * In progress, - Not done.
++ Completed, * In progress, - Not done/abandoned.
Changes from V1.0 to V1.1
@@ -16,4 +16,14 @@ Changes from V1.1 to V1.1a (uncontrolled release).
Changes from V1.1a to V1.2
+ Controlled version of keyboard fix.
- * Adding Wifi code so that a web server can act as a file store.
+ - 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.
+ + 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!
+ + Added support for text mode overlayed 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 :-(