]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commit
pcem: pass MIDI parser a byte buffer
authorStefan Reinauer <stefan.reinauer@coreboot.org>
Sun, 31 May 2026 04:15:01 +0000 (21:15 -0700)
committerStefan Reinauer <stefan.reinauer@coreboot.org>
Mon, 1 Jun 2026 21:17:19 +0000 (14:17 -0700)
commit7ac04cc778b5e7c6138f8236ba1b180ad49f3060
tree832227470ea387c94613da829b256e8775da70ef
parenta66735b9f6a7afd9635450405487cf1da665d48d
pcem: pass MIDI parser a byte buffer

Midi_Parse() takes a BYTE pointer. Store the uint8_t input in a local
BYTE before passing it on so the call does not depend on uint8_t and
BYTE being the same typedef on every host.
pcem/pcemglue.cpp