Search
lxdream.org :: lxdream/src/bootstrap.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/bootstrap.c
changeset 10:c898b37506e0
prev1:eea311cfd33e
next25:fa2d21d57942
author nkeynes
date Mon Dec 12 13:11:11 2005 +0000 (18 years ago)
permissions -rw-r--r--
last change Add dreamcast_module module structure
file annotate diff log raw
1.1 --- a/src/bootstrap.c Sat Mar 13 00:03:32 2004 +0000
1.2 +++ b/src/bootstrap.c Mon Dec 12 13:11:11 2005 +0000
1.3 @@ -63,7 +63,7 @@
1.4 sprintf( buf, "%4.4s", head->crc );
1.5 crc = compute_crc16(head);
1.6 hcrc = strtol( buf, NULL, 16 );
1.7 - emit( crc == hcrc ? EMIT_INFO : EMIT_WARN, MODULE_ID,
1.8 + emit( NULL, crc == hcrc ? EMIT_INFO : EMIT_WARN, MODULE_ID,
1.9 " Header CRC: %04X (Computed %04X)", hcrc, crc );
1.10 INFO( " Boot File: %-16.16s", head->boot_file );
1.11 INFO( " Product ID: %-10.10s Product Ver: %-6.6s Date: %-8.8s",
.