Skip to content

martinx72/SAROO_Firmware

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

SAROO Firmware

Base: tpunix, xvortex on github
Enhance: martinx72, psplandy on github
Kaito Gaming Group on Facebook:
   https://www.facebook.com/groups/kaitogaming
Note:
   This program is freeware, if you paid for it you have been scammed.
   Kaito team does not make any Saroo hardware and sell it!

"Buy Me A Coffee"    ko-fi

    

SAROO Firmware files

Please make sure your cartridge came with FPGA:05 and MCU:231125 or later. If not, please contact your sourcer to make sure it has been updated.

And, you can alwasy get the latest updated firmware here: https://github.com/martinx72/SAROO_Firmware/

A SD Card basic layout should be as follow:

[SD card root folder]
  + [SAROO]
      + ssfirm.bin
      + saroocfg.txt
      + mcuapp.bin
  + [BIN]
  + [ISO]
  + [update]

Regards game image files:

Game ISO or CUE+BIN files must be place inside ISO sub folder, and you must make one folder for one singal game as follow.

[SD card root folder]
  + [SAROO]
  + [ISO]
      + [Game0]
          + game0.iso
      + [Game1] 
          + game1.cue
          + game1.bin
      + [Game2] 
          + game2.iso
      + [Game3] 
          + game3.cue
          + game3.img

SAROO Config file major settings

# SAROO config file
#
# Available configurations:
#
#   lang_id=x
#	       0: Simplified Chinese - 简体中文 
#	       1: English 
#	       2: Portuguese (Brazil) - Português do Brasil
#	       3: Japanese - 日本語 
#	       4: French - Français
#	       5: Russian - Русский
#	       6: Traditional Chinese - 繁體中文 
#	       7: Germany - Deutsch
#	       8: Spainsh - Español
#	       9: Italian - Italiano
#	      10: Polish - Polski
#	      11: Swedish  - Svenska
#	      12: Greek - ελληνικά
#	      13: Romanian - Română
#
#   debug=xxxxxxxx
#     setting special flags for debuging
#   auto_update:
#     MCU if it is existed on sd card
#   play_delay=xxxx
#     Delay time before CD launch, unit: us, in decimal
#   pend_delay=xxxx
#     Delay time before CD playing command acutally ends, unit: us, in decimal
#   sector_delay=xxxx
#     Delay time after each sector of CD reading, unit: us, in decimal
#   exmem_1M
#     enable 1M RAM cart built-in feature
#   exmem_4M
#     enable 4M RAM cart built-in feature
#   M_xxxxxxxx=xxxxxxxx
#     Modify RAM content in 32bit format
#   M_xxxxxxxx=xxxx
#     Modify RAM content in 16bit format
#   M_xxxxxxxx=xx
#     Modify RAM content in 8bit format
#   multi_disc="xxxx"
#     for multiple discs image files, 
#       how to name the file properly? just check the discussion in this URL below:
#       https://github.com/tpunix/SAROO/issues/71#issuecomment-2002320092
#   category="xxxx"
#     Custom game categories (up to 12 subfolders)
#   sort_mode=x
#     0 = no sort
#     1 = sort ASC
#     2 = sort DESC
#   idx_in_list=x
#     0 = don't display any index in the game list
#     1 = add index number before the game title in the game list
#

[global]
lang_id = 1
sort_mode = 1
idx_in_list = 0
exmem_4M

# Final Fight Revenge
[T-1248G   V1.004]
sector_delay = 2000


# PUZZLE BOBBLE 3
[T-1109G   V1.002]
sector_delay = 4000

About

Enhanced firmware for SAROO cartridge for SEGA SATURN

Resources

Stars

Watchers

Forks