I have a problem with a MAME launch-ready roms building. After 'make' using compiler outputs .map file, object files and dev_p1.rom only.
Fichier joint : [img=
https://www.mirari.fr/8ZLv]
https://www.mirari.fr/i6QA[/img]
I asked HPMAN, how to add romwak commands in makefile. His answer was that:
HPMAN (./6):
Add you romwak commands/batch after $(OBJC) --gap-fill=$(PADBYTE) -R .data -O binary $< $@
You shouldn't need romwak anyway, mame can load the raw files with a driver properly set up.
But soon he posted in the topic:
HPMAN (./10):You need files for P/V/S/M/C data.
And I still don't understood, how to get this files without romwak.