GithubHelp home page GithubHelp logo

visrealm / vremu6522 Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 3.0 24 KB

6522 / 65C22 VIA emulation library

License: MIT License

C 92.34% CMake 7.66%
6502 6502-emulation 6522 65c02 65c02-emulation 65c22 c99 via wdc65c22

vremu6522's Introduction

vrEmu6522

6522/65C22 emulator written in standard C99 with no external dependencies.

Initially created for my HBC-56 (6502 on a backplane) Emulator

Development status

Unlike my vrEmu6502 and vrEmuTms9918 libraries, this library is in the very early stages of development. So far, I am only implementing features of the 65C22 that I am actively using in my HBC-56 project.

Supported features

  • Timer 1 (one-shot and free-running modes)
  • Timer 2 (one-shot mode)

Unsupported features

  • Everything else

Additional features will be added as required.

Building

vrEmu6522 uses the CMake build system

Checkout repository:

git clone https://github.com/visrealm/vrEmu6522.git
cd vrEmu6522

Setup build:

mkdir build
cd build
cmake ..

Build

cmake --build .

Windows: Optionally, open the generated solution file

Run tests

ctest

Windows: Optionally, build the ALL_TESTS project in the generated solution file

License

This code is licensed under the MIT license

vremu6522's People

Contributors

visrealm avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Forkers

beered corum

vremu6522's Issues

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.