From e45d316bc9683d46c5a0414e57f9ec1b99d64d05 Mon Sep 17 00:00:00 2001 From: Nathan Woods Date: Sat, 23 Jul 2016 09:10:14 -0400 Subject: Vas Crabb feedback: Replacing the enum with a class hierarchy, derived from 'software_list_loader' --- src/devices/bus/pce/pce_slot.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/devices/bus/pce/pce_slot.h') diff --git a/src/devices/bus/pce/pce_slot.h b/src/devices/bus/pce/pce_slot.h index abf5ce59b97..d0d0637b2e4 100644 --- a/src/devices/bus/pce/pce_slot.h +++ b/src/devices/bus/pce/pce_slot.h @@ -68,7 +68,7 @@ public: // image-level overrides virtual bool call_load() override; virtual void call_unload() override; - virtual softlist_type get_softlist_type() const override { return softlist_type::ROM; } + virtual const software_list_loader &get_software_list_loader() const override { return rom_software_list_loader::instance(); } int get_type() { return m_type; } int get_cart_type(UINT8 *ROM, UINT32 len); -- cgit v1.2.3-70-g09d2