From 1e16c452121de8429e05b38d5a0306ebe15fcdd4 Mon Sep 17 00:00:00 2001 From: Aaron Giles Date: Sun, 9 Nov 2008 01:04:37 +0000 Subject: Cleanups/version bump. --- src/emu/cpu/mcs51/mcs51.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/emu/cpu/mcs51/mcs51.h') diff --git a/src/emu/cpu/mcs51/mcs51.h b/src/emu/cpu/mcs51/mcs51.h index 252bacc5750..9c33d76984b 100644 --- a/src/emu/cpu/mcs51/mcs51.h +++ b/src/emu/cpu/mcs51/mcs51.h @@ -122,7 +122,7 @@ CPU_GET_INFO( at89c4051 ); /* * The DS5002FP has 2 16 bits data address buses (the byte-wide bus and the expanded bus). The exact memory position accessed depends on the * partition mode, the memory range and the expanded bus select. The partition mode and the expanded bus select can be changed at any time. - * + * * In order to simplify memory mapping to the data address bus, the following address map is assumed for partitioned mode: * 0x00000-0x0ffff -> data memory on the expanded bus @@ -131,7 +131,7 @@ CPU_GET_INFO( at89c4051 ); * For non-partitioned mode the following memory map is assumed: * 0x0000-0xffff -> data memory (the bus used to access it does not matter) - * + * * Internal ram 128k and security features */ -- cgit v1.2.3