[Coco] Mame on debian wheezy

Joel Rees joel.rees at gmail.com
Mon Sep 24 19:08:27 EDT 2018


2018年9月25日(火) 2:44 tim lindner <tlindner at macmess.org>:

> On Mon, Sep 24, 2018 at 10:28 AM, Joel Rees <joel.rees at gmail.com> wrote:
> > That's what I'm trying now. Git clone in progress, looking to drag down a
> > full gigabyte of source. Heh.
>
> Pro tips:
>
> Create a file called "useroptions.mak" in the same directory as the
> "makefile". In it put:
>
> SOURCES = src/mame/drivers/coco12.cpp,src/mame/drivers/coco3.cpp
>
> This will speed up compiling by reducing the number of drivers
> included. From around 3000 to 7.
>

Information I wanted.

Also remember to add a -j number to one plus the number of CPUs in
> your machine when you make. So for a 4 core machine you would do:
>
> make -j5
>

Is that real cores or the fake cores Intel uses to claim double the real
count?

(I only have one real core on this box, unfortunately.)

Is it necessary/useful to put rom images or directories in the roms
directory? The roms/dir.txt file seems to indicate putting rom directories
there.

>


More information about the Coco mailing list