Search found 98 matches

by Bart
Tue May 21, 2024 8:28 pm
Forum: The Fitting Room
Topic: Unable to compile Supermodel in Ubuntu
Replies: 6
Views: 63

Re: Unable to compile Supermodel in Ubuntu

ToBul wrote: Tue May 21, 2024 7:55 pm @Jack_Tenrec

You're using Supermodel v0.2a which is a million years old.
git clone the current repo.
https://github.com/trzy/Supermodel
Good catch. I didn't notice that!
by Bart
Tue May 21, 2024 5:53 pm
Forum: The Fitting Room
Topic: Unable to compile Supermodel in Ubuntu
Replies: 6
Views: 63

Re: Unable to compile Supermodel in Ubuntu

In Ubuntu you should be able to install SDL2 like so:

Code: Select all

sudo apt-get install libsdl2-dev
You should be able to get gcc like so:

Code: Select all

sudo apt install gcc
But make sure to check online first.
by Bart
Tue May 21, 2024 5:47 pm
Forum: The Fitting Room
Topic: Unable to compile Supermodel in Ubuntu
Replies: 6
Views: 63

Re: Unable to compile Supermodel in Ubuntu

I've never seen a Linux machine without gcc. But basically, you need to figure out how to install a recent version of gcc and SDL2. There should be a package manager (e.g., "apt get" or "pacman" or whatever your flavor of Linux uses). Weird that you have make but not gcc.
by Bart
Mon May 20, 2024 7:38 pm
Forum: The Fitting Room
Topic: Unable to compile Supermodel in Ubuntu
Replies: 6
Views: 63

Re: Unable to compile Supermodel in Ubuntu

Don't do it in that folder. Do it one level up.
by Bart
Mon May 06, 2024 6:21 pm
Forum: The Catwalk
Topic: Scud Race OLD VERSION
Replies: 8
Views: 22116

Re: Scud Race OLD VERSION

Interesting that this has the 2D tile graphics palette bug observed in (IIRC) the Japanese ROM.
by Bart
Tue Apr 23, 2024 4:54 am
Forum: The Fitting Room
Topic: Resolution error in terminal: "Missing arguement in parameter list"
Replies: 1
Views: 18497

Re: Resolution error in terminal: "Missing arguement in parameter list"

Can you show us a screenshot of what you did?
by Bart
Sun Apr 07, 2024 8:13 am
Forum: The Fitting Room
Topic: screenshot location on linux/pi5...
Replies: 3
Views: 11023

Re: screenshot location on linux/pi5...

What’s pushd? Can Supermodel live in a subdirectory of your home directory?
by Bart
Sun Apr 07, 2024 2:04 am
Forum: The Fitting Room
Topic: screenshot location on linux/pi5...
Replies: 3
Views: 11023

Re: screenshot location on linux/pi5...

It's supposed to go in a Screenshots subdirectory either in ~/.supermodel/ or wherever Supermodel is. And if this does not exist, it should create it. But I don't know how your directory structure is set up or permissioned. See here for the code. Logic seems a bit convoluted but someone submitted th...
by Bart
Fri Mar 29, 2024 6:35 pm
Forum: The Catwalk
Topic: Crosshairs
Replies: 2
Views: 3443

Re: Crosshairs

Yes. There is a "Crosshairs" setting that takes an integer value from 0 to 3. For a definitive list of settings you can tweak in the config file (i.e., pretty much everything), look at the DefaultConfig() function in Main.cpp.
by Bart
Fri Mar 29, 2024 6:32 pm
Forum: The Catwalk
Topic: PowerPC clock speed now automatically set to board values
Replies: 20
Views: 15158

Re: PowerPC clock speed now automatically set to board values

Gjay wrote: Fri Mar 29, 2024 12:25 pm So is it certain now that Step 1.5 runs at 100 MHz?
Not 100% certain and I'd love confirmation. I don't have a Step 1.5 board. It would be good to know the values of the crystals on all board revisions.