mirror of
https://github.com/holub/mame
synced 2025-07-02 16:49:22 +03:00
Merge branch 'release0278' into HEAD
This commit is contained in:
commit
d3203aa34f
@ -10839,7 +10839,7 @@ Defender: not working
|
||||
</software>
|
||||
|
||||
<software name="madmaze">
|
||||
<description>Mad Maze (type-in, Sunclair User № 11 - February 1983)</description>
|
||||
<description>Mad Maze (type-in, Sinclair User № 11 - February 1983)</description>
|
||||
<year>1983</year>
|
||||
<publisher>ECC Publications</publisher>
|
||||
<info name="usage" value="type RUN after loading the tape" />
|
||||
|
@ -94,7 +94,7 @@ public:
|
||||
m_current_stream_id = 0;
|
||||
}
|
||||
|
||||
virtual void stream_sink_update(uint32_t, const int16_t *buffer, int samples_this_frame) override
|
||||
virtual void stream_sink_update(uint32_t id, const int16_t *buffer, int samples_this_frame) override
|
||||
{
|
||||
if (id != m_current_stream_id)
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user