diff options
author | 2014-07-04 07:17:48 +0000 | |
---|---|---|
committer | 2014-07-04 07:17:48 +0000 | |
commit | f59638c2a1e2b0d936a3e970946de071a07d5c3f (patch) | |
tree | 47560e457ebf4a8303de41dd32d3d9e45aa1752c /src/emu/sound/8950intf.h | |
parent | 483fa2d5000c33a99bec6576396bd99c0ca08f26 (diff) |
more passing of attotime as const references (nw)
Diffstat (limited to 'src/emu/sound/8950intf.h')
-rw-r--r-- | src/emu/sound/8950intf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/sound/8950intf.h b/src/emu/sound/8950intf.h index 28ed7f5c2d0..304fd2bc654 100644 --- a/src/emu/sound/8950intf.h +++ b/src/emu/sound/8950intf.h @@ -42,7 +42,7 @@ public: DECLARE_WRITE8_MEMBER( write_port_w ); void _IRQHandler(int irq); - void _timer_handler(int c,attotime period); + void _timer_handler(int c, const attotime &period); void _y8950_update_request(); unsigned char _Y8950PortHandler_r(); void _Y8950PortHandler_w(unsigned char data); |