I have a number of Atari 7800 .bin files that I need to load through MAME's command line.
The a7800 has a number of cartridge types as described in the a7800.xml (a78_rom, a78_pokey, a78_sg.....)
I am using this command line which does not work with .bin but works alright with .a78 header files as expected: -
mame64 a7800 -cart test.bin
What switch do I need to add with the cartridge types to run a .bin files?
TIA
k1w1