Game added as NOT_WORKING

Big Buck Hunter - Original (v1.00.14) (coolmod)
This commit is contained in:
Ted Green 2018-03-09 14:27:23 -07:00
parent 6aa62b71d9
commit f4129ab4a2
2 changed files with 24 additions and 0 deletions

View File

@ -134,6 +134,7 @@ public:
void gtfore06(machine_config &config);
void gtfore04(machine_config &config);
void iteagle(machine_config &config);
void bbh(machine_config &config);
void bbhsc(machine_config &config);
void bbhcotw(machine_config &config);
void virtpool(machine_config &config);
@ -252,6 +253,15 @@ MACHINE_CONFIG_START(iteagle_state::carnking)
MCFG_ITEAGLE_EEPROM_INIT(0x0a01, 0x9)
MACHINE_CONFIG_END
MACHINE_CONFIG_START(iteagle_state::bbh)
iteagle(config);
MCFG_DEVICE_MODIFY(PCI_ID_FPGA)
// 0xXX01XXXX = tournament board
MCFG_ITEAGLE_FPGA_INIT(0x02010600, 0x0b0a0a)
MCFG_DEVICE_MODIFY(PCI_ID_EEPROM)
MCFG_ITEAGLE_EEPROM_INIT(0x0000, 0x7)
MACHINE_CONFIG_END
MACHINE_CONFIG_START(iteagle_state::bbhsc)
iteagle(config);
MCFG_DEVICE_MODIFY(PCI_ID_FPGA)
@ -625,6 +635,16 @@ ROM_START( gtfore06 )
DISK_IMAGE( "golf_fore_complete_v6.00.01", 0, SHA1(e902b91bd739daee0b95b10e5cf33700dd63a76b) ) /* Build 09:51:13, Jan 20 2006 */
ROM_END
ROM_START( bbh )
EAGLE_BIOS
ROM_REGION( 0x0880, "atmel", 0 ) /* Atmel 90S2313 AVR internal CPU code */
ROM_LOAD( "bb15-us.u53", 0x0000, 0x0880, NO_DUMP )
DISK_REGION( PCI_ID_IDE":ide:0:hdd:image" )
DISK_IMAGE("bbh_v1.00.14", 0, SHA1(dd56f758c3e421005e06ac24c21d12f0f29b0f44)) /* Build 10:59:51, Feb 25 2003 */
ROM_END
ROM_START( bbhsc )
EAGLE_BIOS
@ -705,6 +725,7 @@ GAME( 2004, gtfore05a, gtfore05, gtfore05, iteagle, iteagle_state, 0, ROT0, "I
GAME( 2004, gtfore05b, gtfore05, gtfore05, iteagle, iteagle_state, 0, ROT0, "Incredible Technologies", "Golden Tee Fore! 2005 Extra (v5.01.00)", MACHINE_SUPPORTS_SAVE )
GAME( 2004, gtfore05c, gtfore05, gtfore05, iteagle, iteagle_state, 0, ROT0, "Incredible Technologies", "Golden Tee Fore! 2005 Extra (v5.00.00)", MACHINE_SUPPORTS_SAVE )
GAME( 2005, gtfore06, iteagle, gtfore06, iteagle, iteagle_state, 0, ROT0, "Incredible Technologies", "Golden Tee Fore! 2006 Complete (v6.00.01)", MACHINE_SUPPORTS_SAVE )
GAME( 2003, bbh, iteagle, bbhsc, bbh, iteagle_state, 0, ROT0, "Incredible Technologies", "Big Buck Hunter - Original (v1.00.14)", MACHINE_NOT_WORKING | MACHINE_SUPPORTS_SAVE )
GAME( 2002, bbhsc, iteagle, bbhsc, bbh, iteagle_state, 0, ROT0, "Incredible Technologies", "Big Buck Hunter - Shooter's Challenge (v1.60.01)", MACHINE_SUPPORTS_SAVE )
GAME( 2002, bbhsca, bbhsc, bbhsc, bbh, iteagle_state, 0, ROT0, "Incredible Technologies", "Big Buck Hunter - Shooter's Challenge (v1.50.07)", MACHINE_SUPPORTS_SAVE )
GAME( 2004, bbh2sp, iteagle, bbh2sp, bbh2, iteagle_state, 0, ROT0, "Incredible Technologies", "Big Buck Hunter II - Sportsman's Paradise (v2.02.11)", MACHINE_SUPPORTS_SAVE )

View File

@ -15479,9 +15479,12 @@ istreb //
@source:iteagle.cpp
bbh2sp //
bbh2spa //
bbh2spb //
bbhcotw //
bbhsc //
bbhsca //
bbh //
carnking //
gtfore01 //
gtfore02 //