| Previous | 199869 Revisions | Next |
| r18661 Monday 22nd October, 2012 at 10:13:51 UTC by Miodrag Milanović |
|---|
| Fix for copy paste error (nw) |
| [src/mess/video] | pds30_sigmalview.c |
| r18660 | r18661 | |
|---|---|---|
| 60 | 60 | //------------------------------------------------- |
| 61 | 61 | |
| 62 | 62 | nubus_lview_device::nubus_lview_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) : |
| 63 | device_t(mconfig, PDS030_LVIEW, " | |
| 63 | device_t(mconfig, PDS030_LVIEW, "Sigma Designs L-View", tag, owner, clock), | |
| 64 | 64 | device_nubus_card_interface(mconfig, *this) |
| 65 | 65 | { |
| 66 | 66 | m_shortname = "pd3_lviw"; |
| Previous | 199869 Revisions | Next |