Tree @master (Download .tar.gz)
- ..
- 6821.h
- AppleWin.h
- asset.h
- AY8910.h
- Common.h
- config.h
- CPU.h
- Debug.h
- Debugger_Types.h
- Disk.h
- DiskChoose.h
- DiskFTP.h
- DiskImage.h
- Frame.h
- ftpparse.h
- Harddisk.h
- Joystick.h
- Keyboard.h
- list.h
- Log.h
- Memory.h
- Mockingboard.h
- MouseInterface.h
- ParallelPrinter.h
- Registry.h
- resource.h
- Riff.h
- SaveState.h
- SerialComms.h
- shim.h
- SoundCore.h
- Speaker.h
- SSI263Phonemes.h
- stdafx.h
- stretch.h
- Structs.h
- Timer.h
- Util_MemoryTextFile.h
- Video.h
- wincompat.h
- wwrapper.h
History of
inc
@master
git clone https://git.catseye.tc/linapple/
- Load bmp files and Master.dsk from "proper" dir T. Joseph Carter 6 years ago
- Only define MIN/MAX if needed T. Joseph Carter 6 years ago
- Extra safety to assets, fix dumb typo T. Joseph Carter 6 years ago
- Redo how assets are loaded/managed T. Joseph Carter 6 years ago
- Make all files use UNIX line-endings T. Joseph Carter 6 years ago
- Let's protect assets.h from multiple inclusion T. Joseph Carter 6 years ago
- Move src/Resources.h -> inc/assets.h T. Joseph Carter 6 years ago
- Merge branch 'master' of https://github.com/linappleii/linapple T. Joseph Carter 6 years ago
- Add a shim for eventual porting to SDL2 T. Joseph Carter 6 years ago
- Various formatting fixes and a few minor code updates David Baucum 6 years ago
- Restore TEXT that was probably removed by accident. Chris Pressey 6 years ago
- Remove executable permissions from files that aren't executable. Chris Pressey 6 years ago
- Remove accidentally committed vim droppings T. Joseph Carter 6 years ago
- Merge branch 'master' into ghedger T. Joseph Carter 6 years ago
- Added packaging directories; modified default config file to remove nonstandard path. ghedger 6 years ago
- Global formatting: replace tabs with two spaces. ghedger 6 years ago
- Removed remained of warnings. Note, in CPU.cpp a couple of warning types had to be suppressed because its a specialized situation. ghedger 6 years ago
- Cleanup several build warnings, bringing some code into line with modern compiler standards; Remove some redundant files. ghedger 6 years ago
- Refactor the build directory structure and rewrite the makefile to bring it more in-line with modern standards. ghedger 6 years ago