diff options
author | RobertoFresca <robbie@mamedev.org> | 2017-10-08 03:13:28 -0300 |
---|---|---|
committer | RobertoFresca <robbie@mamedev.org> | 2017-10-08 03:13:28 -0300 |
commit | da27576213ccc06aefb335d2e5aeded2d0e7e571 (patch) | |
tree | 2b89497ad45657c2384a3befc63ad46ba2dfc903 | |
parent | 477d041299de6cb265a5953ef0f74c1c2c4edbbd (diff) |
Note Chance: Documenting the second bank of samples... [Roberto Fresca]
-rw-r--r-- | src/mame/drivers/notechan.cpp | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/src/mame/drivers/notechan.cpp b/src/mame/drivers/notechan.cpp index ce0e229f122..9ed3cd4b007 100644 --- a/src/mame/drivers/notechan.cpp +++ b/src/mame/drivers/notechan.cpp @@ -73,13 +73,15 @@ **************************************************************************** - General Notes... - Samples: + The waveform is ADPCM 4-bit mono, 8000 Hz. - Sampleset has sounds, music and voices at the following rom offsets: + There are two banks. The sampleset has sounds, music and voices + at the following rom offsets: + + Bank #01 (00000-3FFFF) - $000400-$0013B2: Sample #01 'cling' sound. (credits) + $000400-$0013B2: Sample #01 FX sound: 'cling' (credits). $0013B3-$0090B1: Sample #02 music #1. $0090B2-$00DD8D: Sample #03 voice: unknown. $00DD8E-$00EF2F: Sample #04 voice: unknown. @@ -98,7 +100,7 @@ $023E8E-$026FF7: Sample #17 music #2 $026FF8-$02A649: Sample #18 music #3 $02A64A-$02D8E9: Sample #19 music #4 - $02D8EA-$02E635: Sample #20 'boing' sound. (start) + $02D8EA-$02E635: Sample #20 FX sound: 'boing' (start). $02E636-$02FFB6: Sample #21 voice: unknown. $02FFB7-$03171E: Sample #22 voice: unknown. $03171F-$031EC9: Sample #23 voice: unknown. |