Previous 199869 Revisions Next

r22013 Friday 22nd March, 2013 at 04:02:35 UTC by Tafoid
Added description to k1ge, k2ge devices (nw)
[src/mess/video]k1ge.c

trunk/src/mess/video/k1ge.c
r22012r22013
894894const device_type K1GE = &device_creator<k1ge_device>;
895895
896896k1ge_device::k1ge_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
897   : device_t(mconfig, K1GE, "", tag, owner, clock)
897   : device_t(mconfig, K1GE, "K1GE Monochrome Graphics + LCD", tag, owner, clock)
898898{
899899   m_token = global_alloc_clear(k1ge_t);
900900}
r22012r22013
937937const device_type K2GE = &device_creator<k2ge_device>;
938938
939939k2ge_device::k2ge_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
940   : k1ge_device(mconfig, K2GE, "", tag, owner, clock)
940   : k1ge_device(mconfig, K2GE, "K2GE Color Graphics + LCD", tag, owner, clock)
941941{
942942}
943943

Previous 199869 Revisions Next


© 1997-2024 The MAME Team