diff options
author | notaz | 2011-01-13 16:49:48 +0200 |
---|---|---|
committer | notaz | 2011-01-16 00:03:53 +0200 |
commit | 66ade3810a3c9077a8d779884d6ed42d036b129c (patch) | |
tree | 440a81230888cb35bcab4354cba083d5a3333fbe /libpcsxcore | |
parent | f70d384d2642a085d539e37022fb7f07168926d0 (diff) | |
download | pcsx_rearmed-66ade3810a3c9077a8d779884d6ed42d036b129c.tar.gz pcsx_rearmed-66ade3810a3c9077a8d779884d6ed42d036b129c.tar.bz2 pcsx_rearmed-66ade3810a3c9077a8d779884d6ed42d036b129c.zip |
bios: firstfile delivers an event on real bios, so do that
Diffstat (limited to 'libpcsxcore')
-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 aa49b23..f2f2540 100644 --- a/libpcsxcore/psxbios.c +++ b/libpcsxcore/psxbios.c @@ -1873,6 +1873,9 @@ void psxBios_firstfile() { // 42 bufile(2); } + // firstfile() calls _card_read() internally, so deliver it's event + DeliverEvent(0x11, 0x2); + pc0 = ra; } |