Giter Club home page Giter Club logo

6502's People

Contributors

miniupnp avatar redcode avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

6502's Issues

How can I use this on my project

Hi, I'm making a emulator for my hobby computer using the 6502 CPU. I'm using this library for my emulator CPU emulation. The only thing is, I don't know how to use this. Do I need to power the CPU on and then run the CPU with specified cycles?

NMOS HMOS 6502 accuracy

ASL, INC and possibly other read/write instructions do two writes on an original 6502.
They first write the original value, then the modified one.
The CMOS 65C02 behave differently.

That can cause issues when working on memory mapped I/O, such as what is done on the C64.

Would this work for NES Audio sampling?

Forgive me, I am completely new to C & C++. I am looking for a C library that can "play" (output waveform samples") for NSF and NSFe audio files. I have found a project game-music-emu which contains support for many different types of 8 & 16 emulators but it is written in C++ and I have a need to use C only code due to the development environment for my project.

Would this be a good candidate?

Fix Licensing

Please consider changing the license to something more compatible with a library, such as the LGPL or MIT/BSD. This would allow static linkage and easier inclusion in projects that are more permissively licensed.

fatal error: Z/hardware/CPU/architecture/6502.h: No such file or directory

Installed the Z headerless library as instructed. When building this project, however, it is looking for the file Z/hardware/CPU/architecture/6502.h:

$ make config=release-dynamic all
==== Building 6502 (release-dynamic) ====
6502.c
In file included from ../sources/6502.c:47:
../API/emulation/CPU/6502.h:27:17: fatal error: Z/hardware/CPU/architecture/6502.h: No such file or directory
   27 | #       include <Z/hardware/CPU/architecture/6502.h>
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[1]: *** [6502.make:262: obj/release-dynamic/6502.o] Error 1
make: *** [Makefile:17: 6502] Error 2

The directory architecture and the files inside there don't exist under CPU:

$ ls /usr/local/include/Z/hardware/CPU/
6502.h  Z80.h

Did I miss something during Z installation?

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.