Return to previous page Return to menu Go to next page

(2) Operation during loop playback

When the pickup reaches the end of the playback range, the operation is different as follows.

∙ The left example program created for Ver.1.01 can be operated in the same way by inserting STM_SetLoop (grp, STM_LOOP_DFL, 1) as shown in the right example, regardless of the above changes.

grp = STM_OpenGrp();                         grp = STM_OpenGrp();
stm = STM_OpenFid(grp, FID1, &key);          stm = STM_OpenFid(grp, FID1, &key,
STM_SetTrBuf(stm, buf, BUFSIZE1);                                      STM_LOOP_READ);
STM_SetExecGrp(grp);                         STM_SetTrBuf(stm, buf, BUFSIZE1,
for (i = 0; i 

(3) Transfer settings

Before Ver.1.01, if you set the transfer area → transfer function registration → transfer function deletion, the next transfer destination was the transfer area that was registered first. However, in Ver.1.10 or later, it is necessary to reset the transfer area. Also, the maximum number of transfer sectors and transfer mode will return to the default state.

(4) Handling of various files

All files on CD-ROM, virtual CD, SIMM and SCSI can be handled with sega_stm.lib. However, the file system library to be linked must be used properly.


Return to previous page Return to menu Go to next page