Git Product home page Git Product logo

apple2efpga's People

Contributors

gyurco avatar newsdee avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

apple2efpga's Issues

Oregon Trail doesn't boot

Tried all the available RBFs and some different Oregon Trail images that I found.
Doesn't work for me.

Open-apple and Close-apple keys missing

Hi gyurco,

Testing with Merlin 8 assembler with full screen editor in appleIIe core, I could not get open-apple key combined with Q to quit, and none of the combinations with this open-apple key. These apple keys are close to space bar in real keyboard, corresponding to alt pc key.
Please, if this is not much complicated, I ask you for a fix.
Looking at mister code, I think this was solved:

https://github.com/MiSTer-devel/Apple-II_MiSTer/blob/master/rtl/keyboard.vhd

library ieee;

  | use ieee.std_logic_1164.all;
  | use ieee.numeric_std.all;
  |  
  | entity keyboard is
  |  
  | port (
  | CLK_14M : in std_logic;
  | PS2_Key : in std_logic_vector(10 downto 0); -- From PS/2 port
  | reads : in std_logic; -- Read strobe
  | reset : in std_logic;
  | akd : buffer std_logic; -- Any key down
  | K : out unsigned(7 downto 0); -- Latched, decoded keyboard data
*missing keys
  | open_apple:out std_logic;
  | closed_apple:out std_logic


  | );
  | end keyboard;

Me dí cuenta ayer probando el assembler Merlin 8 en el core de AppleIIe que no funcionaban las teclas Open-Apple y Close-Apple que serían las que estás pegadas a izquierda y derecha del espacio (teclas alt). Se usan cuando está en el editor de pantalla completa combinada con otras de manera parecida al control, pro para órdenes genérica.. p.e Open-Apple+q es para salir.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.