diff options
| author | 2014-05-02 12:10:55 +0000 | |
|---|---|---|
| committer | 2014-05-02 12:10:55 +0000 | |
| commit | 0ac942c9b80ead41b72e4e1dda77e775b6ffc7fa (patch) | |
| tree | 97d15907bfe8909184259cc3ce3613967dd2709c /src/mess/drivers/x07.c | |
| parent | 2d68fa308fec368614a89f276964356e06b4db81 (diff) | |
Cleanup of image device interfaces (nw)
Diffstat (limited to 'src/mess/drivers/x07.c')
| -rw-r--r-- | src/mess/drivers/x07.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mess/drivers/x07.c b/src/mess/drivers/x07.c index 76608eae342..a39fff34248 100644 --- a/src/mess/drivers/x07.c +++ b/src/mess/drivers/x07.c @@ -1462,8 +1462,7 @@ static const cassette_interface x07_cassette_interface = x07_cassette_formats, NULL, (cassette_state)(CASSETTE_PLAY | CASSETTE_MOTOR_DISABLED | CASSETTE_SPEAKER_ENABLED), - "x07_cass", - NULL + "x07_cass" }; static MACHINE_CONFIG_START( x07, x07_state ) |
