mirror of
https://github.com/holub/mame
synced 2025-06-06 12:53:46 +03:00
02924: frogs: [debug] Assertion
This commit is contained in:
parent
81f596666d
commit
30b07ea277
@ -145,8 +145,8 @@ MACHINE_START( frogs_audio )
|
|||||||
|
|
||||||
WRITE8_HANDLER( frogs_audio_w )
|
WRITE8_HANDLER( frogs_audio_w )
|
||||||
{
|
{
|
||||||
const device_config *samples = devtag_get_device(space->machine, SOUND_SAMPLES, "samples");
|
const device_config *samples = devtag_get_device(space->machine, SOUND, "samples");
|
||||||
const device_config *discrete = devtag_get_device(space->machine, SOUND_SAMPLES, "discrete");
|
const device_config *discrete = devtag_get_device(space->machine, SOUND, "discrete");
|
||||||
static int last_croak = 0;
|
static int last_croak = 0;
|
||||||
static int last_buzzz = 0;
|
static int last_buzzz = 0;
|
||||||
int new_croak = data & 0x08;
|
int new_croak = data & 0x08;
|
||||||
|
Loading…
Reference in New Issue
Block a user