I'm trying to get Visual Studio Code to launch MAME with the RC2014 machine so I can use it to debug my code with DeZog.
I can launch MAME manually, and it will connect to VSC and I can step through the BIOS/BDOS.
But I need to be able to add my compiled .COM file to a disk image to be able to access it within the CP/M on MAME. But I'm having trouble with the whole command line options and disk formatting and such. Here's the mame line in my tasks.json
C:\\Users\\robbb\\Documents\\MAME\\mame.exe rc2014zedp -bus:6 fdc_smc -flop1 C:\\Users\\robbb\\Documents\\test\\Build\\test.img -ui_active -window -debugger gdbstub -debug -debugger_port 12000
Does anyone use this same setup and do you have a tasks.json that I can copy/modify?
Spencer, I saw your name in some of the RC2014 MAME machine code. I'm hoping you know exactly what I need to do.
Thanks,
Robb