filename | src/dreamcast.h |
changeset | 19:9da7a8e38f9d |
prev | 18:9a1b5d75703f |
next | 23:1ec3acd0594d |
author | nkeynes |
date | Thu Dec 22 07:38:12 2005 +0000 (16 years ago) |
permissions | -rw-r--r-- |
last change | Implement 95% of the SCIF serial interface Implement basic load_bin_file function to try to load demos directly Update TMU to run all 3 timers, start on general timing |
file | annotate | diff | log | raw |
1.1 --- a/src/dreamcast.h Thu Dec 15 13:33:14 2005 +00001.2 +++ b/src/dreamcast.h Thu Dec 22 07:38:12 2005 +00001.3 @@ -21,7 +21,7 @@1.4 int dreamcast_load_state( const gchar *filename );1.6 int open_file( gchar *filename );1.7 -1.8 +int load_bin_file( gchar *filename );1.10 #ifdef __cplusplus1.11 }
.