Here is one example of an edited DAC map which is using only a Kick and a Snare,
the triggers correspond to the FMDrive DAC notes for Kick and ;Snare, the H24 is Hexadecimal for number 36
this is the MIDI note that will trigger the sample, following the GM MIDI chart. (see FMDrive Manual for DAC)

Note that for low memory usage and better playing on real hardware it is better to resample your wav files to something between 8Khz and 12Khz

; mid2vgm 2612 DAC Drum Map
; -------------------------
;
; Format:
;[NoteNumber] (decimal, &Hhex, &Ooctal)
;File = Wave-File (mono/stereo with 8/16 bit)
;	Note: mid2vgm 2612 automatically converts stereo -> mono, 16 -> 8 bit
;Freq = Hz (sample rate of sound, 0 defaults to is original sample rate)


; Bass Drum H
[&H24]
File = DAC\Kick.wav
Freq = 0


; Snare Drum M
[&H26]
File = DAC\AJamesSnare.wav
Freq = 0