diff options
Diffstat (limited to 'src/mess/machine/ti99/speech8.h')
| -rw-r--r-- | src/mess/machine/ti99/speech8.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/ti99/speech8.h b/src/mess/machine/ti99/speech8.h index c50324c6428..30c4af9dd71 100644 --- a/src/mess/machine/ti99/speech8.h +++ b/src/mess/machine/ti99/speech8.h @@ -21,7 +21,7 @@ extern const device_type TI99_SPEECH8; #define SPEECH8_CONFIG(name) \ const speech8_config(name) = -struct speech8_config +struct speech8_config { devcb_write_line ready; }; |
