Oh yeah I forgot, thanks. Here's a reupload since the link seems dead at the moment.
https://drive.google.com/file/d/1sjSRCdzWanHU-zoQJnZLSxi_c0mQnCre/view?usp=sharing
Looks even better on the MS9-29. Removed the 75ohm termination going to the amp inputs, they're not needed. One thing that I found is for some reason one of the buttons will make the joystick direction stick in that position if held together sometimes. Put that input on the start button and that...
Got around to testing it out today. I used a THS7375 for the amp, as this will be going into an astro city with an ms9-29 soon. Worked fine on this k7000 for now which was used to test. The sync monitor works good, and no picture is outputted when the sync is out of range when booting. One thing...
Have you tried cutting the dump in half and then doubling the first half back to 512mb? Maybe that's all it needs. 512Mb version has a24, where the 256mb only goes up to a23. I'm looking at the sources to see how it can be edited if this doesn't work...
Thank you for the patch zardam. I notice sometimes pulling up the debug bios screen with either 1p + 2p start or 1p start + ABC sometimes isn't working. Same with the hold B to get back to the menu. I'm on a MV-1C. Has anyone else tested this bios patch?
Finally got my 161 in 1 working. I somehow ended up with a vtxcartmain directory that had the cpld files from before the 3gb patch, but the newer compiler. Took me forever to figure out what my problem was, sheesh. Working good now. big thanks to Vortex and everyone involved in helping with this...
It was taking up too much of my life. Had to cut if loose. Would be too much work trying to rewrite the bank switching for me, and not knowing if that's all it would need.
@ekorz can you enlighten me on how this sub routine and dword are loading the 1MB sections into 68k 200000 ram?
Offset 58EEC
sub_58EEC:
move.w (word_2FFFF0).l,d0
andi.w #$FF,d0
rts
; End of function sub_58EEC
-=-=-=-
Offset 2FFFF0
ROM:002FFFF0 word_2FFFF0: dc.w $8000 ; DATA...
The 68k ram 200000-2fffff wasn't bank switching in mame, that's one of the reasons why it's crashing there. The program rom makes writes to 0x2FFFC0 that tell it what program bank to swap to. Mame was saying 'unmapped memory address' when it calls for these in the error log. I have no idea why...
Getting my cart compiled and noticed the ArcadeTV menu files are in darksoft format with a c m p s and vrom filenames. The original files are just a p s and a vrom not named like the darksoft filenames. Do we just edit the new menu filenames and the compiler will automatically use the extra c...
Anyone know what the difference is between samsh5fe and samsh5fep? The m1 rom is 512kb, but past 256kb is just the 2nd 128kb chunk mirrored 2 times.
Edit: doh, it says it right there in the archive link, fe is final edition and fep is final edition perfect. I'm only seeing the archive for...
Guess KOF2000 is next to fix for the 161. Most tiles looks good with the neoragex patch posted in the main 161 thread. The character names on the select screen are the main problem, they take too much tile space. The original font for this will have to go to make it fit. The left facing assist...