I got the file but this is what happens now:
Code: Select all
\Utils\Vasm\vasmNEO.bat NEO_HelloWorld.asm X:\Sources\HelloWorld nopause
Process started >>>
vasm 1.8e (c) in 2002-2018 Volker Barthelmann
vasm M68k/CPU32/ColdFire cpu backend 2.3c (c) 2002-2018 Frank Wille
vasm motorola syntax module 3.12 (c) 2002-2018 Frank Wille
vasm binary output module 1.8a (c) 2002-2009,2013,2015,2017 Volker Barthelmann
CODE(acrx2): 986 bytes
Furrtek's file padder
Padding 202-p1.p1 to 524288 bytes with 25.
Done.
1 file(s) copied.
SourceXML:\RelNEO\hash\neogeo.xml.template
DestXML :\RelNEO\hash\neogeo.xml
RomPath :\RelNEO\roms\ChibiAkumasGame
Processing:202-p1.p1
Processing:202-s1.s1
Processing:Font.FIX
Processing:FontYQUEST.FIX
Processing:RawNEO.FIX
Processing:RawNEOSmile.FIX
Processing:Yquest.FIX
Processing:202-m1.m1
Processing:202-c1.c1
Processing:202-c2.c2
Processing:Sprites.c1
Processing:Sprites.c2
Processing:Yquest.c1
Processing:Yquest.c2
sm1.sm1 WRONG CHECKSUMS:
EXPECTED: CRC(94416d67) SHA1(42f9d7ddd6c0931fd64226a60dc73602b2819dcf)
FOUND: CRC(97cf998b) SHA1(977387a7c76ef9b21d0b01fa69830e949a9a9626)
sm1.sm1 WRONG CHECKSUMS:
EXPECTED: CRC(94416d67) SHA1(42f9d7ddd6c0931fd64226a60dc73602b2819dcf)
FOUND: CRC(97cf998b) SHA1(977387a7c76ef9b21d0b01fa69830e949a9a9626)
000-lo.lo WRONG LENGTH (expected: 00020000 found: 00010000)
000-lo.lo WRONG CHECKSUMS:
EXPECTED: CRC(5a86cff2) SHA1(5992277debadeb64d1c1c64b0a92d9293eaf7e4a)
FOUND: CRC(e09e253c) SHA1(2b1c719531dac9bb503f22644e6e4236b91e7cfc)
sfix.sfix NOT FOUND (tried in neogeo neogeo)
Fatal error: Required files are missing, the machine cannot be run.
<<< Process finished. (Exit code 2)
================ READY ================
Is there any reason that sm1.sm1 gets read twice? I have no idea what these files are for unfortunately.
EDIT: After renaming "sfix.sfx" in the bios to "sfix.sfix" I get this:
Code: Select all
vasm 1.8e (c) in 2002-2018 Volker Barthelmann
vasm M68k/CPU32/ColdFire cpu backend 2.3c (c) 2002-2018 Frank Wille
vasm motorola syntax module 3.12 (c) 2002-2018 Frank Wille
vasm binary output module 1.8a (c) 2002-2009,2013,2015,2017 Volker Barthelmann
CODE(acrx2): 986 bytes
Furrtek's file padder
Padding 202-p1.p1 to 524288 bytes with 25.
Done.
1 file(s) copied.
SourceXML:\RelNEO\hash\neogeo.xml.template
DestXML :\RelNEO\hash\neogeo.xml
RomPath :\RelNEO\roms\ChibiAkumasGame
Processing:202-p1.p1
Processing:202-s1.s1
Processing:Font.FIX
Processing:FontYQUEST.FIX
Processing:RawNEO.FIX
Processing:RawNEOSmile.FIX
Processing:Yquest.FIX
Processing:202-m1.m1
Processing:202-c1.c1
Processing:202-c2.c2
Processing:Sprites.c1
Processing:Sprites.c2
Processing:Yquest.c1
Processing:Yquest.c2
sm1.sm1 WRONG CHECKSUMS:
EXPECTED: CRC(94416d67) SHA1(42f9d7ddd6c0931fd64226a60dc73602b2819dcf)
FOUND: CRC(97cf998b) SHA1(977387a7c76ef9b21d0b01fa69830e949a9a9626)
sm1.sm1 WRONG CHECKSUMS:
EXPECTED: CRC(94416d67) SHA1(42f9d7ddd6c0931fd64226a60dc73602b2819dcf)
FOUND: CRC(97cf998b) SHA1(977387a7c76ef9b21d0b01fa69830e949a9a9626)
000-lo.lo WRONG LENGTH (expected: 00020000 found: 00010000)
000-lo.lo WRONG CHECKSUMS:
EXPECTED: CRC(5a86cff2) SHA1(5992277debadeb64d1c1c64b0a92d9293eaf7e4a)
FOUND: CRC(e09e253c) SHA1(2b1c719531dac9bb503f22644e6e4236b91e7cfc)
sfix.sfix WRONG CHECKSUMS:
EXPECTED: CRC(c2ea0cfd) SHA1(fd4a618cdcdbf849374f0a50dd8efe9dbab706c3)
FOUND: CRC(354029fc) SHA1(4ae4bf23b4c2acff875775d4cbff5583893ce2a1)
WARNING: the machine might not run correctly.
WARNING: the machine m
At the very least, it actually boots this time, which is was definitely NOT expecting.

- neogeo.PNG (9.69 KiB) Viewed 11018 times