Jump to content
IGNORED

TI-99/4a GameBase


.mad.
 Share

Recommended Posts

1 hour ago, mizapf said:

Where did you get the exe files from? This looks like a non-optimized build (e.g. for debugging). Or maybe this is because this is a 32bit binary, but I'm going to try it on my native Windows installation now...

 

 

I built it myself from the source, as no Texas only 32bit version was available.

it's propper 32bit and runs on XP/ Win7.

 

The 220 version built without any errors and runs ok for me.

you know (mentioned in MAME thread) the errors i had building 250 for 32bit.

 

Can you build me a latest 32bit version?

Link to comment
Share on other sites

I need to have a look where to set the flag for a 32 bit build; I'm not even sure that I can easily build for 32 bit on a 64 bit platform. And I disposed of all 32 bit computers in my house over the years, except for the Raspberries.

 

Does it still make sense to build for 32 bit for Windows? The point is that those 32 bit-only platforms (pre-Core2, year 2006) may be so slow that MAME will not run satisfactorily on them.

 

 

  • Like 1
Link to comment
Share on other sites

1 hour ago, oddemann said:

Is it possible to add a score system to add behind the title. So that over time I have a list of games in descending order of "greatness"?

Yes.

1) use the review rating (1-100) under game info. (CTRL+F1)

2) use the classic rating (1-5) under personal info. (CTRL+F3)

3) add the games you like to favourites which will be shown in BOLD in the list.

 

rating.PNG.001dd85a03ab4cdb2fb412415cfa1deb.PNGgameinfo.thumb.PNG.3a08458de29ead2ef20525d42f56c408.PNG

  • Like 1
Link to comment
Share on other sites

1 hour ago, mizapf said:

I need to have a look where to set the flag for a 32 bit build; I'm not even sure that I can easily build for 32 bit on a 64 bit platform. And I disposed of all 32 bit computers in my house over the years, except for the Raspberries.

 

Does it still make sense to build for 32 bit for Windows? The point is that those 32 bit-only platforms (pre-Core2, year 2006) may be so slow that MAME will not run satisfactorily on them.

 

 

it can be done from the mysys64bit version, but not without downloading mingw32 packs afterwards.

https://repo.msys2.org/mingw/mingw32/

 

open mysys

type...

    pacman -S git make wget tar mingw-w64-i686-gcc
    pacman -S git make wget tar mingw-w64-i686-python

...will download all the 32bit packages here
C:\mysys\msys64\mingw32\bin\

 

cd /c/mamesrc

export MINGW32=/mingw32 MINGW64=

make clean

make -j3 OPTIMIZE=2 NOWERROR=1 REGENIE=1 PTR64=0 SUBTARGET=texas SOURCES=src/mame/ti/ti99_4x.cpp,src/mame/ti/ti99_4p.cpp,src/mame/ti/geneve.cpp ARCHOPTS="-msse2 -mfpmath=sse"

 

and yes, i have a 32bit machine so need a 32bit version.

never going to install win10 again. it caused many problems for me, with older software not working.

And i can't afford a new Win11 machine.

  • Like 1
Link to comment
Share on other sites

5 hours ago, .mad. said:

Yes.

1) use the review rating (1-100) under game info. (CTRL+F1)

2) use the classic rating (1-5) under personal info. (CTRL+F3)

3) add the games you like to favourites which will be shown in BOLD in the list.

 

rating.PNG.001dd85a03ab4cdb2fb412415cfa1deb.PNGgameinfo.thumb.PNG.3a08458de29ead2ef20525d42f56c408.PNG

Good!

But... Can I have another column to sort the games... like in "greatness"? That I can sort and see? Or same column, but option to sort from fav, great to not so great?

Link to comment
Share on other sites

4 hours ago, Schmitzi said:

ah OK, so maybe I have to tell him where my Classic99 installation resides ?

But does Gamebase do any changes in my Classic99.ini file ?

This would be... aaah not so god 😀

 

 

YES, it edits the classic99.INI settings before running any game.

that's how it works.

 

the gamebase comes with it's own classic99 emulator, so it will not mess with an install elsewhere. ;)

 

where did you install it?

 

The default configured (working) setup structure is this...

C:\GameBase\Gamebase.exe

C:\GameBase\TI99-4A\TI99-4A.mdb

C:\GameBase\TI99-4A\Emulators\classic99\classic99.exe | classic99.ini

 

ALL setup problems can be easily fixed by editing the GAMEBASE files, in your favorite text prog.

 

C:\GameBase\TI99-4A\emulators.ini

 

[Emulators]
1=MAME
2=Classic99
3=

[Classic99]
UseShortFilenames=0
UseDefaultTypes=0
SupportedTypes=dsk;bin;txt
EmulatorPathFile=C:\GameBase\TI99-4A\Emulators\Classic99\classic99.exe
ScriptFile=Classic99.txt
WaitFinish=1
1=C:\GameBase\TI99-4A\Emulators\Classic99\classic99.ini
2=

[MAME]
UseShortFilenames=0
UseDefaultTypes=0
SupportedTypes=dsk;rpk
EmulatorPathFile=C:\GameBase\TI99-4A\Emulators\MAME\texas250.exe
ScriptFile=MAME.txt
WaitFinish=0
1=

 

C:\GameBase\TI99-4A\paths.ini

 

[Games]
1=C:\GameBase\TI99-4A\Games
2=
[Pictures]
1=C:\GameBase\TI99-4A\Screenshots
2=
[Extras]
1=C:\GameBase\TI99-4A\Extras
2=C:\GameBase\TI99-4A\Games
3=

 

If you install gamebase to another drive (*this MUST be the root of the drive.)

you also need to edit the classic99.txt in the scripts folder.

line 378 in the FIAD section.

Set_INI_Value(1||Disk1||Path||C:\GBGAME\0)

Set_INI_Value(1||Disk1||Path||%gbgamepath%\0)

 

 

Edited by .mad.
  • Thanks 1
Link to comment
Share on other sites

10 hours ago, oddemann said:

But... Can I have another column to sort the games... like in "greatness"? That I can sort and see? Or same column, but option to sort from fav, great to not so great?

don't worry!

Gamebase is great. :D

press CTRL+H and add the review rating to the Extra column.

and it will then show in the main game list.

 

extra column -rating.PNG

  • Like 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...