Previous | 199869 Revisions | Next |
r32779 Friday 17th October, 2014 at 02:33:56 UTC by R. Belmont |
---|
(MESS) a1bus: licensing and save state cleanups (nw) |
[src/emu/bus/a1bus] | a1cassette.c a1cassette.h a1cffa.c a1cffa.h |
r32778 | r32779 | |
---|---|---|
1 | // license:BSD-3-Clause | |
2 | // copyright-holders:R. Belmont | |
1 | 3 | /********************************************************************* |
2 | 4 | |
3 | 5 | a1cassette.c |
r32778 | r32779 | |
81 | 83 | |
82 | 84 | install_device(0xc000, 0xc0ff, read8_delegate(FUNC(a1bus_cassette_device::cassette_r), this), write8_delegate(FUNC(a1bus_cassette_device::cassette_w), this)); |
83 | 85 | install_bank(0xc100, 0xc1ff, 0, 0, (char *)"bank_a1cas", m_rom); |
86 | ||
87 | save_item(NAME(m_cassette_output_flipflop)); | |
84 | 88 | } |
85 | 89 | |
86 | 90 | void a1bus_cassette_device::device_reset() |
r32778 | r32779 | |
---|---|---|
1 | // license:BSD-3-Clause | |
2 | // copyright-holders:R. Belmont | |
1 | 3 | /********************************************************************* |
2 | 4 | |
3 | 5 | a1cffa.c |
r32778 | r32779 | |
---|---|---|
1 | // license:BSD-3-Clause | |
2 | // copyright-holders:R. Belmont | |
1 | 3 | /********************************************************************* |
2 | 4 | |
3 | 5 | a1cassette.h |
r32778 | r32779 | |
2 | 4 | |
3 | Apple I | |
5 | Apple I Cassette Interface | |
4 | 6 |
r32778 | r32779 | |
---|---|---|
1 | // license:BSD-3-Clause | |
2 | // copyright-holders:R. Belmont | |
1 | 3 | /********************************************************************* |
2 | 4 | |
3 | 5 | a1cffa.h |
Previous | 199869 Revisions | Next |