Search
lxdream.org :: lxdream/src/dreamcast.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/dreamcast.h
changeset 544:3c3a4bd77178
prev543:361ec0a70cf2
next561:533f6b478071
next586:2a3ba82cf243
author nkeynes
date Tue Jan 01 04:49:57 2008 +0000 (16 years ago)
branchlxdream-mmu
permissions -rw-r--r--
last change Add command line option to control default log level
file annotate diff log raw
1.1 --- a/src/dreamcast.h Thu Nov 22 11:10:15 2007 +0000
1.2 +++ b/src/dreamcast.h Tue Jan 01 04:49:57 2008 +0000
1.3 @@ -53,6 +53,12 @@
1.4 */
1.5 gboolean dreamcast_can_run(void);
1.6
1.7 +/**
1.8 + * Notify the VM that a program (ELF or other binary) has been loaded.
1.9 + *
1.10 + */
1.11 +void dreamcast_program_loaded( const gchar *name, sh4addr_t entry_point );
1.12 +
1.13 #define DREAMCAST_SAVE_MAGIC "%!-lxDream!Save\0"
1.14 #define DREAMCAST_SAVE_VERSION 0x00010002
1.15
.