Programmatic CPU table

This commit is contained in:
RichardG867
2020-11-18 01:09:17 -03:00
parent e0ff781a34
commit dbd767437b
19 changed files with 1895 additions and 1428 deletions

View File

@@ -2138,7 +2138,7 @@ void codegen_timing_k6_block_start()
void codegen_timing_k6_start()
{
if (machines[machine].cpu[cpu_manufacturer].cpus[cpu].cpu_type == CPU_K6)
if (cpu_s->cpu_type == CPU_K6)
{
units = k6_units;
nr_units = NR_K6_UNITS;