diff options
Diffstat (limited to 'libpcsxcore/psxbios.c')
| -rw-r--r-- | libpcsxcore/psxbios.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libpcsxcore/psxbios.c b/libpcsxcore/psxbios.c index ff436252..05ca610d 100644 --- a/libpcsxcore/psxbios.c +++ b/libpcsxcore/psxbios.c @@ -18,14 +18,12 @@ ***************************************************************************/ /* -* Internal emulated HLE BIOS. +* Internal simulated HLE BIOS. */ #include "psxbios.h" #include "psxhw.h" -//We try to emulate bios :) HELP US :P - char *biosA0n[256] = { // 0x00 "open", "lseek", "read", "write", |
