Xman. I've been using 'NKP11_config_open.bin' to boot into VGA mode and a VGA configured XBMC using code below:
CODE
%define OPEN_PATH '\Device\Harddisk0\Partition6\VGA\default.xbe'
;;; use this to enable all of NKP (disable to boot some other HACK)
%define OPEN_DASH_WITH_NKP
;;; use this to disable shadowC in open (alt) dash
;%define OPEN_DASH_shadowC_OFF
;;;---------------------------------------------------------------------------
%define VIDEO_FORCE_RGB
It works really well, but my question is, is there a way of either enabling or disabling the virtual eeprom in the 'config_runtime.inc'? The reason is, I have my real eeprom set to 480p and 720p and my virtual eeprom set to 480p only. When I boot with the tray closed, I also use 'eeprom_off.bin' and the xbox boots to XBMC in 720p with the real eeprom. When I i boot with the tray open, I remove 'eeprom_off.bin', and the xbox boots to a 480p VGA configured XBMC using the virtual eeprom. The reason I use different eeprom's is because when in VGA mode if 720p is enabled it causes some emulators and games to black screen because they detect and use the highest resolution set in the eeprom.
At the moment I'm just using ''eeprom_off.bin' to control things, but is there a way to either enable or disable the virtual eeprom using the tray, like you can with the video mode and shadow_c. It would make things easier for me.
Thanks in advance.