mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
Cleaned up silly comments
This commit is contained in:
parent
8715109eb4
commit
85345b2210
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue