diff options
author | H. Peter Anvin <hpa@zytor.com> | 2004-09-25 04:32:48 +0000 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2004-09-25 04:32:48 +0000 |
commit | 05e36bce96277430af9f4decb8d92a7a975ce32d (patch) | |
tree | ac8a0dd766840dd942ae43475d56aef3e76a0998 | |
parent | b5d612db262bf9fffc84af3024c3041c3b4f9809 (diff) | |
download | abc80-05e36bce96277430af9f4decb8d92a7a975ce32d.tar.gz abc80-05e36bce96277430af9f4decb8d92a7a975ce32d.tar.xz abc80-05e36bce96277430af9f4decb8d92a7a975ce32d.zip |
Update for release 13: fix ',' -> 'D'abc80-13
-rw-r--r-- | CHANGES | 10 | ||||
-rwxr-xr-x | abc80.qpf | 2 | ||||
-rwxr-xr-x | abc80.qsf | 2 |
3 files changed, 11 insertions, 3 deletions
@@ -1,9 +1,17 @@ +Changes in release 13: +---------------------- +* Fix bug introduced during port to msxz80asm that would cause the + comma (,) key, 44 decimal, to give a capital (D), 0x44 hex. + + Changes in release 12: ---------------------- * Switch from the horrible "masm" Z80 assembler to msxz80asm: - http://www.sf.net/projects/msxz80asm/ + http://savannah.nongnu.org/projects/msxz80asm/ + A patch is included which fixes two bugs: LD SP,nn and LD (nn),A; the patch has to be applied for the firmware to assemble correctly. + (This is fixed in the current CVS tree on savannah.) * Use Write and Verify when writing to the CompactFlash card. @@ -21,7 +21,7 @@ QUARTUS_VERSION = "4.1"
-DATE = "21:53:00 September 21, 2004"
+DATE = "21:30:14 September 24, 2004"
# Revisions
@@ -33,7 +33,7 @@ # ========================
set_global_assignment -name ORIGINAL_QUARTUS_VERSION 2.2
set_global_assignment -name PROJECT_CREATION_TIME_DATE "23:24:24 AUGUST 26, 2004"
-set_global_assignment -name LAST_QUARTUS_VERSION "4.1 SP1"
+set_global_assignment -name LAST_QUARTUS_VERSION "4.1 SP2"
set_global_assignment -name VHDL_FILE t80/T80_Pack.vhd
set_global_assignment -name VHDL_FILE t80/T80_ALU.vhd
set_global_assignment -name VHDL_FILE t80/T80_MCode.vhd
|