Frontend Tech + >> HBMAME / ARCADE64 / MESSUI
Previous thread Previous  View all threads Index   Next thread Next   Flat Mode Flat  

VasiliyFamiliya
MAME Fan
Reged: 08/18/17
Posts: 92
Send PM
Re: First ever homebrew demo for Psikyo 1st Generation.
05/21/24 03:50 PM


For same reason MAMEworld file attachement service perceives an archives I try to send as an empty every time.

So for this time I use another way.
psihelwo.zip
source.zip

The program has undergone minor changes since the first post cause I'm going to start its expansion from a simple joy test adding. So here the new rom loading code.


Code:

ROM_START( psihelwo )
ROM_REGION( 0x100000, "maincpu", 0 ) /* Main CPU Code */
ROM_LOAD32_WORD_SWAP( "10.u40", 0x000000, 0x0240, CRC(D63D1FB3) SHA1(D62E2C59F6B508D7F238CE75CCC02C8A4593FF4D) ) // 1&0
ROM_LOAD32_WORD_SWAP( "9.u41", 0x000002, 0x0240, CRC(F363D414) SHA1(DC38BF7303BA06AC7B919709768ECFAD46ABFB94) ) // 3&2

ROM_REGION( 0x020000, "audiocpu", 0 ) /* Sound CPU Code */
ROM_LOAD( "3-u63.bin", 0x00000, 0x20000, CRC(42d40ae1) SHA1(530a5a3f78ac489b84a631ea6ce21010a4f4d31b) )

ROM_REGION( 0x001000, "mcu", 0 ) /* MCU */
ROM_LOAD( "4-u59.bin", 0x00000, 0x01000, NO_DUMP )

ROM_REGION( 0x800000, "gfx1", 0 ) /* Sprites */
ROM_LOAD16_WORD_SWAP( "u20.bin", 0x000000, 0x200000, CRC(28a27fee) SHA1(913f3bc4d0c6fb6b776a020c8099bf96f16fd06f) )
ROM_LOAD16_WORD_SWAP( "u22.bin", 0x200000, 0x200000, CRC(ca152a32) SHA1(63efee83cb5982c77ca473288b3d1a96b89e6388) )
ROM_LOAD16_WORD_SWAP( "u21.bin", 0x400000, 0x200000, CRC(c5d60ea9) SHA1(e5ce90788211c856172e5323b01b2c7ab3d3fe50) )
ROM_LOAD16_WORD_SWAP( "u23.bin", 0x600000, 0x200000, CRC(48710332) SHA1(db38b732a09b31ce55a96ec62987baae9b7a00c1) )

ROM_REGION( 0x200000, "gfx2", 0 ) /* Layer 0 + 1 */
ROM_LOAD16_WORD_SWAP( "u34.bin", 0x000000, 0x8000, CRC(CA8207BA) SHA1(09082487BDA28717B60971925DD6C1A6528156A9) )

ROM_REGION( 0x400000, "ymf", 0 ) /* Samples */
ROM_LOAD( "u61.bin", 0x000000, 0x200000, CRC(a839cf47) SHA1(e179eb505c80d5bb3ccd9e228f2cf428c62b72ee) ) // 8 bit signed pcm (16KHz)

ROM_REGION16_LE( 0x040000, "spritelut", 0 ) /* */
ROM_LOAD( "u1.bin", 0x000000, 0x040000, CRC(dee22654) SHA1(5df05b0029ff7b1f7f04b41da7823d2aa8034bd2) )
ROM_END



Edited by VasiliyFamiliya (05/21/24 03:53 PM)







Entire thread
Subject Posted by Posted on
* First ever homebrew demo for Psikyo 1st Generation. VasiliyFamiliya 05/21/24 07:31 AM
. * Re: First ever homebrew demo for Psikyo 1st Generation. RobbbertModerator  05/21/24 01:19 PM
. * Re: First ever homebrew demo for Psikyo 1st Generation. VasiliyFamiliya  05/21/24 03:50 PM
. * Re: First ever homebrew demo for Psikyo 1st Generation. VasiliyFamiliya  05/23/24 07:34 AM
. * Re: First ever homebrew demo for Psikyo 1st Generation. VasiliyFamiliya  05/21/24 07:37 AM

Extra information Permissions
Moderator:  Robbbert 
0 registered and 30 anonymous users are browsing this forum.
You cannot start new topics
You cannot reply to topics
HTML is enabled
UBBCode is enabled
Thread views: 127