diff options
author | 2021-06-21 13:53:49 -0700 | |
---|---|---|
committer | 2021-06-21 13:53:49 -0700 | |
commit | 32dbba7d2d4513774b2d877b4c88f2d0760bcf54 (patch) | |
tree | f9e6426cf8dc28413c456bdbcd450c85cb302422 /src/devices/bus/coco/cococart.h | |
parent | 5522729235b3ce81c839f3932c1aadc14de59e2b (diff) | |
parent | 2709c0143a8c7009715242c135b28403eeffce8b (diff) |
Merge branch 'master' into deprecateddeprecated
Diffstat (limited to 'src/devices/bus/coco/cococart.h')
-rw-r--r-- | src/devices/bus/coco/cococart.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/devices/bus/coco/cococart.h b/src/devices/bus/coco/cococart.h index 78176588969..d2e33085956 100644 --- a/src/devices/bus/coco/cococart.h +++ b/src/devices/bus/coco/cococart.h @@ -231,5 +231,8 @@ private: void coco_cart_add_basic_devices(device_slot_interface &device); void coco_cart_add_fdcs(device_slot_interface &device); void coco_cart_add_multi_pak(device_slot_interface &device); +void dragon_cart_add_basic_devices(device_slot_interface &device); +void dragon_cart_add_fdcs(device_slot_interface &device); +void dragon_cart_add_multi_pak(device_slot_interface &device); #endif // MAME_BUS_COCO_COCOCART_H |