/* * Copyright (C) 2012 Brendan Robert (BLuRry) brendan.robert@gmail.com. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, * MA 02110-1301 USA */ package jace.hardware; import jace.EmulatorUILogic; import jace.apple2e.MOS65C02; import jace.config.ConfigurableField; import jace.config.Name; import jace.core.Card; import jace.core.Computer; import jace.core.Motherboard; import jace.core.PagedMemory; import jace.core.RAMEvent; import jace.core.RAMEvent.TYPE; import jace.core.Utility; import java.io.IOException; import java.io.InputStream; import java.util.Calendar; import java.util.Optional; import java.util.Stack; import java.util.logging.Level; import java.util.logging.Logger; import javafx.scene.control.Label; /** * Implementation of the Thunderclock Plus with some limitations: * * The apple cannot set time. The firmware will act like it is working but * nothing will actually happen when a time set command is sent. * * Though the interrupt features are implemented, they have not been tested. * * @author Brendan Robert (BLuRry) brendan.robert@gmail.com */ @Name("ThunderClock Plus") public class CardThunderclock extends Card { Optional