mirror of
https://github.com/holub/mame
synced 2025-04-21 07:52:35 +03:00
Cleaned up silly comments
This commit is contained in:
parent
8715109eb4
commit
85345b2210
@ -940,13 +940,13 @@ static UINT32 bam2DirectAddressDeferredIndexed(void)
|
||||
|
||||
static UINT32 am2Immediate(void)
|
||||
{
|
||||
// Fuck off LDPR
|
||||
// ignore LDPR
|
||||
return am1Immediate();
|
||||
}
|
||||
|
||||
static UINT32 am2ImmediateQuick(void)
|
||||
{
|
||||
// fuck off LDPR
|
||||
// ignore LDPR
|
||||
return am1ImmediateQuick();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user