Showing 15 open source projects for "6502 emulator"

View related business solutions
  • Manage your IT department more effectively Icon
    Manage your IT department more effectively

    Streamline your business from end to end with ConnectWise PSA

    ConnectWise PSA (formerly Manage) allows you to stop working in separate systems, and helps you build a more profitable business. No more duplicate data entries, inefficient employees, manual invoices, and the inability to accurately track client service issues. Get a behind the scenes look into the award-winning PSA that automates processes for each area of business: sales, help desk, support, finance, and HR.
  • Holistically view your business data within a single solution. Icon
    Holistically view your business data within a single solution.

    For IT service providers and MSPs that need a data platform to manage their processes

    BrightGauge, a ConnectWise solution, was started in 2011 to fill a missing need in the small-to-medium IT Services industry: a better way to manage data and provide the value of work to clients. BrightGauge Software allows you to display all of your important business metrics in one place through the use of gauges, dashboards, and client reports. Used by more than 1,800 companies worldwide, BrightGauge integrates with popular business solutions on the market, like ConnectWise, Continuum, Webroot, QuickBooks, Datto, IT Glue, Zendesk, Harvest, Smileback, and so many more. Dig deeper into your data by adding, subtracting, multiplying, and dividing one metric against another. BrightGauge automatically computes these formulas for you. Want to show your prospects how quick you are to respond to tickets? Show off your data with embeddable gauges on public sites.
  • 1

    MC 6800 Emulator for Teensy 4

    6800 Emulator runs on Teensy 4 processor

    6800/ET-3400 Emulator, designed for the Teensy 4.0/4.1 processors. Build this with the Arduino IDE 2.0. Full Source and readme included in archive. Programs written in 6800 assembly can be run in the emulator. It supports two modes of operation, an internal monitor program and a mode that emulates the Heathkit ET3400 (and ET-6800) microprocessor trainers. Motorola released the MC6800 chip in 1974. It was a source of inspiration for the designers of the more popular (and cheaper) 6502 chip...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 2
    Orao Basket

    Orao Basket

    Programming tools for emulator of eight bit computer ORAO

    Smederevo, 05, august 2018 Long time ago, about 1986 I have become proud owner of eight bit computer ORAO based on MOS 6502 processor. It was first and for me the best home computer at that time. My whole knowledge of computer programming begins with that computer. Recently for some unknown reason I have become interested in old eight bit computers again. After short search on the Internet I have found emulator of my favorite computer. It literally emulates every peace of hardware installed...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    EasySXB

    Terminal for the SXB line of products from Western Design Center

    EasySXB is a terminal emulator designed for use with the SXB line of 6502/65816-based board-level products from Western Design Center. A graphical interface is provided for quick access to monitor functions, such as changing registers or uploading programs. The following products are currently supported: * W65C265SXB * W65C134SXB
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    MOS 6502 Emu

    Emulator for the 6502 Microprocessor

    C implementation of the MOS 6502 microprocessor
    Downloads: 0 This Week
    Last Update:
    See Project
  • Cyber Risk Assessment and Management Platform Icon
    Cyber Risk Assessment and Management Platform

    ConnectWise Identify is a powerful cybersecurity risk assessment platform offering strategic cybersecurity assessments and recommendations.

    When it comes to cybersecurity, what your clients don’t know can really hurt them. And believe it or not, keep them safe starts with asking questions. With ConnectWise Identify Assessment, get access to risk assessment backed by the NIST Cybersecurity Framework to uncover risks across your client’s entire business, not just their networks. With a clearly defined, easy-to-read risk report in hand, you can start having meaningful security conversations that can get you on the path of keeping your clients protected from every angle. Choose from two assessment levels to cover every client’s need, from the Essentials to cover the basics to our Comprehensive Assessment to dive deeper to uncover additional risks. Our intuitive heat map shows you your client’s overall risk level and priority to address risks based on probability and financial impact. Each report includes remediation recommendations to help you create a revenue-generating action plan.
  • 5

    SASM

    MOS 6502 Emulator

    This is an attempt at Emulating the 6502 line of processors. It is an experiment to become more familiar with how CPUs and computers work. I selected the 6502 for its popularity, and theoretically well documented architecture. To that end it was created in managed code using C# and less attention was paid to optimization, instead it represents something closer the the actual state machines present in a CPU. My primary goals for this project have been completed. Write a 6502 CPU from...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Laser is a multiple arcade emulator available for several platforms. It uses Marat Fayzullin's Z80 and 6502 CPU emulators. It was originally based on Mike Green's SinVader.
    Leader badge
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7

    NES Sound Test

    A program for the NES that can test the audio

    A program written in 6502 assembly for the ca65 assembler(which is part of cc65) that shows a list of available sounds to test and will allow the user to choose which sound to play. I made this so I can better understand how the sound works in the NES and hopefully someday emulate the sound in my future NES emulator.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Another NES emulator is a fun project. Goal of this project is to learn how to program an emulator and to get a deep understanding of the MOS 6502 processor.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Crikey 6502 is basically a machine code monitor and simple emulator coded mostly from scratch in C. It is compact, but it has many features.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Distribution Network Design and Transportation Optimization Software Icon
    Distribution Network Design and Transportation Optimization Software

    Companies seeking a supply chain optimization and operations solution

    Founded by a team of supply chain optimization and operations experts, each with over 30 years’ experience, Logistix Solutions was established in 2006 to provide premier technology solutions and in-depth industry knowledge for logistics professionals. Logistix Solutions offers Distribution Network Design and Transportation Optimization Software for small and medium-sized businesses as well as larger enterprises throughout the world. Take advantage of our free supply chain optimization analysis to instantly pinpoint savings in your own supply chain. We give you an immediate snap shot of a distribution network like yours and what an optimized solution looks like. We offer a full range of logistics software solutions which are essential tools for any company looking to optimize their distribution network, manage their transportation operations, improve inventory and production, or model continuous improvements to supply chain operations for a rapid Return on Investment.
  • 10
    Robust 6502 processor core emulation + debugging tools. The goals are to provide (1) a portable core and (2) tools for teaching emulator developers about the 6502 and emulation in general.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Motorola/Clones 6502 emulator, There is two versions, one is opcode granularity (dead6502), the other is cycle granularity (dead6502v4). It has been used by myself in various projects requiring a 6502 emulator.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    An Apple ][, ][+, ][e, //c emulator written in portable C++. Should run on any computer. The 6502 emulator is written as an interface to be fully reusable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    A 6502 Emulator written in C, that will support Apple II and possibly other 6502-based systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    The Free 6502 emulator is a portable, extensible and configurable library for emulating the 6502 processor, used in many older computers and video games. It is aimed at reliability and speed, to allow it to be used to emulate any system based on the 6502.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    A 6502 emulator for the 21st century. Initial development will be in C, but may lead to a portable Java implementation with graphical display.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next