diff options
Diffstat (limited to 'src/devices/cpu/mcs51/axc51-core.cpp')
-rw-r--r-- | src/devices/cpu/mcs51/axc51-core.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/devices/cpu/mcs51/axc51-core.cpp b/src/devices/cpu/mcs51/axc51-core.cpp index a2c1790e3f7..339b69940c7 100644 --- a/src/devices/cpu/mcs51/axc51-core.cpp +++ b/src/devices/cpu/mcs51/axc51-core.cpp @@ -8,6 +8,14 @@ AX208 SoC + + + 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. + *****************************************************************************/ #include "emu.h" |