• Stars
    star
    139
  • Rank 262,954 (Top 6 %)
  • Language
    C
  • License
    GNU General Publi...
  • Created almost 15 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Modern cross-platform Apple IIgs emulator and tools based on KEGS

GS+

An Apple IIgs emulator based on KEGS

Build instructions

OS X dependencies

brew install cmake pkg-config re2c sdl2 sdl2_image freetype

Linux dependencies

apt-get install re2c libsdl2-dev libsdl2-image-dev libfreetype6-dev libpcap0.8-dev

WIN32 dependencies

Install MSYS2 (not MSYS, not cygwin)

32-bit build:

pacman  -S re2c mingw-w64-i686-cmake mingw-w64-i686-SDL2 mingw-w64-i686-SDL2_image mingw-w64-i686-freetype

64-bit build:

pacman  -S re2c mingw-w64-x86_64-cmake mingw-w64-x86_64-SDL2 mingw-w64-x86_64-SDL2_image mingw-w64-x86_64-freetype

Linux, OS X, build

mkdir build
cd build
cmake ..
(optionally: ccmake .. to configure stuff)
make

Windows Build

mingw SDL build

mkdir build
cd build
cmake ../ -DDRIVER=SDL2 -DWITH_DEBUGGER=OFF -G "MSYS Makefiles"
make GSplus.exe

mingw GDI build

mkdir build
cd build
cmake ../ -DDRIVER=WIN32 -DWITH_DEBUGGER=OFF -G "MSYS Makefiles"
make GSplus.exe

More Repositories

1

flapple

Flapple Bird - A de-make of Flappy Bird for the Apple II computer
Assembly
36
star
2

gslib

Apple IIgs Assembly Language Crash Course
Assembly
25
star
3

buckshot

Desktop image tool to convert modern (JPG/PNG/etc) images for use with Apple ][ computers.
C++
22
star
4

MiniMemoryTester

A program designed to exhaustively test expansion memory on an Apple IIGS.
Assembly
14
star
5

b2d

A Utility for Converting Modern Graphics to Apple II Graphics
C
8
star
6

HDGR

A proof of concept of a new graphics mode for the Apple II computer
Assembly
7
star
7

hihex

Like hexdump, but allows you to see "high bit" ASCII in your files. Also great for diffs!
Go
7
star
8

festro

Festro by Digarok - Apple II intro/demo with a KansasFest theme - 65c02 assembly
Assembly
6
star
9

cloudformation-guard-action

A Github Action to allow run cfn-guard (CloudFormation Guard) compliance checks against your templates
Dockerfile
5
star
10

uftp-multicast

Encrypted UDP based FTP with multicast
C
4
star
11

apple2-assembly-github-actions-ci-example

Example project to show CI with Github Actions
Assembly
4
star
12

radius

6502 / 65816 Merlin-style assembly code indenter tool.
Ruby
4
star
13

TransWarpGS-ROM

The TransWarp IIgs ROM 1.8s Disassembly (and reassembly!)
Assembly
3
star
14

senseiplay

A tracker music playback program for the Apple IIgs
Assembly
3
star
15

install-cadius-action

Install Cadius with this simple Github Action -- enable ProDOS images in your workflows!
TypeScript
3
star
16

rc2014sc

RetroChallenge 2014 Summer Competition
Assembly
3
star
17

vscode-merlin-assembler

Merlin32 VSCode Language Extension for 65816 assembly
JavaScript
2
star
18

unbinscii

A program to extract binary files from binscii archives
Ruby
2
star
19

install-merlin32-action

Install Merlin32 on your Github Actions workflows with just one simple action
TypeScript
2
star
20

superbasic-traveler

A traveler's guide to SuperBASIC including demonstration programs
Visual Basic 6.0
2
star
21

gs-image-conversion

This is a set of random scripts and tools I've played around with to convert images for Apple IIgs projects
Shell
2
star
22

merlingo

Formatter library in golang for Merlin Assembly Language syntax
Go
1
star
23

appy

Project builder for emulator disk images
Go
1
star
24

cadius

C
1
star
25

kfest08

A silly demo in Applesoft BASIC
1
star