revision 544:3c3a4bd77178
summary |
tree |
shortlog |
changelog |
graph |
changeset |
raw | bz2 | zip | gz changeset | 544:3c3a4bd77178 |
parent | 543:361ec0a70cf2 |
child | 545:fdcdcd8b9fd1 |
author | nkeynes |
date | Thu Nov 22 11:13:57 2007 +0000 (16 years ago) |
Add prototype for dreamcast_program_loaded (missed previous commit)
![]() | src/dreamcast.h | view | annotate | diff | log |
1.1 --- a/src/dreamcast.h Thu Nov 22 11:10:15 2007 +00001.2 +++ b/src/dreamcast.h Thu Nov 22 11:13:57 2007 +00001.3 @@ -53,6 +53,12 @@1.4 */1.5 gboolean dreamcast_can_run(void);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
.