More license stuff

This commit is contained in:
marcan 2009-04-13 23:00:22 +02:00 committed by bushing
parent 52de4a6655
commit eb3f81595d
3 changed files with 3 additions and 2 deletions

View File

@ -5,6 +5,7 @@
Copyright (C) 2008, 2009 Haxx Enterprises <bushing@gmail.com>
Copyright (C) 2008, 2009 Sven Peter <svenpeter@gmail.com>
Copyright (C) 2008, 2009 Hector Martin "marcan" <marcan@marcansoft.com>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by

2
ipc.c
View File

@ -94,7 +94,7 @@ static inline void poke_inhead(u16 num)
static inline u16 peek_intail(void)
{
return read32(HW_IPC_PPCMSG) & 0xFFF;
return read32(HW_IPC_PPCMSG) & 0xFFFF;
}
static inline u16 peek_outhead(void)

View File

@ -1,7 +1,7 @@
/*
mini - a Free Software replacement for the Nintendo/BroadOn IOS.
exception handling
IRQ support
Copyright (C) 2008, 2009 Hector Martin "marcan" <marcan@marcansoft.com>