|
Rockbox mail archiveSubject: Re: Improving simulatorRe: Improving simulator
From: Dave Chapman <dave_at_dchapman.com>
Date: Thu, 10 May 2007 11:42:29 +0100
Christian Gmeiner wrote:
I don't see how that will happen - won't it just mean replacing "#ifdef
Looking at the current code, there seem to be a lot of #ifdef SIMULATOR
#if defined(CPU_COLDFIRE) && !defined(SIMULATOR)
can just be changed to:
#ifdef CPU_COLDFIRE
- the CONFIG_CPU macro in the config files aren't defined for the simulator.
Another problem is simply hardware features of targets which are not
I'm not convinced that a radical change in architecture is needed - the
Dave.
Page was last modified "Jan 10 2012" The Rockbox Crew |