![]() |
![]() |
![]() |
![]() |
![]() |
Half Life - Crowbar Power
Posted on 2009-05-24 00:00:00 |
Time for some PC game port action. The game is a very straightforward port of the original game without much modifications.
Right now, I can get some stuff to display. I'm kinda stuck there right now though. In that second screen, we can't see all the text : some letters seem to be missing. To get there I had to change a few things. First, I had to fix a problem with the IOP module loader. It wasn't taking the initial GP value in consideration. Also had to implement some functions from the "cdvdman" module and fix some bugs in the SIF handling on the IOP side. Also, the first output I had on the screen was all screwed up because of the lack of proper VU instruction scheduling. So, I had to add that in the VU emulation core, and now we've got what we have above. Now, I want to figure out why I can't see all the letters of that message. I need to know what they're telling me! |