Skip to content

Commit

Permalink
Added knightsch
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbbert committed Aug 20, 2024
1 parent 2bf2048 commit 881d512
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/release/docs/hbnew.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ New Games
---------------------------------
- [dilith] Dilithium Lift
- [dkongjr01] Donkey Kong Junior (bugfixed)
- [knightsch] Knight's Chance
- [kof94s40] Kof'94 (Team Edit Edition v1.4.0)
- [sf2ce59] Street Fighter II' (Golden Magic)
- [sfz3mix] Street Fighter Zero 3 (Turbo Mix 0.31) [zero800]
Expand Down
21 changes: 20 additions & 1 deletion src/hbmame/drivers/neogeohb.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ NUM GAME YEAR COMPANY TITLE
336 0094 Face Dragon's Heaven
338 FEDC 2004 Vektorlogic Super Bubble Pop
*9237 161in1 Multigame
340*0501 2013 Neobitz Knight's Chance (could be year2014)
340 0502 2014 Neobitz Knight's Chance
341 0400 2013 Le Cortex Crouching Pony Hidden Dragon demo
342 BB01 2019 Bitmap Bureau Xeno Crisis
360 5003 2003 PhenixSoft Crouching Tiger Hidden Dragon (hack of kof2001)
Expand Down Expand Up @@ -991,6 +991,24 @@ ROM_START( cakefght1 ) // v1.1
ROM_END


// 340: Knights Chance by Neobitz
ROM_START( knightsch )
ROM_REGION( 0x200000, "maincpu", ROMREGION_ERASEFF )
ROM_LOAD16_WORD_SWAP( "340.p1", 0x000000, 0x100000, CRC(d7ac5077) SHA1(bbb72cb8eba04b7a93c1e611c50cec8cbc52eb9a) )

NEO_SFIX_128K( "340.s1", CRC(d007e769) SHA1(c09936ace59a25c15ba9436f8514956538ed4c2d) )

NEO_BIOS_AUDIO_128K( "340.m1", CRC(aaf76ef5) SHA1(ebfa2d30539932133dc8c9fe0255890626e145ab) )

ROM_REGION( 0x800000, "ymsnd:adpcma", 0 )
ROM_LOAD( "340.v1", 0x000000, 0x800000, CRC(b8e55619) SHA1(d1e03486b9f33954e0b3f411414ff4cf764aa55f) )

ROM_REGION( 0x800000, "sprites", 0 )
ROM_LOAD16_BYTE( "340.c1", 0x000000, 0x400000, CRC(206ca233) SHA1(05490faba5b4003c1f073c94f9335e89ff14b464) )
ROM_LOAD16_BYTE( "340.c2", 0x000001, 0x400000, CRC(782437cb) SHA1(30bf0362663a42c1069f67ee65f49d19d2c695ec) )
ROM_END


// 341 : Crouching Pony Hidden Dragon demo by Le Cortex
// If the game doesn't work, read the FAQ.
ROM_START( cphd )
Expand Down Expand Up @@ -3421,6 +3439,7 @@ GAME( 2022, horekidb3, neogeo, neogeo_noslot, neogeo, neogeo_state, init
GAME( 2021, hypernoid, neogeo, neogeo_noslot, neogeo, neogeo_state, init_neogeo, ROT0, "M.Priewe", "Hypernoid, 2021-11-28)", MACHINE_SUPPORTS_SAVE )
GAME( 2018, igla, neogeo, neogeo_noslot, neogeo, neogeo_state, init_neogeo, ROT0, "Vasily Familiya", "Operation I.G.L.A. demo", MACHINE_IS_INCOMPLETE | MACHINE_SUPPORTS_SAVE )
GAME( 2013, iocero, neogeo, neogeo_noslot, neogeo, neogeo_state, init_neogeo, ROT0, "iocerom", "Primo Demo", MACHINE_SUPPORTS_SAVE )
GAME( 2014, knightsch, neogeo, neogeo_noslot, neogeo, neogeo_state, init_neogeo, ROT0, "Neobitz", "Knight's Chance", MACHINE_SUPPORTS_SAVE )
GAME( 2018, lernit, neogeo, neogeo_noslot, neogeo, neogeo_state, init_neogeo, ROT0, "Vasily Familiya", "Team Lernit", MACHINE_IS_INCOMPLETE | MACHINE_SUPPORTS_SAVE )
GAME( 2020, lhbb, lasthope, neogeo_noslot, neogeo, neogeo_state, init_neogeo, ROT0, "Elrayzeur", "Last Hope (Blue Bullets)", MACHINE_SUPPORTS_SAVE )
GAME( 2007, lhcdb, lasthope, neogeo_noslot, neogeo, neogeo_state, init_neogeo, ROT0, "NG:Dev.Team", "Last Hope CD Beta", MACHINE_IMPERFECT_GRAPHICS | MACHINE_SUPPORTS_SAVE )
Expand Down
1 change: 1 addition & 0 deletions src/hbmame/hbmame.lst
Original file line number Diff line number Diff line change
Expand Up @@ -6129,6 +6129,7 @@ hypernoid
//igla
iocero // BEY
knacki // KnackiBalls by Furrtek
knightsch
lernit
lhbb
lhcdb /* 2007 (c) Last Hope CD beta */
Expand Down

0 comments on commit 881d512

Please sign in to comment.