aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/sound/sound_intern.h
AgeCommit message (Collapse)Author
2019-12-18KYRA: (EOB/PC98) - minor sfx code tweakathrxx
The original adds a delay after track 28.
2019-12-18KYRA: (EOB/PC98) - initial startup fixathrxx
- hook up static resources, sound code, etc - nothing really working yet, though (except the music)
2019-04-15KYRA: add some #ifdefs for disabling EOBathrxx
Disabling EOB should already work without error. This adds some #ifdefs to recently added files.
2019-04-15KYRA: sound files/classes reorganization step #5athrxx
Rename some sound classes to reflect the recent file renamings.
2019-04-15KYRA: sound files/classes reorganization step #3athrxx
Untangle FM-Towns and PC-98 sound classes and move them to separate files.
2019-04-13KYRA: (EOB2/Amiga) - implement proper sound file loadingathrxx
(also fix some sound related bugs)
2019-04-13KYRA: (EOB2/Amiga) - update sound driverathrxx
- add fade out method - some renaming - turn a warning into a debug message
2019-03-06KYRA: (EOB1/Amiga) - fix start upathrxx
First efforts to get this running. The intro is shown with severe palette glitches. The Main Menu does not show, thanks to the lack of font drawing. - implement endian aware stream wrapper for amiga files - implement sound file handling - implement some Amiga palette handling - etc
2019-03-06KYRA: (EOB1/Amiga) - add sound driverathrxx
2019-03-06KYRA: cleanup dirathrxx
Reorganize all files in sub directories. The file placement isn't as intuitive as it might be for other engines, which is probably the reason why this hasn't been done before.