summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/i8255.h
diff options
context:
space:
mode:
author Michaël Banaan Ananas <happppp@users.noreply.github.com>2012-05-21 10:39:58 +0000
committer Michaël Banaan Ananas <happppp@users.noreply.github.com>2012-05-21 10:39:58 +0000
commit96123c775d1cbdb16ea71c4c19ae0c0083db1da2 (patch)
tree3285e51800697f27f47f3785db657f2e133c3187 /src/emu/machine/i8255.h
parent643d0e9d92759aea944c01e997e416351a18a218 (diff)
get rid of write_pc, those checks are not needed
Diffstat (limited to 'src/emu/machine/i8255.h')
-rw-r--r--src/emu/machine/i8255.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/emu/machine/i8255.h b/src/emu/machine/i8255.h
index 15498292084..9189afe9b06 100644
--- a/src/emu/machine/i8255.h
+++ b/src/emu/machine/i8255.h
@@ -126,7 +126,6 @@ private:
void write_mode0(int port, UINT8 data);
void write_mode1(int port, UINT8 data);
void write_mode2(UINT8 data);
- void write_pc(UINT8 data);
void output_pc();
void set_mode(UINT8 data);
void set_pc_bit(int bit, int state);