Search
lxdream.org :: lxdream/src/aica/armcore.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/aica/armcore.h
changeset 431:248dd77a9e44
prev86:f151e63f9754
next561:533f6b478071
next586:2a3ba82cf243
author nkeynes
date Thu Nov 22 11:10:15 2007 +0000 (16 years ago)
permissions -rw-r--r--
last change Re-add "Load Binary" menu item (misplaced in GUI rewrite)
Prevent running with no code loaded
file annotate diff log raw
1.1 --- a/src/aica/armcore.h Sun Jan 22 22:40:05 2006 +0000
1.2 +++ b/src/aica/armcore.h Thu Nov 22 11:10:15 2007 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: armcore.h,v 1.14 2006-01-22 22:40:05 nkeynes Exp $
1.6 + * $Id: armcore.h,v 1.15 2007-10-09 08:11:51 nkeynes Exp $
1.7 *
1.8 * Interface definitions for the ARM CPU emulation core proper.
1.9 *
1.10 @@ -105,5 +105,5 @@
1.11 void arm_write_byte_user( uint32_t addr, uint32_t val );
1.12 int32_t arm_read_phys_word( uint32_t addr );
1.13 int arm_has_page( uint32_t addr );
1.14 -
1.15 +void arm_mem_init(void);
1.16 #endif /* !dream_armcore_H */
.