summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/rp5h01.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/rp5h01.c')
-rw-r--r--src/emu/machine/rp5h01.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/emu/machine/rp5h01.c b/src/emu/machine/rp5h01.c
index 631a9e805db..b368b005be0 100644
--- a/src/emu/machine/rp5h01.c
+++ b/src/emu/machine/rp5h01.c
@@ -3,8 +3,8 @@
RP5H01
TODO:
- - follow the datasheet better (all dumps presumably needs to be redone
- from scratch?)
+ - follow the datasheet better (all dumps presumably needs to be redone
+ from scratch?)
***************************************************************************/
@@ -187,5 +187,3 @@ READ8_MEMBER( rp5h01_device::data_r )
/* return the data */
return (m_data[byte] >> bit) & 1;
}
-
-