Search
lxdream.org :: lxdream/src/syscall.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/syscall.h
changeset 182:e3b513538548
prev102:844a3f2a76ff
next209:ff67a7b9aa17
author nkeynes
date Fri Aug 04 01:38:30 2006 +0000 (17 years ago)
permissions -rw-r--r--
last change Add more tile list limit tests
Implement tile list limits in the ta core.
Rename TA_TILEEND to TA_LISTEND
file annotate diff log raw
1.1 --- a/src/syscall.h Mon Mar 13 12:38:39 2006 +0000
1.2 +++ b/src/syscall.h Fri Aug 04 01:38:30 2006 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: syscall.h,v 1.1 2006-03-13 12:38:34 nkeynes Exp $
1.6 + * $Id: syscall.h,v 1.2 2006-07-06 08:47:33 nkeynes Exp $
1.7 *
1.8 * Generic syscall support - ability to add hooks into SH4 code to call out
1.9 * to the emu.
1.10 @@ -65,6 +65,12 @@
1.11 */
1.12 void dcload_install( void );
1.13
1.14 +/**
1.15 + * Set the flag that indicates whether the dcload exit() syscall will be
1.16 + * honoured by exiting the VM.
1.17 + */
1.18 +void dcload_set_allow_exit( gboolean allow );
1.19 +
1.20 #ifdef __cplusplus
1.21 }
1.22 #endif
.