* Removed svn:executable property from non-executable files
[fw/sdcc] / support / regression / ports / xa51 / support.c
old mode 100755 (executable)
new mode 100644 (file)
index fa3f3cd..85c9867
    what you give them.   Help stamp out software-hoarding!
 -------------------------------------------------------------------------*/
 
-#include <tinibios.h>
+#include <80c51xa.h>
+
+void external_startup(void) {
+  return;
+}
 
 void
 _putchar (char c)
 {
+  c;
   _asm
     mov.b r0l,[r7+2]
     trap #0x0e
   _endasm;
 }
 
+void
+_initEmu (void)
+{
+}
+
 void
 _exitEmu (void)
 {