(nw) removed myself from some drivers

This commit is contained in:
Robbbert 2020-06-07 12:08:35 +10:00
parent 8f767045c8
commit 9459d1db63
6 changed files with 7 additions and 11 deletions

View File

@ -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

View File

@ -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);

View File

@ -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)

View File

@ -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; };

View File

@ -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)

View File

@ -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