mirror of
https://github.com/holub/mame
synced 2025-07-05 09:57:47 +03:00
Mark some ISA bus devices as imperfect or unimplemented (nw)
This commit is contained in:
parent
a19a685621
commit
42f2f9051b
@ -28,6 +28,7 @@ class aha1542_device : public device_t,
|
||||
public device_isa16_card_interface
|
||||
{
|
||||
public:
|
||||
static constexpr feature_type unemulated_features() { return feature::DISK; }
|
||||
// construction/destruction
|
||||
aha1542_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
|
||||
|
||||
|
@ -26,6 +26,7 @@ class isa8_cga_device :
|
||||
friend class isa8_cga_pc1512_device;
|
||||
|
||||
public:
|
||||
static constexpr feature_type imperfect_features() { return feature::GRAPHICS; }
|
||||
// construction/destruction
|
||||
isa8_cga_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user