Files
CDi_MiSTer/sim2/sim_top.sh
Andre Zeps 34f4371904 FMV: Added display offset registers
- Fixes the cut off picture with "The 7th Guest".
- Might not be accurate. More investigation needed.

Also removal of debugging code.
2025-09-29 12:46:40 +02:00

9 lines
409 B
Bash
Executable File

verilator --top-module emu \
--trace --trace-fst --trace-structs --cc --assert --exe --build \
--build-jobs 8 sim_top.cpp -I../rtl \
../rtl/*.sv ../CDi.sv ../rtl/*.v \
-I../rtl/mpeg -I../rtl/mpeg/fma ../rtl/mpeg/*.v ../rtl/mpeg/*.sv \
../rtl/mpeg/fma/*.sv ../rtl/mpeg/fmv/*.sv \
tg68kdotc_verilog_wrapper.v ur6805.v \
/usr/lib/x86_64-linux-gnu/libpng.so && ./obj_dir/Vemu $*