mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
apple/apple2e.cpp: Bring the indentation back to spec. [R. Belmont]
This commit is contained in:
parent
eb29c49186
commit
952ff31d56
1 changed files with 13 additions and 13 deletions
|
@ -1784,7 +1784,7 @@ void apple2e_state::do_io(int offset, bool is_iic)
|
|||
{
|
||||
// Officially Apple only documents this softswitch at $c020 but
|
||||
// all models with a tape interface will respond to any of the $c02x
|
||||
// addresses
|
||||
// addresses.
|
||||
m_cassette_state ^= 1;
|
||||
m_cassette->output(m_cassette_state ? 1.0f : -1.0f);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue