| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
- Remove custom 6845 emulation and use our standard core
- Use the slot system for the parallel interface, fix and implement the
joystick as a slot device and create a printer slot device
- Add support for the RS-232 port
- Add support for the Break key (causes NMI)
|
| |
|
|
|
| |
interface, implemented new floppy controller as expansion device. works
with mfi files, still some issues with plain sector dumps.
|
| | |
|
| |
|
|
|
| |
controller a NASBUS card, convert to the new wdc emulation, add generic
socket emulation, add initial software list.
|
| | |
|
| |
|
|
| |
any RAM mapping it needs. Added support for Brunword MK4 as an expansion device.
|
| | |
|
| | |
|
| |
|
|
| |
Emulated the ABC expansion unit and ABC memory card. [Curt Coder]
|
| | |
|
| | |
|
|
|
make TARGET=mess -j19
will generate all needed files and build MESS, while developing you can use
make TARGET=mess COMPILE=1 -j19
to prevent rebuilding of make files.
Build system have automatic generate of dependencies so will do incremental builds fine.
make clean
will remove all generated files/projects and obj files
|