1: rem
2: rem *** QEMU-tef_em1d emulator execution ***
3: rem Usage: qemu-net.bat <rom.bin> <sd.img>
4: rem
5: rem -dipsw dbgsw=on : Start T-Monitor only
6: rem -dipsw dbgsw=off : Start T-Kernel
7: rem
8: rem -nographic : No LCD window
9: rem
10: rem -tp xmin=944,xmax=64,ymin=912,ymax=80,xchg=on : Touch Panel
11: rem
12: C:\qemu\bin\qemu-tef_em1d.exe ^
13: -cpu arm1176jzf-s ^
14: -kernel %1 ^
15: -sd %2 ^
16: -serial tcp:127.0.0.1:10000,server ^
17: -rtc base=localtime ^
18: -dipsw dbgsw=on ^
19: -nographic ^
20: -net nic,macaddr=52:54:00:12:34:56 ^
21: -net tap,ifname=MY-TAP