mbed LPC1114 emulator pre-alpha version

Dependencies:   BaseV6M mbed F12RFileSystem F32RFileSystem ROMSLOT SDStorage

Fork of emu812 by Norimasa Okamoto

480
TOYOSHIKI TINY BASIC mbed Edition TTB_mbed_LPC1114.bin save as "LPC1114.IMG" .

Revision:
3:5df725af50e0
Parent:
2:b8b4f07d4691
Child:
4:6629544a482e
--- a/EMU111x.h	Tue Aug 11 06:49:07 2015 +0900
+++ b/EMU111x.h	Thu Aug 13 07:39:24 2015 +0900
@@ -1,4 +1,4 @@
-// EMU111x.h 2015/8/9
+// EMU111x.h 2015/8/12
 #include "BaseV6M.h"
 #include "EMUInterface.h"
 #pragma once
@@ -101,7 +101,6 @@
     uint32_t stat;
     uint8_t i2c_addr;
     uint8_t i2c_data[16];
-    int i2c_size;
     int i2c_pos;
 };
 
@@ -149,10 +148,10 @@
     EMU111x_SYSCON syscon;
     EMU111x_IOCON iocon;
     EMU111x_TMR32B tmr32b1;
-    EMU111x_UART uart;
-    EMU111x_I2C i2c;
-    EMU111x_SPI spi0;
-    EMU111x_SPI spi1;
+    EMU111x_UART _uart;
+    EMU111x_I2C _i2c;
+    EMU111x_SPI _spi0;
+    EMU111x_SPI _spi1;
     EMU111x_GPIO gpio0;
     EMU111x_GPIO gpio1;
     EMU111x_NVIC nvic;