MAMEWorld >> News
Previous thread Previous  View all threads Index   Next thread Next   Threaded Mode Threaded  

Pages: 1

RobbbertModerator
Sir
Reged: 08/21/04
Posts: 3204
Loc: A long way from you
Send PM


HBMAME 0.148u1r21209
#304634 - 02/20/13 11:05 AM


http://messui.the-chronicles.org/hbmame/index.html

What's new in HBMAME
====================

2013-02-20 r21209
-----------------


New Games
---------
- Neo 3D
- Neo Castlevania Demo
- Bubble Bobble: Lost Cave (v1.0)
- Bubble Bobble: Lost Cave (v1.1)
- Pac Manic Miner Man



The extra keys for Pac Manic Miner Man:
G to jump
R to toggle the music on/off
F to toggle the sound effects on/off


There was a mistake in the source creation script and an essential file was missing. This hopefully should be fixed now.



Ramirez
MAME Fan
Reged: 07/06/10
Posts: 248
Loc: Brasil
Send PM


Re: HBMAME 0.148u1r21209 new [Re: Robbbert]
#304635 - 02/20/13 01:05 PM


Cool, thanks.



abelenki
Super Drunk
Reged: 10/20/03
Posts: 962
Loc: Perm, Russia
Send PM


Re: HBMAME 0.148u1r21209 [edit] new [Re: Robbbert]
#304636 - 02/20/13 02:50 PM


> - Bubble Bobble: Lost Cave (v1.0)
> - Bubble Bobble: Lost Cave (v1.1)

thanks for the new release!! it's great that both versions of Lost Cave were added, even the very first one, which had bugs.

p.s.: i tested HBMAME with latest Emu Loader and it works great.

Edited by abelenki (02/21/13 04:30 AM)



MAME Stuff | MAME favorites | Bubble Bobble Series chart / wiki | PC configuration



CiroConsentino
Frontend freak!
Reged: 09/21/03
Posts: 6211
Loc: Alien from Terra Prime... and Brazil
Send PM


Re: HBMAME 0.148u1r21209 new [Re: Robbbert]
#304638 - 02/20/13 03:18 PM


Interesting MAME derivative.



Emu Loader
Ciro Alfredo Consentino
home: http://emuloader.mameworld.info
e-mail: [email protected]



B2K24
MAME @ 15 kHz Sony Trinitron CRT user
Reged: 10/25/10
Posts: 2663
Send PM


Re: HBMAME 0.148u1r21209 new [Re: Robbbert]
#304641 - 02/20/13 08:09 PM


Thank You for your work and update



Jan Tleskac
Lurker
Reged: 11/16/03
Posts: 39
Send PM


Re: HBMAME 0.148u1r21209 new [Re: Robbbert]
#304644 - 02/20/13 08:32 PM


Code for dodonpachi arrange and ketsui arrange

cave.c

ROM_START( ddonpacharr )
ROM_REGION( 0x100000, "maincpu", 0 ) /* 68000 Code */
ROM_LOAD16_BYTE( "u27.bin", 0x000000, 0x080000, CRC(44b899ae) SHA1(798ec437d861b94fcd90c99a7015dd420887c788) )
ROM_LOAD16_BYTE( "u26.bin", 0x000001, 0x080000, CRC(727a09a8) SHA1(91876386855f19e8a3d8d1df71dfe9b3d98e9ea9) )

ROM_REGION( 0x800000 * 2, "sprites", 0 ) /* Sprites: * 2 */
ROM_LOAD( "u50.bin", 0x000000, 0x200000, CRC(14b260ec) SHA1(33bda210302428d5500115d0c7a839cdfcb67d17) )
ROM_LOAD( "u51.bin", 0x200000, 0x200000, CRC(0f3e5148) SHA1(3016f4d075940feae691389606cd2aa7ac53849e) )
ROM_LOAD( "u52.bin", 0x400000, 0x200000, CRC(02492ee0) SHA1(64d9cc64a4ad189a8b03cf6a749ddb732b4a0014) )
ROM_LOAD( "u53.bin", 0x600000, 0x200000, CRC(cb4c10f0) SHA1(a622e8bd0c938b5d38b392b247400b744d8be288) )

ROM_REGION( 0x200000, "layer0", 0 ) /* Layer 0 */
ROM_LOAD( "u60.bin", 0x000000, 0x200000, CRC(903096a7) SHA1(a243e903fef7c4a7b71383263e82e42acd869261) )

ROM_REGION( 0x200000, "layer1", 0 ) /* Layer 1 */
ROM_LOAD( "u61.bin", 0x000000, 0x200000, CRC(d89b7631) SHA1(a66bb4955ca58fab8973ca37a0f971e9a67ce017) )

ROM_REGION( 0x200000, "layer2", 0 ) /* Layer 2 */
ROM_LOAD( "u62.bin", 0x000000, 0x200000, CRC(42e4c6c5) SHA1(4d282f7592f5fc5e11839c57f39cae20b8422aa1) )

ROM_REGION( 0x400000, "ymz", 0 ) /* Samples */
ROM_LOAD( "u6.bin", 0x000000, 0x200000, CRC(9dfdafaf) SHA1(f5cb450cdc78a20c3a74c6dac05c9ac3cba08327) )
ROM_LOAD( "u7.bin", 0x200000, 0x200000, CRC(795b17d5) SHA1(cbfc29f1df9600c82e0fdae00edd00da5b73e14c) )

ROM_REGION16_BE( 0x80, "eeprom", 0 )
ROM_LOAD16_WORD( "eeprom-ddonpach.bin", 0x0000, 0x0080, CRC(2df16438) SHA1(4881b70589a97e2420feb6d6e6737273beeff303) )
ROM_END

GAME( 2012, ddonpacharr,ddonpach, ddonpach, cave, cave_state, ddonpach, ROT270, "trap15 (hack)", "DoDonPachi Arrange (v1.1 2012/02/12 ARRANGE..)", GAME_SUPPORTS_SAVE )

pgm.c
ROM_START( ketarr )
ROM_REGION( 0x600000, "maincpu", 0 ) /* 68000 Code */
/* doesn't use a separate BIOS rom */
ROM_LOAD16_WORD_SWAP( "ketsui_v100.u38", 0x000000, 0x200000, CRC(d4c7a8ab) SHA1(65d104d17bd4fd03a2b44297a003ba03d746c7ee) )

ROM_REGION( 0x4000, "prot", 0 ) /* ARM protection ASIC - internal rom */
ROM_LOAD( "ket_igs027a.bin", 0x000000, 0x04000, NO_DUMP )

ROM_REGION( 0xc00000, "tiles", 0 ) /* 8x8 Text Tiles + 32x32 BG Tiles */
ROM_LOAD( "pgm_t01s.rom", 0x000000, 0x200000, CRC(1a7123a0) SHA1(cc567f577bfbf45427b54d6695b11b74f2578af3) ) // same as standard PGM text bios - surface scratched to remove details
ROM_LOAD( "t04701w064.u19", 0x180000, 0x800000, CRC(2665b041) SHA1(fb1107778b66f2af0de77ac82e1ee2902f53a959) ) //text-1

ROM_REGION( 0x1000000, "sprcol", 0 ) /* Sprite Colour Data */
ROM_LOAD( "a04701w064.u7", 0x0000000, 0x0800000, CRC(5ef1b94b) SHA1(f10dfa46e0a4d297c3a856aea5b49d648f98935c) ) //image-1
ROM_LOAD( "a04702w064.u8", 0x0800000, 0x0800000, CRC(26d6da7f) SHA1(f20e07a7994f41b5ed917f8b0119dc5542f3541c) ) //image-2

ROM_REGION( 0x0800000, "sprmask", 0 ) /* Sprite Masks + Colour Indexes */
ROM_LOAD( "b04701w064.u1", 0x0000000, 0x0800000, CRC(1bec008d) SHA1(07d117dc2eebb35727fb18a7c563acbaf25a8d36) ) //bitmap-1

ROM_REGION( 0x800000, "ics", ROMREGION_ERASE00 ) /* Samples - (8 bit mono 11025Hz) - */
/* there is a position for the PGM audio bios rom, but it's unpopulated, and the M of PGM has been scratched off the PCB */
ROM_LOAD( "m04701b032.u17", 0x400000, 0x400000, CRC(b46e22d1) SHA1(670853dc485942fb96380568494bdf3235f446ee) ) //music-1

ROM_REGION( 0x20000, "sram", 0 ) /* default settings */
ROM_LOAD( "ket_defaults.nv", 0x0000000, 0x020000, CRC(3ca892d8) SHA1(67430df5217e453ae8140c5653deeadfad8fa684) )
ROM_END

ROM_START( ketarrb )
ROM_REGION( 0x600000, "maincpu", 0 ) /* 68000 Code */
/* doesn't use a separate BIOS rom */
ROM_LOAD16_WORD_SWAP( "ketsui_v100.u38", 0x000000, 0x200000, CRC(ec7a4f92) SHA1(6351fb386586956fbdb5f0730c481fb539cc267a) )

ROM_REGION( 0x4000, "prot", 0 ) /* ARM protection ASIC - internal rom */
ROM_LOAD( "ket_igs027a.bin", 0x000000, 0x04000, NO_DUMP )

ROM_REGION( 0xc00000, "tiles", 0 ) /* 8x8 Text Tiles + 32x32 BG Tiles */
ROM_LOAD( "pgm_t01s.rom", 0x000000, 0x200000, CRC(1a7123a0) SHA1(cc567f577bfbf45427b54d6695b11b74f2578af3) ) // same as standard PGM text bios - surface scratched to remove details
ROM_LOAD( "t04701w064.u19", 0x180000, 0x800000, CRC(2665b041) SHA1(fb1107778b66f2af0de77ac82e1ee2902f53a959) ) //text-1

ROM_REGION( 0x1000000, "sprcol", 0 ) /* Sprite Colour Data */
ROM_LOAD( "a04701w064.u7", 0x0000000, 0x0800000, CRC(5ef1b94b) SHA1(f10dfa46e0a4d297c3a856aea5b49d648f98935c) ) //image-1
ROM_LOAD( "a04702w064.u8", 0x0800000, 0x0800000, CRC(26d6da7f) SHA1(f20e07a7994f41b5ed917f8b0119dc5542f3541c) ) //image-2

ROM_REGION( 0x0800000, "sprmask", 0 ) /* Sprite Masks + Colour Indexes */
ROM_LOAD( "b04701w064.u1", 0x0000000, 0x0800000, CRC(1bec008d) SHA1(07d117dc2eebb35727fb18a7c563acbaf25a8d36) ) //bitmap-1

ROM_REGION( 0x800000, "ics", ROMREGION_ERASE00 ) /* Samples - (8 bit mono 11025Hz) - */
/* there is a position for the PGM audio bios rom, but it's unpopulated, and the M of PGM has been scratched off the PCB */
ROM_LOAD( "m04701b032.u17", 0x400000, 0x400000, CRC(b46e22d1) SHA1(670853dc485942fb96380568494bdf3235f446ee) ) //music-1

ROM_REGION( 0x20000, "sram", 0 ) /* default settings */
ROM_LOAD( "ket_defaults.nv", 0x0000000, 0x020000, CRC(3ca892d8) SHA1(67430df5217e453ae8140c5653deeadfad8fa684) )
ROM_END

ROM_START( ketarrf )
ROM_REGION( 0x600000, "maincpu", 0 ) /* 68000 Code */
/* doesn't use a separate BIOS rom */
ROM_LOAD16_WORD_SWAP( "ketsui_v100.u38", 0x000000, 0x200000, CRC(6ad17aa4) SHA1(791bd1a107433a3811c8a79ea26a73e66ddd296f) )

ROM_REGION( 0x4000, "prot", 0 ) /* ARM protection ASIC - internal rom */
ROM_LOAD( "ket_igs027a.bin", 0x000000, 0x04000, NO_DUMP )

ROM_REGION( 0xc00000, "tiles", 0 ) /* 8x8 Text Tiles + 32x32 BG Tiles */
ROM_LOAD( "pgm_t01s.rom", 0x000000, 0x200000, CRC(1a7123a0) SHA1(cc567f577bfbf45427b54d6695b11b74f2578af3) ) // same as standard PGM text bios - surface scratched to remove details
ROM_LOAD( "t04701w064.u19", 0x180000, 0x800000, CRC(2665b041) SHA1(fb1107778b66f2af0de77ac82e1ee2902f53a959) ) //text-1

ROM_REGION( 0x1000000, "sprcol", 0 ) /* Sprite Colour Data */
ROM_LOAD( "a04701w064.u7", 0x0000000, 0x0800000, CRC(5ef1b94b) SHA1(f10dfa46e0a4d297c3a856aea5b49d648f98935c) ) //image-1
ROM_LOAD( "a04702w064.u8", 0x0800000, 0x0800000, CRC(26d6da7f) SHA1(f20e07a7994f41b5ed917f8b0119dc5542f3541c) ) //image-2

ROM_REGION( 0x0800000, "sprmask", 0 ) /* Sprite Masks + Colour Indexes */
ROM_LOAD( "b04701w064.u1", 0x0000000, 0x0800000, CRC(1bec008d) SHA1(07d117dc2eebb35727fb18a7c563acbaf25a8d36) ) //bitmap-1

ROM_REGION( 0x800000, "ics", ROMREGION_ERASE00 ) /* Samples - (8 bit mono 11025Hz) - */
/* there is a position for the PGM audio bios rom, but it's unpopulated, and the M of PGM has been scratched off the PCB */
ROM_LOAD( "m04701b032.u17", 0x400000, 0x400000, CRC(b46e22d1) SHA1(670853dc485942fb96380568494bdf3235f446ee) ) //music-1

ROM_REGION( 0x20000, "sram", 0 ) /* default settings */
ROM_LOAD( "ket_defaults.nv", 0x0000000, 0x020000, CRC(3ca892d8) SHA1(67430df5217e453ae8140c5653deeadfad8fa684) )
ROM_END

ROM_START( ketarr15 )
ROM_REGION( 0x600000, "maincpu", 0 ) /* 68000 Code */
/* doesn't use a separate BIOS rom */
ROM_LOAD16_WORD_SWAP( "ketsui_v100.u38", 0x000000, 0x200000, CRC(552a7d95) SHA1(4f3fb13f34d58a7482e1d26623d38aa0b54ca8dd) )

ROM_REGION( 0x4000, "prot", 0 ) /* ARM protection ASIC - internal rom */
ROM_LOAD( "ket_igs027a.bin", 0x000000, 0x04000, NO_DUMP )

ROM_REGION( 0xc00000, "tiles", 0 ) /* 8x8 Text Tiles + 32x32 BG Tiles */
ROM_LOAD( "pgm_t01s.rom", 0x000000, 0x200000, CRC(1a7123a0) SHA1(cc567f577bfbf45427b54d6695b11b74f2578af3) ) // same as standard PGM text bios - surface scratched to remove details
ROM_LOAD( "t04701w064.u19", 0x180000, 0x800000, CRC(2665b041) SHA1(fb1107778b66f2af0de77ac82e1ee2902f53a959) ) //text-1

ROM_REGION( 0x1000000, "sprcol", 0 ) /* Sprite Colour Data */
ROM_LOAD( "a04701w064.u7", 0x0000000, 0x0800000, CRC(5ef1b94b) SHA1(f10dfa46e0a4d297c3a856aea5b49d648f98935c) ) //image-1
ROM_LOAD( "a04702w064.u8", 0x0800000, 0x0800000, CRC(26d6da7f) SHA1(f20e07a7994f41b5ed917f8b0119dc5542f3541c) ) //image-2

ROM_REGION( 0x0800000, "sprmask", 0 ) /* Sprite Masks + Colour Indexes */
ROM_LOAD( "b04701w064.u1", 0x0000000, 0x0800000, CRC(1bec008d) SHA1(07d117dc2eebb35727fb18a7c563acbaf25a8d36) ) //bitmap-1

ROM_REGION( 0x800000, "ics", ROMREGION_ERASE00 ) /* Samples - (8 bit mono 11025Hz) - */
/* there is a position for the PGM audio bios rom, but it's unpopulated, and the M of PGM has been scratched off the PCB */
ROM_LOAD( "m04701b032.u17", 0x400000, 0x400000, CRC(b46e22d1) SHA1(670853dc485942fb96380568494bdf3235f446ee) ) //music-1

ROM_REGION( 0x20000, "sram", 0 ) /* default settings */
ROM_LOAD( "ket_defaults.nv", 0x0000000, 0x020000, CRC(3ca892d8) SHA1(67430df5217e453ae8140c5653deeadfad8fa684) )
ROM_END

ROM_START( ketarrs15 )
ROM_REGION( 0x600000, "maincpu", 0 ) /* 68000 Code */
/* doesn't use a separate BIOS rom */
ROM_LOAD16_WORD_SWAP( "ketsui_v100.u38", 0x000000, 0x200000, CRC(a95e71e0) SHA1(182c12e3581ebb20176d8abca41ee62aadcd63e0) )

ROM_REGION( 0x4000, "prot", 0 ) /* ARM protection ASIC - internal rom */
ROM_LOAD( "ket_igs027a.bin", 0x000000, 0x04000, NO_DUMP )

ROM_REGION( 0xc00000, "tiles", 0 ) /* 8x8 Text Tiles + 32x32 BG Tiles */
ROM_LOAD( "pgm_t01s.rom", 0x000000, 0x200000, CRC(1a7123a0) SHA1(cc567f577bfbf45427b54d6695b11b74f2578af3) ) // same as standard PGM text bios - surface scratched to remove details
ROM_LOAD( "t04701w064.u19", 0x180000, 0x800000, CRC(2665b041) SHA1(fb1107778b66f2af0de77ac82e1ee2902f53a959) ) //text-1

ROM_REGION( 0x1000000, "sprcol", 0 ) /* Sprite Colour Data */
ROM_LOAD( "a04701w064.u7", 0x0000000, 0x0800000, CRC(5ef1b94b) SHA1(f10dfa46e0a4d297c3a856aea5b49d648f98935c) ) //image-1
ROM_LOAD( "a04702w064.u8", 0x0800000, 0x0800000, CRC(26d6da7f) SHA1(f20e07a7994f41b5ed917f8b0119dc5542f3541c) ) //image-2

ROM_REGION( 0x0800000, "sprmask", 0 ) /* Sprite Masks + Colour Indexes */
ROM_LOAD( "b04701w064.u1", 0x0000000, 0x0800000, CRC(1bec008d) SHA1(07d117dc2eebb35727fb18a7c563acbaf25a8d36) ) //bitmap-1

ROM_REGION( 0x800000, "ics", ROMREGION_ERASE00 ) /* Samples - (8 bit mono 11025Hz) - */
/* there is a position for the PGM audio bios rom, but it's unpopulated, and the M of PGM has been scratched off the PCB */
ROM_LOAD( "m04701b032.u17", 0x400000, 0x400000, CRC(b46e22d1) SHA1(670853dc485942fb96380568494bdf3235f446ee) ) //music-1

ROM_REGION( 0x20000, "sram", 0 ) /* default settings */
ROM_LOAD( "ket_defaults.nv", 0x0000000, 0x020000, CRC(3ca892d8) SHA1(67430df5217e453ae8140c5653deeadfad8fa684) )
ROM_END

ROM_START( ketarr151 )
ROM_REGION( 0x600000, "maincpu", 0 ) /* 68000 Code */
/* doesn't use a separate BIOS rom */
ROM_LOAD16_WORD_SWAP( "ketsui_v100.u38", 0x000000, 0x200000, CRC(2b7c030d) SHA1(9aaba1242d7ce29915a31d40341da82985927f9d) )

ROM_REGION( 0x4000, "prot", 0 ) /* ARM protection ASIC - internal rom */
ROM_LOAD( "ket_igs027a.bin", 0x000000, 0x04000, NO_DUMP )

ROM_REGION( 0xc00000, "tiles", 0 ) /* 8x8 Text Tiles + 32x32 BG Tiles */
ROM_LOAD( "pgm_t01s.rom", 0x000000, 0x200000, CRC(1a7123a0) SHA1(cc567f577bfbf45427b54d6695b11b74f2578af3) ) // same as standard PGM text bios - surface scratched to remove details
ROM_LOAD( "t04701w064.u19", 0x180000, 0x800000, CRC(2665b041) SHA1(fb1107778b66f2af0de77ac82e1ee2902f53a959) ) //text-1

ROM_REGION( 0x1000000, "sprcol", 0 ) /* Sprite Colour Data */
ROM_LOAD( "a04701w064.u7", 0x0000000, 0x0800000, CRC(5ef1b94b) SHA1(f10dfa46e0a4d297c3a856aea5b49d648f98935c) ) //image-1
ROM_LOAD( "a04702w064.u8", 0x0800000, 0x0800000, CRC(26d6da7f) SHA1(f20e07a7994f41b5ed917f8b0119dc5542f3541c) ) //image-2

ROM_REGION( 0x0800000, "sprmask", 0 ) /* Sprite Masks + Colour Indexes */
ROM_LOAD( "b04701w064.u1", 0x0000000, 0x0800000, CRC(1bec008d) SHA1(07d117dc2eebb35727fb18a7c563acbaf25a8d36) ) //bitmap-1

ROM_REGION( 0x800000, "ics", ROMREGION_ERASE00 ) /* Samples - (8 bit mono 11025Hz) - */
/* there is a position for the PGM audio bios rom, but it's unpopulated, and the M of PGM has been scratched off the PCB */
ROM_LOAD( "m04701b032.u17", 0x400000, 0x400000, CRC(b46e22d1) SHA1(670853dc485942fb96380568494bdf3235f446ee) ) //music-1

ROM_REGION( 0x20000, "sram", 0 ) /* default settings */
ROM_LOAD( "ket_defaults.nv", 0x0000000, 0x020000, CRC(3ca892d8) SHA1(67430df5217e453ae8140c5653deeadfad8fa684) )
ROM_END

ROM_START( ketarrs151 )
ROM_REGION( 0x600000, "maincpu", 0 ) /* 68000 Code */
/* doesn't use a separate BIOS rom */
ROM_LOAD16_WORD_SWAP( "ketsui_v100.u38", 0x000000, 0x200000, CRC(35c984e4) SHA1(d4517f318de0c40a3b30e41374f33bb355581434) )

ROM_REGION( 0x4000, "prot", 0 ) /* ARM protection ASIC - internal rom */
ROM_LOAD( "ket_igs027a.bin", 0x000000, 0x04000, NO_DUMP )

ROM_REGION( 0xc00000, "tiles", 0 ) /* 8x8 Text Tiles + 32x32 BG Tiles */
ROM_LOAD( "pgm_t01s.rom", 0x000000, 0x200000, CRC(1a7123a0) SHA1(cc567f577bfbf45427b54d6695b11b74f2578af3) ) // same as standard PGM text bios - surface scratched to remove details
ROM_LOAD( "t04701w064.u19", 0x180000, 0x800000, CRC(2665b041) SHA1(fb1107778b66f2af0de77ac82e1ee2902f53a959) ) //text-1

ROM_REGION( 0x1000000, "sprcol", 0 ) /* Sprite Colour Data */
ROM_LOAD( "a04701w064.u7", 0x0000000, 0x0800000, CRC(5ef1b94b) SHA1(f10dfa46e0a4d297c3a856aea5b49d648f98935c) ) //image-1
ROM_LOAD( "a04702w064.u8", 0x0800000, 0x0800000, CRC(26d6da7f) SHA1(f20e07a7994f41b5ed917f8b0119dc5542f3541c) ) //image-2

ROM_REGION( 0x0800000, "sprmask", 0 ) /* Sprite Masks + Colour Indexes */
ROM_LOAD( "b04701w064.u1", 0x0000000, 0x0800000, CRC(1bec008d) SHA1(07d117dc2eebb35727fb18a7c563acbaf25a8d36) ) //bitmap-1

ROM_REGION( 0x800000, "ics", ROMREGION_ERASE00 ) /* Samples - (8 bit mono 11025Hz) - */
/* there is a position for the PGM audio bios rom, but it's unpopulated, and the M of PGM has been scratched off the PCB */
ROM_LOAD( "m04701b032.u17", 0x400000, 0x400000, CRC(b46e22d1) SHA1(670853dc485942fb96380568494bdf3235f446ee) ) //music-1

ROM_REGION( 0x20000, "sram", 0 ) /* default settings */
ROM_LOAD( "ket_defaults.nv", 0x0000000, 0x020000, CRC(3ca892d8) SHA1(67430df5217e453ae8140c5653deeadfad8fa684) )
ROM_END


GAME( 2002, ketarr, ket, pgm_arm_type1_cave, pgm, pgm_arm_type1_state, ket, ROT270, "trap15", "Ketsui: Kizuna Jigoku Tachi (2012/04/17 ARRANGE VER (v1.0))", GAME_IMPERFECT_SOUND | GAME_SUPPORTS_SAVE )
GAME( 2002, ketarrb, ket, pgm_arm_type1_cave, pgm, pgm_arm_type1_state, ket, ROT270, "trap15", "Ketsui: Kizuna Jigoku Tachi (2012/04/17 BACK. VER)", GAME_IMPERFECT_SOUND | GAME_SUPPORTS_SAVE )
GAME( 2002, ketarrf, ket, pgm_arm_type1_cave, pgm, pgm_arm_type1_state, ket, ROT270, "trap15", "Ketsui: Kizuna Jigoku Tachi (2012/04/17 FAST. VER)", GAME_IMPERFECT_SOUND | GAME_SUPPORTS_SAVE )
GAME( 2002, ketarr15, ket, pgm_arm_type1_cave, pgm, pgm_arm_type1_state, ket, ROT270, "trap15", "Ketsui: Kizuna Jigoku Tachi (2012/06/26 ARRANGE 1.5 VER)", GAME_IMPERFECT_SOUND | GAME_SUPPORTS_SAVE )
GAME( 2002, ketarrs15, ket, pgm_arm_type1_cave, pgm, pgm_arm_type1_state, ket, ROT270, "trap15", "Ketsui: Kizuna Jigoku Tachi (2012/06/27 MR.STOIC 1.5 VER)", GAME_IMPERFECT_SOUND | GAME_SUPPORTS_SAVE )
GAME( 2002, ketarr151, ket, pgm_arm_type1_cave, pgm, pgm_arm_type1_state, ket, ROT270, "trap15", "Ketsui: Kizuna Jigoku Tachi (2012/06/26 ARRANGE 1.51 VER)", GAME_IMPERFECT_SOUND | GAME_SUPPORTS_SAVE )
GAME( 2002, ketarrs151, ket, pgm_arm_type1_cave, pgm, pgm_arm_type1_state, ket, ROT270, "trap15", "Ketsui: Kizuna Jigoku Tachi (2012/06/27 MR.STOIC 1.51 VER)", GAME_IMPERFECT_SOUND | GAME_SUPPORTS_SAVE )

Edited by Jan Tleskac (02/20/13 08:35 PM)



bisboch
Reged: 08/28/06
Posts: 14
Loc: Italy
Send PM


Re: HBMAME 0.148u1r21209 new [Re: Robbbert]
#304751 - 02/22/13 12:04 PM



> - Bubble Bobble: Lost Cave (v1.0)
> - Bubble Bobble: Lost Cave (v1.1)

Ah! Once more the BB:LC team is flattered. Thank you very much! We'll add also the HBMAME link to the download page.
It's good to see the love for the hack spread - right now, several persons in the UK have created Lost Cave ROM replacements for the original BB PCB (check the www.jammaplus.co.uk forums). Great!

Bisboch



A Bubble Bobble AC full level hack (and more!) by Bisboch and Aladar: The Lost Cave! Released December 11th, 2012.



RobbbertModerator
Sir
Reged: 08/21/04
Posts: 3204
Loc: A long way from you
Send PM


Re: HBMAME 0.148u1r21209 new [Re: bisboch]
#304753 - 02/22/13 12:44 PM


> > - Bubble Bobble: Lost Cave (v1.0)
> > - Bubble Bobble: Lost Cave (v1.1)
>
> Ah! Once more the BB:LC team is flattered. Thank you very much! We'll add also the
> HBMAME link to the download page.
> It's good to see the love for the hack spread - right now, several persons in the UK
> have created Lost Cave ROM replacements for the original BB PCB (check the
> www.jammaplus.co.uk forums). Great!
>
> Bisboch

Thank you for your kind words, and the effort you've put in to make this great game.

HBMAME is here to support all homebrew on arcade hardware.



RobbbertModerator
Sir
Reged: 08/21/04
Posts: 3204
Loc: A long way from you
Send PM


Re: HBMAME 0.148u1r21209 new [Re: Jan Tleskac]
#304756 - 02/22/13 02:36 PM


> Code for dodonpachi arrange and ketsui arrange
>

Thanks for the code, it will be added as soon as I locate the roms.



abelenki
Super Drunk
Reged: 10/20/03
Posts: 962
Loc: Perm, Russia
Send PM


deuces up ;) [nt] new [Re: bisboch]
#304769 - 02/22/13 07:29 PM


> > - Bubble Bobble: Lost Cave (v1.0)
> > - Bubble Bobble: Lost Cave (v1.1)
>
> Ah! Once more the BB:LC team is flattered. Thank you very much! We'll add also the
> HBMAME link to the download page.
> It's good to see the love for the hack spread - right now, several persons in the UK
> have created Lost Cave ROM replacements for the original BB PCB (check the
> www.jammaplus.co.uk forums). Great!
>
> Bisboch



MAME Stuff | MAME favorites | Bubble Bobble Series chart / wiki | PC configuration



DukeJP
MAME Fan
Reged: 12/24/09
Posts: 42
Send PM


what about this? new [Re: abelenki]
#304885 - 02/25/13 05:27 PM


http://www.youtube.com/watch?feature=player_embedded&v=1p8j8dtVvdY


I cant give you a rom link, sorry. Search for "Cadillacs and Dinosaurs Z (Boss hack)"



abelenki
Super Drunk
Reged: 10/20/03
Posts: 962
Loc: Perm, Russia
Send PM


Re: what about this? new [Re: DukeJP]
#304886 - 02/25/13 05:44 PM


> I cant give you a rom link, sorry. Search for "Cadillacs and Dinosaurs Z (Boss hack)"

i hope, it can be added to the next HBMAME release.



MAME Stuff | MAME favorites | Bubble Bobble Series chart / wiki | PC configuration



Ramirez
MAME Fan
Reged: 07/06/10
Posts: 248
Loc: Brasil
Send PM


Re: HBMAME 0.148u1r21209 new [Re: Robbbert]
#304890 - 02/25/13 07:17 PM


First I'd like to thank for all your effort. It's very appreciated.

Then, I'd like to ask you:

- It was already mentioned before, but maybe you forgot about the outrun hack: http://reassembler.blogspot.com.br/2011/08/outrun-enhanced-edition.html (I know, this isn't a question... just a reminder)

- Is there any reason to keep MisfitMame or was everything added back to HbMame?

- If I understood it right, HLSL isn't functional, will it be added later?

Anyway, thanks again.



RobbbertModerator
Sir
Reged: 08/21/04
Posts: 3204
Loc: A long way from you
Send PM


Re: HBMAME 0.148u1r21209 new [Re: Ramirez]
#304895 - 02/25/13 08:49 PM


> First I'd like to thank for all your effort. It's very appreciated.
>
> Then, I'd like to ask you:
>
> - It was already mentioned before, but maybe you forgot about the outrun hack:
> http://reassembler.blogspot.com.br/2011/08/outrun-enhanced-edition.html (I know, this
> isn't a question... just a reminder)

It's in the next release already

>
> - Is there any reason to keep MisfitMame or was everything added back to HbMame?

Everything was added to HBMAME however some things don't work because of various core regressions/updates, so keep Misfitmame for those.

>
> - If I understood it right, HLSL isn't functional, will it be added later?
>

Nothings changed between HBMAME and current MAME SVN. It should be working. But HLSL has never worked on my machine so I cannot help at all with that.

> Anyway, thanks again.



RobbbertModerator
Sir
Reged: 08/21/04
Posts: 3204
Loc: A long way from you
Send PM


Re: what about this? new [Re: DukeJP]
#304896 - 02/25/13 09:00 PM


> http://www.youtube.com/watch?feature=player_embedded&v=1p8j8dtVvdY
>
>
> I cant give you a rom link, sorry. Search for "Cadillacs and Dinosaurs Z (Boss hack)"

Seems I have to sign up to get that. Sorry.



SmitdoggAdministrator
Reged: 09/18/03
Posts: 16877
Send PM


Re: what about this? new [Re: DukeJP]
#304899 - 02/25/13 09:44 PM


You can do whatever you want in private messages so if you want to grab stuff you want added to hbmame then upload it all to sendspace and then send Robbbert that link in a pm, that is a solution.



nuexzz
MAME Fan
Reged: 02/28/11
Posts: 14
Send PM


Re: what about this? new [Re: DukeJP]
#304911 - 02/26/13 03:24 AM


> http://www.youtube.com/watch?feature=player_embedded&v=1p8j8dtVvdY
>
>
> I cant give you a rom link, sorry. Search for "Cadillacs and Dinosaurs Z (Boss hack)"

I tried to fight the bosses but I can only repeat the real players

Edited by nuexzz (02/26/13 03:26 AM)



DukeJP
MAME Fan
Reged: 12/24/09
Posts: 42
Send PM


Re: what about this? new [Re: Smitdogg]
#304912 - 02/26/13 03:28 AM


> You can do whatever you want in private messages so if you want to grab stuff you
> want added to hbmame then upload it all to sendspace and then send Robbbert that link
> in a pm, that is a solution.


I already do that, thanks.


Hey, that Final Fight hack is really awesome.

Edited by DukeJP (02/26/13 03:32 AM)



RobbbertModerator
Sir
Reged: 08/21/04
Posts: 3204
Loc: A long way from you
Send PM


Re: what about this? new [Re: abelenki]
#304927 - 02/26/13 12:49 PM


> > I cant give you a rom link, sorry. Search for "Cadillacs and Dinosaurs Z (Boss
> hack)"
>
> i hope, it can be added to the next HBMAME release.

Done... but I couldn't figure out how to become a boss.



Dullaron
Diablo III - Dunard #1884
Reged: 07/22/05
Posts: 6125
Loc: Fort Worth, Tx
Send PM


HLSL is unstabled at this time. Some games will crash with it on. new [Re: Robbbert]
#304929 - 02/26/13 02:08 PM


Just letting people know about this. Bubble Bobble: Lost Cave is crashing here with it on. But not crashing on the stable MAME. Just turn it off for now.



W11 Home 64-bit + Nobara OS / AMD Radeon RX 5700 XT / AMD Ryzen 7 3700X 8-Core 3.59 GHz / RAM 64 GB



DukeJP
MAME Fan
Reged: 12/24/09
Posts: 42
Send PM


Re: what about this? new [Re: Robbbert]
#304933 - 02/26/13 03:15 PM


> > > I cant give you a rom link, sorry. Search for "Cadillacs and Dinosaurs Z (Boss
> > hack)"
> >
> > i hope, it can be added to the next HBMAME release.
>
> Done... but I couldn't figure out how to become a boss.


Push start in the selection screen or several times in the game.



RobbbertModerator
Sir
Reged: 08/21/04
Posts: 3204
Loc: A long way from you
Send PM


Re: what about this? new [Re: DukeJP]
#304963 - 02/27/13 01:43 AM


> > > > I cant give you a rom link, sorry. Search for "Cadillacs and Dinosaurs Z (Boss
> > > hack)"
> > >
> > > i hope, it can be added to the next HBMAME release.
> >
> > Done... but I couldn't figure out how to become a boss.
>
>
> Push start in the selection screen or several times in the game.

Thanks, I'll try that when I get back home.

EDIT: works fine.

Edited by Robbbert (02/27/13 10:54 AM)



RobbbertModerator
Sir
Reged: 08/21/04
Posts: 3204
Loc: A long way from you
Send PM


Re: HLSL is unstabled at this time. Some games will crash with it on. new [Re: Dullaron]
#304964 - 02/27/13 01:44 AM


> Just letting people know about this. Bubble Bobble: Lost Cave is crashing here with
> it on. But not crashing on the stable MAME. Just turn it off for now.

Works for me. Provide proof or it never happened.



B2K24
MAME @ 15 kHz Sony Trinitron CRT user
Reged: 10/25/10
Posts: 2663
Send PM


Re: HLSL is unstabled at this time. Some games will crash with it on. new [Re: Dullaron]
#304967 - 02/27/13 02:48 AM


> Just letting people know about this. Bubble Bobble: Lost Cave is crashing here with
> it on. But not crashing on the stable MAME. Just turn it off for now.

It really doesn't matter. HLSL doesn't even work when setting it to 1 so You might as well keep it at 0 for HBMAME



RobbbertModerator
Sir
Reged: 08/21/04
Posts: 3204
Loc: A long way from you
Send PM


Re: HBMAME 0.148u1r21209 new [Re: bisboch]
#304989 - 02/27/13 09:46 AM


> Thank you very much! We'll add also the
> HBMAME link to the download page.
>
> Bisboch

Well, that didn't happen.



Dullaron
Diablo III - Dunard #1884
Reged: 07/22/05
Posts: 6125
Loc: Fort Worth, Tx
Send PM


Re: HLSL is unstabled at this time. Some games will crash with it on. new [Re: B2K24]
#304990 - 02/27/13 10:06 AM


> > Just letting people know about this. Bubble Bobble: Lost Cave is crashing here with
> > it on. But not crashing on the stable MAME. Just turn it off for now.
>
> It really doesn't matter. HLSL doesn't even work when setting it to 1 so You might as
> well keep it at 0 for HBMAME

Most of the games do work with setting to 1. Crashes on 2 before. Now the setting now turn into 0? Who keep changing the source on this? I guest I'm going have to use 0 for safety then.



W11 Home 64-bit + Nobara OS / AMD Radeon RX 5700 XT / AMD Ryzen 7 3700X 8-Core 3.59 GHz / RAM 64 GB



B2K24
MAME @ 15 kHz Sony Trinitron CRT user
Reged: 10/25/10
Posts: 2663
Send PM


Re: HLSL is unstabled at this time. Some games will crash with it on. new [Re: Dullaron]
#304992 - 02/27/13 10:10 AM


> Most of the games do work with setting to 1. Crashes on 2 before. Now the setting now
> turn into 0? Who keep changing the source on this? I guest I'm going have to use 0
> for safety then.

I'm trying to say HLSL does not work/function with HBMAME
so why have it enabled at all?

Set it to 0 for HBMAME and be done with it.



Dullaron
Diablo III - Dunard #1884
Reged: 07/22/05
Posts: 6125
Loc: Fort Worth, Tx
Send PM


Re: HLSL is unstabled at this time. Some games will crash with it on. new [Re: B2K24]
#304993 - 02/27/13 10:31 AM


> > Most of the games do work with setting to 1. Crashes on 2 before. Now the setting
> now
> > turn into 0? Who keep changing the source on this? I guest I'm going have to use 0
> > for safety then.
>
> I'm trying to say HLSL does not work/function with HBMAME
> so why have it enabled at all?
>
> Set it to 0 for HBMAME and be done with it.

Oh got it. Understand now.



W11 Home 64-bit + Nobara OS / AMD Radeon RX 5700 XT / AMD Ryzen 7 3700X 8-Core 3.59 GHz / RAM 64 GB


Pages: 1

MAMEWorld >> News
Previous thread Previous  View all threads Index   Next thread Next   Threaded Mode Threaded  

Extra information Permissions
Moderator:  John IV, Robbbert, Tafoid 
1 registered and 131 anonymous users are browsing this forum.
You cannot start new topics
You cannot reply to topics
HTML is enabled
UBBCode is enabled
Thread views: 3132