mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
unsp: Don't try to inline virtual functions (nw)
This commit is contained in:
parent
f8656d9246
commit
e2aded21da
@ -191,7 +191,7 @@ inline void unsp_device::execute_fxxx_100_group(uint16_t op)
|
||||
}
|
||||
|
||||
|
||||
inline void unsp_12_device::execute_fxxx_101_group(uint16_t op)
|
||||
void unsp_12_device::execute_fxxx_101_group(uint16_t op)
|
||||
{
|
||||
// FIR_MOV 1 1 1 1 - - - 1 0 1 0 0 0 1 0 f
|
||||
// Fraction 1 1 1 1 - - - 1 0 1 0 0 0 1 1 f
|
||||
@ -293,7 +293,7 @@ inline void unsp_12_device::execute_fxxx_101_group(uint16_t op)
|
||||
}
|
||||
|
||||
|
||||
inline void unsp_device::execute_fxxx_101_group(uint16_t op)
|
||||
void unsp_device::execute_fxxx_101_group(uint16_t op)
|
||||
{
|
||||
// | | |
|
||||
// INT SET 1 1 1 1 - - - 1 0 1 0 0 0 0 F I
|
||||
|
Loading…
Reference in New Issue
Block a user