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.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/devices/cpu/mcs51/axc51-core.cpp b/src/devices/cpu/mcs51/axc51-core.cpp
index 339b69940c7..ddf22f27880 100644
--- a/src/devices/cpu/mcs51/axc51-core.cpp
+++ b/src/devices/cpu/mcs51/axc51-core.cpp
@@ -2,19 +2,19 @@
// copyright-holders:David Haywood
/*****************************************************************************
- AXC51-CORE (AppoTech Inc.)
+ AXC51-CORE (AppoTech Inc.)
- used in
+ used in
- AX208 SoC
+ AX208 SoC
- Notes:
+ Notes:
- AX208:
- The CPU has a bootloader that sets a few things up + copies data to RAM
- from the Flash meomry. This will need to be simulated.
+ AX208:
+ The CPU has a bootloader that sets a few things up + copies data to RAM
+ from the Flash meomry. This will need to be simulated.
*****************************************************************************/