• 2024-03-13 097b74d849

    Dniel97 released this 2024-03-13 20:45:19 +00:00 | 3 commits to develop since this release

    crossbeats REV. is now playable!

    • supports REV. to REV. SUNRISE (S2)
    • make sure to create a folder resource\DEVICE\, so your aime.txt can be properly saved
    • requires both dns and title hostname to be set for aime play
    • added options in segatools.ini to disable revio and led
    • removed idac_io_poll()
    Downloads
  • 2024-02-27 9c66488906

    HOTFIXES Stable

    Dniel97 released this 2024-02-27 16:26:13 +00:00 | 5 commits to develop since this release

    IMPORANT UPDATE!

    • Fixes amSysFileInitEx(). ErrCode -5 happening when no real E: drive was present
    • Added AimePay and E-MONEY DNS hooks
    • Added Move/Replace/Delete hooks:
      • fixes FGO not correctly switching START UP MODE
      • fixes SWDC not correctly switching CABINET SETTING
    Downloads
  • 2024-02-22 d118ef614c

    Dniel97 released this 2024-02-22 11:20:06 +00:00 | 8 commits to develop since this release

    • Improved every segatools.ini config
    • Changed default Test, Service and Coin buttons to F1, F2, F3 respectively
    • Added the correct subnet for each keychip
    • Added AM Daemon as a window name
    • Fixed AMFS/APPDATA redirects
    • Fixed chunihook custom IO DLL loading when io_led_ functions were missing, thanks @CrazyRedMachine
    • Fixed IP addresses printing properly, thanks @beerpsi
    • VFD emulation can now be disabled
    • SWDC wheel buttons are now working correctly
    • FGO AC has been added
    Downloads
  • 2023-12-25 f4a3a5f78d

    Chu2to3 added Stable

    Dniel97 released this 2023-12-25 15:36:30 +00:00 | 2 commits to chuniio since this release

    • Added chu2to3
    • Bumped the API version to 0x102
    • Added chuni_io_led_init and chuni_io_led_set_colors
    • Fixed individual IR keys
    • Fixed SP/CVT switching
    [chuniio]
    path=
    

    will load chu2to3 engine to make a single 32bit dll work with chusan (should be compatible with chuni dlls and fufubot etc).

    Note: chu2to3 engine has priority, so if you fill path=, path32= AND path64=, the latter 2 will be ignored!

    Downloads
  • 2023-12-17 ed042176d7

    Dniel97 released this 2023-12-17 19:19:37 +00:00 | 33 commits to develop since this release

    Fixed the aimeio DLL loading for Chusan (requires 64 bit aimeio DLL). Added proper coin input support to 64bit (custom) chuniio DLLs. DipSw for Monitor Type (120/60) and Cab Type (SP/CVT) can now be selected individually in segatools.ini:

    [gpio]
    ; ALLS DIP switches.
    enable=1
    
    ; LAN Install: If multiple machines are present on the same LAN then set 
    ; this to 1 on exactly one machine and set this to 0 on all others.
    dipsw1=1
    ; Monitor type: 0 = 120FPS, 1 = 60FPS
    dipsw2=1
    ; Cab type: 0 = SP, 1 = CVT. SP will enable VFD and eMoney. This setting will switch
    ; the LED 837-15093-06 COM port and the AiMe reder hardware generation as well.
    dipsw3=1
    
    Downloads
  • 2023-12-03 4ffcf25555

    Dniel97 released this 2023-12-03 21:41:38 +00:00 | 37 commits to develop since this release

    Added a new config to segatools.ini:

    [gpio]
    ; ALLS DIP switches.
    enable=1
    
    ; Enable freeplay mode. This will disable the coin slot and set the game to
    ; freeplay. Keep in mind that some game modes (e.g. Freedom/Time Modes) will not
    ; allow you to start a game in freeplay mode.
    freeplay=0
    
    Downloads