diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-05-24 05:46:35 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-05-24 05:46:35 +0000 |
| commit | 350b20806ff5e4e75b4042629a972365d90ab09c (patch) | |
| tree | 9379fc1fc9ff3fde7fc9aafb0dc8997c7e11be65 /libpcsxcore/psxbios.c | |
| parent | c6f76d5ab32543a37fcfde0a289d85976011733b (diff) | |
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@48649 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'libpcsxcore/psxbios.c')
| -rw-r--r-- | libpcsxcore/psxbios.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libpcsxcore/psxbios.c b/libpcsxcore/psxbios.c index e10a39ac..d1c533be 100644 --- a/libpcsxcore/psxbios.c +++ b/libpcsxcore/psxbios.c @@ -20,6 +20,9 @@ /* * Internal simulated HLE BIOS. */ +
+// TODO: Get rid of the use of standard C functions, implement all system calls,
+// count the exact CPU cycle.
#include "psxbios.h" #include "psxhw.h" |
