[hatari-devel] K game

[ Thread Index | Date Index | More lists.tuxfamily.org/hatari-devel Archives ]


Hi,

I've downloaded K game from the pouet link.
Again, it doesn't work for me.

But, if I change newcpu.c like this (in m68k_run_2ce)

        /* Run DSP 56k code if necessary */
        if (bDspEnabled) {
            DSP_Run(Cycles_GetCounter(CYCLES_COUNTER_CPU) * 2);
        }

        if (r->spcflags) {
            if (do_specialties (0))
                return;
        }

It works well.

I had found this with the old CPU.
I still don't understand why, but it works.

Maybe this hack let run some other programs, I don't know.

I'll dig this next week (I'm not at home this week end).

Regards

Laurent




Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/