Search
lxdream.org :: lxdream/src/loader.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/loader.c
changeset 93:bb1def61e901
prev88:0a1bd43fa4ad
next105:1faa0745f200
author nkeynes
date Mon Mar 13 12:37:06 2006 +0000 (18 years ago)
permissions -rw-r--r--
last change Add sh4addr_t type, need to start propagating it instead of uint32_t
file annotate diff log raw
1.1 --- a/src/loader.c Sun Jan 22 22:41:40 2006 +0000
1.2 +++ b/src/loader.c Mon Mar 13 12:37:06 2006 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: loader.c,v 1.9 2006-01-22 22:41:40 nkeynes Exp $
1.6 + * $Id: loader.c,v 1.10 2006-02-05 04:04:25 nkeynes Exp $
1.7 *
1.8 * File loading routines, mostly for loading demos without going through the
1.9 * whole procedure of making a CD image for them.
1.10 @@ -116,5 +116,6 @@
1.11 } else {
1.12 sh4_set_pc( BINARY_LOAD_ADDR );
1.13 }
1.14 + bios_install();
1.15 gtk_gui_update();
1.16 }
.