(MESS) a1bus: licensing and save state cleanups (nw)

This commit is contained in:
R. Belmont 2014-10-17 02:33:56 +00:00
parent 74f7962b39
commit a6128baac7
4 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:R. Belmont
/*********************************************************************
a1cassette.c
@ -81,6 +83,8 @@ void a1bus_cassette_device::device_start()
install_device(0xc000, 0xc0ff, read8_delegate(FUNC(a1bus_cassette_device::cassette_r), this), write8_delegate(FUNC(a1bus_cassette_device::cassette_w), this));
install_bank(0xc100, 0xc1ff, 0, 0, (char *)"bank_a1cas", m_rom);
save_item(NAME(m_cassette_output_flipflop));
}
void a1bus_cassette_device::device_reset()

View File

@ -1,8 +1,10 @@
// license:BSD-3-Clause
// copyright-holders:R. Belmont
/*********************************************************************
a1cassette.h
Apple II 6850 MIDI card, as made by Passport, Yamaha, and others.
Apple I Cassette Interface
*********************************************************************/

View File

@ -1,3 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:R. Belmont
/*********************************************************************
a1cffa.c

View File

@ -1,3 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:R. Belmont
/*********************************************************************
a1cffa.h