joncampbell123 / dosbox-x

DOSBox-X fork of the DOSBox project
GNU General Public License v2.0
2.68k stars 381 forks source link

PC-98: S98 FM capture (record PC9801-86 FM I/O to a file) #446

Open joncampbell123 opened 6 years ago

joncampbell123 commented 6 years ago

http://www.vgmpf.com/Wiki/index.php/S98 http://vgmrips.net/forum/viewtopic.php?t=731

Corak667 commented 6 years ago

+ http://vgmrips.net/wiki/S98_File_Format http://vgmrips.net/mirror/s98spec3.txt http://www.freewebs.com/snakemeat/tools/specs/s98spec3.txt http://vgmrips.net/forum/viewtopic.php?f=15&t=2125 https://github.com/vgmrips/vgmplay/tree/master/VGMPlay/chips
http://www.vesta.dti.ne.jp/~tsato/soft_s98v3.html

Corak667 commented 6 years ago

examples: https://cloud.mail.ru/public/42NZ/oKkudALqV/Music_chip/hoot_NEC_PC-98_OPN_S98/S98/

sikthehedgehog commented 6 years ago

vgmplay should be accurate enough if you want to play back the VGM files to see if they're good (compared against the original sound).

Corak667 commented 6 years ago

@sikthehedgehog is right Forgot to add, there is more universal nowadays - .VGM format, originally developed by Maxim and currently upgraded/maintained (added chip support and new players code) by ValleyBell. Spec: http://vgmrips.net/wiki/VGM_File_Format http://vgmrips.net/wiki/VGM_Specification Players: http://vgmrips.net/forum/viewtopic.php?t=112 https://github.com/ValleyBell/libvgm https://github.com/vgmrips/vgmplay

There is already more then 78 gamerip packs from PC-98xx in vgm format, started in 2012-11: http://vgmrips.net/packs/system/nec/pc-9801 _tails even made converter from S98 to VGM, it's Almost perfect (sadly it's not 1:1, some chip presets sounds not so naturally): http://vgmrips.net/forum/viewtopic.php?t=731

yksoft1 commented 5 years ago

Aren't we already had support for that in src/hardware/pc98_fm/sound/s98.c?