summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author Wilbert Pol <wilbert@jdg.info>2008-06-24 20:03:08 +0000
committer Wilbert Pol <wilbert@jdg.info>2008-06-24 20:03:08 +0000
commit88e208dce0c757effb56dbfa504ee7c225499893 (patch)
tree800cfd56ed3c26135370b5cf5c8091a558ae00c3 /src
parent9a76a3e65dbf0b0ba3e12e45e9c386169c8cd4e6 (diff)
Fixed typo in changelog
Diffstat (limited to 'src')
-rw-r--r--src/emu/cpu/i8x41/i8x41.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/i8x41/i8x41.c b/src/emu/cpu/i8x41/i8x41.c
index c31bc5d73ba..fe9af9f6f09 100644
--- a/src/emu/cpu/i8x41/i8x41.c
+++ b/src/emu/cpu/i8x41/i8x41.c
@@ -48,7 +48,7 @@
* **** Change Log ****
* Wilbert Pol (24-Jun-2008) changed version to 0.6
* - Updated the ram sizes. 8041 uses 128 bytes, 8042
- * 8042 uses 256 bytes.
+ * uses 256 bytes.
* - Added support for re-enabling interrupts inside
* an interrupt handler.
* - Fixed cycle count for DJNZ instruction.