HomeForumsWhat's newResources 
 
 
Sega Saturn Sample by Sega
vbt - Apr 2, 2018

 < Prev  1  2  3  Next> 

 mrkotfw Apr 22, 2018
Thanks for the information.

Were you able to trigger it in Yabause? Maybe we can get a state save and explore a bit.

 vbt May 8, 2018

mrkotfw said:

i edited a file (manual.res) to be sure to get the error (i replaced TAK0 string) then when i display the game manual i get always :


on yabause it's harder, it got difficulties to display the text :



EDIT : I get the error because the CD seems to be badly rebuilt, after choosing a pinball, i get a new error window and i can control the cursor and click on EXIT.


 mrkotfw May 8, 2018
Thanks, I'll take a look to see if I can trigger it.

 mrkotfw May 8, 2018
Can you dump what VDP2 and VDP1 show in Yabause? I'm interested in seeing what they used.

Does the cursor work?

 vbt Apr 14, 2019
SMPC SAMPLE PROGRAM Ver.0.56a

start address : 06010000
file name : sl1.bin



Backup Library Demo Program

start address : 06010000
file name : bup.bin



DEMO_A

start address : 06004000
file name : sl2.bin


 vbt Apr 14, 2019
DEMO_B

start address : 06004000
file name : sl3.bin



DEMO_C

start address : 06004000
file name : sl4.bin



DEMO_D

start address : 06004000
file name : sl4.bin


 vbt Apr 21, 2019
thanks to big evil corp, 2 snasm samples are working

DEMO

start address : 06004000
file name : slsnasm.bin



DEMO2

start address : 06010000
file name : slsnasm2.bin


 cafe-alpha Apr 30, 2019

vbt said:


I packed the SMPC sample program in an iso file, ready to use in emulator.
BTW vbt, where this sample comes from ?

 vbt Apr 30, 2019
it's in almost all DTS CDs, i didn't notice it before, the filename is SMPCDEM.C en directory (or subdirectory) PERIPHS\SOURCE\
Code:
  
/********************************************
*                                          *
*   SMPC SAMPLE PROGRAM Version 0.56a      *
*                                          *
*    file : smpcdem.c                      *
*                                          *
*  author : s.uchida sega cs h/w r&d       *
*                                          *
*    date : 94/11/09                       *
*                                          *
*       rev : a.stern soa npe v.01           *
*      date : 11/30/94                       *
*     rev : a.stern soa v695               *
*    date : 06/12/95                       *
*                                          *
*    Peripheral Port Monitor PPMSPR using  *
*    SMPC Intback Command (Control Mode)   *
*    used to get peripheral and system data*
*                                          *
*      One Intback command per Vblank        *
*    At least two SMPC Interrupts per Vblank
*    Second SMPC Interrupt will have upto  *
*    32bytes of peripheral data            *
*                                          *
********************************************/

 cafe-alpha Apr 30, 2019
Wow, great !! I didn't noticed too and was desperately looking in SaturnOrbit folder ... it's sad that theses DTS CDs are not more shared outside of vintage development hardware collector circles.

In the header you quoted, the last paragraph itself ("One Intback command per Vblank. At least two SMPC Interrupts per Vblank.") is full of crispy technical informations so I definitely need to check more the other resources there

 vbt May 1, 2019
DEVCON96 demos (except SGL)






start address : 06004000
if a sg3 file is available with the sample it has to be loaded at the address : 06080000 (before the main binary in emulator)

 vbt Dec 28, 2019











 Fandu Jan 12, 2020
Hey @vbt... , is there any way to take a look at those demos?

 vbt Jan 12, 2020

Fandu said:

I can share them if needed.

 vbt Jan 18, 2020

vbt said:


 vbt May 22, 2021


maybe they are not all new

 rorirub May 23, 2021

vbt said:


Is that the demo they used in the 1994 Japanese ads?

 vbt Mar 13, 2022
we're famous


nice blog

 ROS Dec 25, 2023

vbt said:


To:
From:

 Mr_Da_Greatest Aug 28, 2024
Thanks to Jo Engine for compilers and tools
Emerald Nova for SGL_Hello_World
XL2 for ZTE
VBT for topic

DTS 1995-06

Both use IP.BIN from ABS folder
The IP.BIN has SEC1.BIN, SEC2.BIN and a last file (guessing SMPSYS.C) but not sure added end of IP.BIN

APP.BIN

start address: 06010000





SMPGFS1.BIN

start address: 06010000

TUT160.BIN has to be converted to .BIN from TUT160.ASM and put into cd folder
Use sh-coff-objcopy -O binary
sh-coff-objcopy -O binary "TUT160.ASM" "TUT160.BIN"
It is using very early GFS routines to load in TUT160.BIN


 < Prev  1  2  3  Next>