1. I loaded up the ghostsu driver in mame with "mame -log -debug ghostsu"
2. Then dumped the code like this. Press tilde "save 23.bin,0,0x80000" for the 23, then "save 22.bin,0x80000,0x80000" for the 22 rom
3. Copy the 22.bin, 23.bin into daimakair.zip
4. In the cps1.c driver, change the daimakair driver to use the new 22.bin, 23.bin you've just created ( or u can simply rename them in the zip file )
5. Load the game up again using the Daimakaimura Resale driver with mame -log -debug daimakair
6. Again dump the code, "save 23.bin,0,0x80000" for the 23 rom, then "save 22.bin,0x80000,0x80000" for the 22 rom. This is to swap every 16bytes back, miss this step and your rom will not work.
7. Replace the new 23.bin,22.bin with the old 23.bin,22.bin in the daimakair.zip.