mirror of
https://github.com/holub/mame
synced 2025-07-02 08:39:21 +03:00
(nw) removed myself from some drivers
This commit is contained in:
parent
8f767045c8
commit
9459d1db63
@ -1,5 +1,5 @@
|
|||||||
// license:BSD-3-Clause
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Angelo Salese, Robbbert
|
// copyright-holders:Angelo Salese
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
ACT Apricot F1 series
|
ACT Apricot F1 series
|
||||||
|
@ -54,10 +54,8 @@ public:
|
|||||||
|
|
||||||
void ibm3153(machine_config &config);
|
void ibm3153(machine_config &config);
|
||||||
|
|
||||||
protected:
|
|
||||||
virtual void machine_reset() override;
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
virtual void machine_reset() override;
|
||||||
void ibm3153_palette(palette_device &palette) const;
|
void ibm3153_palette(palette_device &palette) const;
|
||||||
uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:BSD-3-Clause
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Miodrag Milanovic, Jonathan Gevaryahu, Robbbert
|
// copyright-holders:Miodrag Milanovic, Jonathan Gevaryahu
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
Intel MCS-86 System Design Kit (SDK-86)
|
Intel MCS-86 System Design Kit (SDK-86)
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:BSD-3-Clause
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Robbbert
|
// copyright-holders:
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
Skeleton driver for Televideo TS802
|
Skeleton driver for Televideo TS802
|
||||||
@ -44,10 +44,8 @@ public:
|
|||||||
|
|
||||||
void init_ts802();
|
void init_ts802();
|
||||||
|
|
||||||
protected:
|
|
||||||
virtual void machine_reset() override;
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
virtual void machine_reset() override;
|
||||||
uint8_t port00_r() { return 0x80; };
|
uint8_t port00_r() { return 0x80; };
|
||||||
uint8_t port0c_r() { return 1; };
|
uint8_t port0c_r() { return 1; };
|
||||||
uint8_t port0e_r() { return 0; };
|
uint8_t port0e_r() { return 0; };
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:BSD-3-Clause
|
// license:BSD-3-Clause
|
||||||
// copyright-holders: Gabriele D'Antona, Robbbert
|
// copyright-holders: Gabriele D'Antona
|
||||||
/*************************************************************************************************
|
/*************************************************************************************************
|
||||||
|
|
||||||
TeleVideo TS-803(H)
|
TeleVideo TS-803(H)
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
// license:BSD-3-Clause
|
// license:BSD-3-Clause
|
||||||
// copyright-holders:Robbbert
|
// copyright-holders:
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
|
|
||||||
2013-09-10 Skeleton driver for Televideo TS816
|
2013-09-10 Skeleton driver for Televideo TS816
|
||||||
|
Loading…
Reference in New Issue
Block a user