diff options
author | 2013-01-11 19:43:14 +0000 | |
---|---|---|
committer | 2013-01-11 19:43:14 +0000 | |
commit | 1940866c70674f0a625a79677b90f9f4a33b2e25 (patch) | |
tree | 0b18ac32397ff89ef7fc1ed27ff03fb8fbc92fa6 /src/emu/ioport.c | |
parent | cff79778372c37b3b2eb9f64e31bd0abfdab978d (diff) |
output of new srcclean changes that are relatively small [smf]
Diffstat (limited to 'src/emu/ioport.c')
-rw-r--r-- | src/emu/ioport.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/emu/ioport.c b/src/emu/ioport.c index 2abe71e2c81..5466136ac3f 100644 --- a/src/emu/ioport.c +++ b/src/emu/ioport.c @@ -3844,8 +3844,7 @@ void ioport_configurer::field_alloc(ioport_type type, ioport_value defval, iopor { // make sure we have a port if (m_curport == NULL) - throw emu_fatalerror("alloc_field called with no active port (mask=%X defval=%X)\n", mask, defval); \ - + throw emu_fatalerror("alloc_field called with no active port (mask=%X defval=%X)\n", mask, defval); // append the field if (type != IPT_UNKNOWN && type != IPT_UNUSED) m_curport->m_active |= mask; |