summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/mcs51/axc51-core.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/mcs51/axc51-core.cpp')
-rw-r--r--src/devices/cpu/mcs51/axc51-core.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/devices/cpu/mcs51/axc51-core.cpp b/src/devices/cpu/mcs51/axc51-core.cpp
index 7dc8272d29e..104f3bb07bd 100644
--- a/src/devices/cpu/mcs51/axc51-core.cpp
+++ b/src/devices/cpu/mcs51/axc51-core.cpp
@@ -10,14 +10,14 @@
Notes:
- AXC51CORE:
- somes sources indicate that the extended opcode encoding may change
- on some CPU models despite all being 'AXC51CORE' however we lack solid
- information on this at present.
+ AXC51CORE:
+ somes sources indicate that the extended opcode encoding may change
+ on some CPU models despite all being 'AXC51CORE' however we lack solid
+ information on this at present.
AX208:
The CPU has 0x2000 bytes of internal ROM mapped at 0x8000-0x9fff providing
- bootcode, operating kernel and many standard library functions
+ bootcode, operating kernel and many standard library functions
*****************************************************************************/