diff options
author | 2021-05-09 20:37:20 -0400 | |
---|---|---|
committer | 2021-05-09 20:37:20 -0400 | |
commit | f901b00bdf5c55051c4309ae90de94be509d69d8 (patch) | |
tree | fc0e8ccbcf07ce9a98bfb01ce1257d8707c354e3 /src/mame/includes/trs80.h | |
parent | 4f80bb4ae313d6246b0bc54e2e098c5b1fd8e401 (diff) |
trs80.cpp: Change machine config constructor names to be less confusing
Diffstat (limited to 'src/mame/includes/trs80.h')
-rw-r--r-- | src/mame/includes/trs80.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/trs80.h b/src/mame/includes/trs80.h index 6cef75cdbeb..2e76b23e044 100644 --- a/src/mame/includes/trs80.h +++ b/src/mame/includes/trs80.h @@ -51,8 +51,8 @@ public: void sys80(machine_config &config); void sys80p(machine_config &config); - void trs80(machine_config &config); - void model1(machine_config &config); + void level1(machine_config &config); + void level2(machine_config &config); void ht1080z(machine_config &config); void init_trs80l2(); |