New Free/Homebrew NeoGeo rom here - NeoPong

This forum is for discussion pertaining to homebrew and indie software for the Dreamcast, such as homebrew games, emulators/interpreters, and other homebrew software/applications. Porting requests and developmental ideas are not to be made here; you can make those here. If you need any help burning discs for homebrew software, this is the place to ask as well.
Post Reply
-Johnick-
Insane DCEmu
Insane DCEmu
Posts: 189
https://www.artistsworkshop.eu/meble-kuchenne-na-wymiar-warszawa-gdzie-zamowic/
Joined: Wed Oct 17, 2001 7:44 pm
Location: on yo Moma
Has thanked: 0
Been thanked: 0

New Free/Homebrew NeoGeo rom here - NeoPong

Post by -Johnick- »

its Free,its Legal,get it here

http://www.neodev.de.vu/

its better then diggerman but then again what isnt.oh well,another one for the collection ;).

btw it only runs on Nebula and NeorageX for now but you can also run it in a custom build of mame meaning we could see it on the DC some day :D.

this is the Mame driver for Neo Pong.
-------------------------------------------

Add to src/drivers/neogeo.c file:

ROM_START( neopong )
ROM_REGION( 0x100000, REGION_CPU1, 0 )
ROM_LOAD16_WORD_SWAP( "neopong_p1.rom", 0x000000, 0x020000, 0x31b724d7 )

NEO_SFIX_128K( "neopong_s1.rom", 0xcd19264f )

NEO_BIOS_SOUND_128K( "neopong_m1.rom", 0x9c0291ea )

ROM_REGION( 0x100000, REGION_SOUND1, ROMREGION_SOUNDONLY )
ROM_LOAD( "neopong_v1.rom", 0x000000, 0x080000, 0xdebeb8fb )

NO_DELTAT_REGION

ROM_REGION( 0x200000, REGION_GFX3, 0 )
ROM_LOAD16_BYTE( "neopong_c1.rom", 0x000000, 0x100000, 0xd7587282 ) /* Plane 0,1 */
ROM_LOAD16_BYTE( "neopong_c2.rom", 0x000001, 0x100000, 0xfefc9d06 ) /* Plane 2,3 */
ROM_END


GAME( 2001, neopong, neogeo, neogeo, neogeo, neogeo, ROT0, "SNK", "Neo-Pong!" )

add to src/driver.c file under SNK:

DRIVER( neopong ) /* 0261 (c) 2001 SNK */
------------------------------------------------------

Enjoy ;)
Hawq1
Insane DCEmu
Insane DCEmu
Posts: 280
Joined: Wed Oct 17, 2001 7:44 pm
Location: UK
Has thanked: 0
Been thanked: 0

Post by Hawq1 »

This should really be in Non DC Emulation Discussion, it has already been mentioned in there in my non DC emu & homebrew topic as well. Someone please re-house this in Non DC Emulation Discussion as I'm not a mod in here.
Duty is weightier than a mountain while death is as light as a feather.

For those who get really bored, try to figure out where the line above comes from. Put answers in here http://www.dcemulation.com/phpBB/viewtopic.php?t=6188
Post Reply