diff options
| author | 2019-01-22 17:47:37 +0100 | |
|---|---|---|
| committer | 2019-01-22 17:47:37 +0100 | |
| commit | 064847316c75dfc448f2b2b0e53a874a24f23cdf (patch) | |
| tree | b546037d288ea1fdcc495bbfc539720c78d3d466 /src/devices/machine/genpc.cpp | |
| parent | a6f64287a3acbcb6ee629774918407be30807237 (diff) | |
magedev\cassette: removed MCFG macros (nw)
Diffstat (limited to 'src/devices/machine/genpc.cpp')
| -rw-r--r-- | src/devices/machine/genpc.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/machine/genpc.cpp b/src/devices/machine/genpc.cpp index fa93013bd5f..b02090ffb52 100644 --- a/src/devices/machine/genpc.cpp +++ b/src/devices/machine/genpc.cpp @@ -606,8 +606,8 @@ MACHINE_CONFIG_START(ibm5150_mb_device::device_add_mconfig) m_ppi8255->out_pb_callback().set(FUNC(ibm5150_mb_device::pc_ppi_portb_w)); m_ppi8255->in_pc_callback().set(FUNC(ibm5150_mb_device::pc_ppi_portc_r)); - MCFG_CASSETTE_ADD( "cassette" ) - MCFG_CASSETTE_DEFAULT_STATE(CASSETTE_PLAY | CASSETTE_MOTOR_DISABLED | CASSETTE_SPEAKER_ENABLED) + CASSETTE(config, m_cassette); + m_cassette->set_default_state(CASSETTE_PLAY | CASSETTE_MOTOR_DISABLED | CASSETTE_SPEAKER_ENABLED); MACHINE_CONFIG_END //************************************************************************** |
