Miodrag Milanovic
eb2a14b153
fix
2015-04-22 13:26:18 +02:00
Curt Coder
67d09b16e9
(MESS) c3040: Disk format WIP. (nw)
2015-04-21 23:52:22 +03:00
Curt Coder
e7967e81b9
(MESS) c4040: Added own sector dump disk format since it's different from what the 1541 uses. [Curt Coder]
2015-04-21 22:25:52 +03:00
Curt Coder
643d5fafe7
(MESS) Added sector image format for the Commodore 8280 8" floppy drive. [Curt Coder]
2015-04-20 22:34:40 +03:00
Vas Crabb
d8254403dc
Headers are in lua files now :/
2015-04-11 22:40:07 +10:00
Miodrag Milanovic
c334fda9a9
Start adding .h and .inc files to help usage inside IDE's like VS and XCode (nw)
2015-04-11 14:17:02 +02:00
Curt Coder
5732623008
(MESS) abc80: Emulated the Scandia Metric ABC FD2 floppy controller. [Curt Coder]
2015-04-07 15:32:53 +03:00
Miodrag Milanovic
86e36b4912
removed includeosd (nw)
2015-04-02 18:04:21 +02:00
Vas Crabb
ab50ffac9d
Move osdcore.c back into libocore, don't allow libutil to #include osd
2015-04-01 18:50:27 +11:00
Miodrag Milanovic
7f1ad1db99
Explicit file listing in lua scripts making generate much much faster (nw)
2015-03-28 10:10:03 +01:00
Miodrag Milanovic
f76d59c41d
Moved build system to GENie [Miodrag Milanovic]
...
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
2015-03-26 09:00:39 +01:00