mirror of
https://github.com/holub/mame
synced 2025-04-19 15:11:37 +03:00
metadata and flags (nw)
This commit is contained in:
parent
fbdd163d0c
commit
ac6053ecb0
@ -23,7 +23,7 @@ ROM_START(hp98550)
|
||||
ROM_LOAD("98550a.bin", 0x000000, 0x008000, CRC(9d639233) SHA1(d6b23a34850f24525ca5fb36de3deb91196d2dc5))
|
||||
ROM_END
|
||||
|
||||
DEFINE_DEVICE_TYPE_NS(HPDIO_98550, bus::hp_dio, dio32_98550_device, "dio98550", "HP98550 high-res color DIO video card")
|
||||
DEFINE_DEVICE_TYPE_NS(HPDIO_98550, bus::hp_dio, dio32_98550_device, "dio98550", "HP98550A high-res color DIO video card")
|
||||
|
||||
namespace bus { namespace hp_dio {
|
||||
|
||||
|
@ -18,6 +18,8 @@
|
||||
class sbus_cgsix_device : public device_t, public device_sbus_card_interface
|
||||
{
|
||||
protected:
|
||||
static constexpr feature_type imperfect_features() { return feature::GRAPHICS; }
|
||||
|
||||
// construction/destruction
|
||||
sbus_cgsix_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, uint32_t clock, const uint32_t vram_size)
|
||||
: sbus_cgsix_device(mconfig, type, tag, owner, clock)
|
||||
|
@ -17,6 +17,8 @@
|
||||
class sbus_cgthree_device : public device_t, public device_sbus_card_interface
|
||||
{
|
||||
public:
|
||||
static constexpr feature_type imperfect_features() { return feature::GRAPHICS; }
|
||||
|
||||
// construction/destruction
|
||||
sbus_cgthree_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user