View Single Post
Old 14 May 2010, 10:02   #8
xaind
Registered User
 
Join Date: Apr 2006
Location: Sydney / Australia
Posts: 113
There seems to be a problem with using the internal "HRTMon" freezer rom.

I can see that the rom is #included in the code, but it doesn't seem to be possible to actually use it because there's nowhere that adds the rom to the romlist so that the hrtmon_load function can find it.

I tried adding the following code at the top of hrtmon_load:

Code:
static int run_once = 0;
if (!run_once) {
	run_once = 1;
	romlist_add(":HRTMon", getromdatabyid(63));
}
I'm fairly sure this isn't the right place to be doing this, but I don't know where else to put it right now.

After that I can get into HRTMon with F12+f, but it doesn't work properly. The cursor flashes quickly and anytime I press a key it appears too many times. For example if I try to type COP I get:

Quote:
ccccoooopppp
xaind is offline  
 
Page generated in 0.05318 seconds with 12 queries