Joakim Larsson Edström
19117955e8
Added PIT68230 to available machines and enabled it for my configuration
...
Conflicts:
scripts/src/machine.lua
scripts/target/mame/my.lua
2015-07-20 18:07:07 +02:00
Wilbert Pol
69f5f49c52
msx.c: Start hooking up moonsound; not fully working yet (nw)
2015-07-19 14:36:12 +02:00
couriersud
aa5785832c
Add macro library for opamp models. (nw)
2015-07-16 23:10:36 +02:00
R. Belmont
e0eb69cac6
Merge pull request #240 from belegdol/master
...
Added ability to use system PortAudio
2015-07-13 09:12:44 -04:00
couriersud
fae860f0dd
Changed uppercase filenames to lowercase. (nw)
2015-07-12 17:35:37 +02:00
couriersud
d97724dfb6
Created macro libraries for CD4XXX and 74XX chip families. Going
...
forward, these will contain all devices which can be described using
truthtables and DIPPINS. [Couriersud]
2015-07-12 17:06:59 +02:00
balr0g
c7b8aa5482
Don't think this was intended to be committed (nw)
2015-07-09 11:55:42 -04:00
balr0g
8048910282
MONGOOSE_ENABLE_THREADS is only autodefined on Windows
2015-07-09 10:53:37 -04:00
therealmogminer@gmail.com
14c07a34b1
Fix the majority of CEN64 SSE stuff, nw
2015-07-09 13:30:12 +02:00
Dirk Best
08c7ed6ffb
guab: Updated driver to use the standard wd floppy controller.
...
This also means that it now uses the software list system instead of
loading the floppy disk image into a memory region. To run the driver
use: "mame guab -flop guab3" now. You may also just start the driver,
then choose a floppy disk image from the builtin file manager.
2015-07-09 12:58:25 +02:00
Cowering
3a692ce773
required to get latest mongoose compiling
2015-07-08 23:37:55 -05:00
Julian Sikorski
1b5d213aaa
Added ability to use system PortAudio
2015-07-05 22:08:10 +02:00
Michael Zapf
5ed6d7c6f9
This is it. ti99 says Goodbye to legacy floppy.
2015-07-05 19:59:37 +02:00
mahlemiut
4e99dc8cfe
amstrad: added DDI-1 disk drive expansion (464 only), and make 464 and 664 default to 64k RAM.
2015-07-05 00:25:52 +12:00
couriersud
07a7c190fd
Added MM5837 Noise Generator used by Congo Bongo. [Couriersud]
2015-07-04 13:23:15 +02:00
hap
563b496792
renamed some cpu core inc files to c
2015-07-03 23:04:24 +02:00
hap
9c8b2c6a1a
moved sm510/11/12 specifics to their own files
2015-07-03 21:34:53 +02:00
hap
2b8c61e22b
ok, fixed build
2015-07-03 19:51:51 +02:00
hap
7b0b0bbc95
added SM510 cpu skeleton
2015-06-30 02:10:33 +02:00
Dirk Best
caa26040c7
rc759: wip. initial version of the intel 82730 text coprocessor, and
...
added more meat to the driver. currently dies testing the cassette.
2015-06-27 20:50:15 +02:00
Vas Crabb
382dd0f616
Make the SSE tables a static inside the SSE implementation class (nw)
...
Also encapsulate the pointer casting used to access it in static functions
Don't mean to step on any toes, sorry if this inconveniences you MooglyGuy
2015-06-27 02:42:00 +10:00
Vas Crabb
84aa21184b
Pick the low-hanging fruit (nw)
...
Implemented most of MooglyGuy's new RGB intrinsics for VMX/Altivec
Still need to do blend, bilinear filter and merge alpha
2015-06-23 21:02:30 +02:00
therealmogminer@gmail.com
55c2e3ef5d
nw, update lua script
2015-06-23 21:02:30 +02:00
therealmogminer@gmail.com
fd6db5d503
Convert rgbint and rgbaint globals to a class (nw)
2015-06-23 21:01:36 +02:00
Miodrag Milanovic
c5c718beb8
no need for subdir for these projects, those are same for all mame builds (nw)
2015-06-22 17:57:50 +02:00
Miodrag Milanovic
a65f0f36a3
for separate drivers use simple naming logic (nw)
2015-06-21 09:07:07 +02:00
Miodrag Milanovic
89669187a7
arm7 also use drc code (nw)
2015-06-21 09:07:06 +02:00
Miodrag Milanovic
fa6a859646
Made FM cores compile only in group, that way it always work (nw)
2015-06-21 08:16:36 +02:00
Miodrag Milanovic
d158684474
fixed order of libs making apricot build fine (nw)
2015-06-20 20:19:30 +02:00
Miodrag Milanovic
5a7a29e833
some metadata fixes (nw)
2015-06-20 20:10:19 +02:00
Miodrag Milanovic
449a851e34
Fix more driver building, going deeper in checks (nw)
2015-06-20 19:19:03 +02:00
Miodrag Milanovic
c665cb017b
Fix compiling just specific fm cores (nw)
2015-06-20 18:37:30 +02:00
Miodrag Milanovic
239c31b584
Made possible creation of custom builds with given list of drivers included.
...
Note that game list is parsed so if macros are used they will not be found.
example:
make SUBTARGET=cops -j9 DRIVERS=src/mame/drivers/cops.c
2015-06-20 18:20:44 +02:00
Miodrag Milanovic
654a5ca29b
update metadata in lua files (nw)
2015-06-20 13:21:10 +02:00
mahlemiut
d685805614
amstrad: add support for the Dobbertin HD20 hard disk.
2015-06-20 22:01:00 +12:00
couriersud
a68161ee27
Move solver code into own folder. (nw)
2015-06-19 18:33:14 +02:00
Miodrag Milanovic
8b1fdcb518
force rebuild version.c (nw)
2015-06-15 08:46:16 +02:00
Miodrag Milanović
6ad1b32595
Merge pull request #207 from fulivi/hp64k_dev
...
New driver for hp 64000 development system
2015-06-10 14:13:32 +02:00
Dirk Best
1c1860499f
move some legacy formats over to imgtool since it's now the only user
2015-06-10 12:28:33 +02:00
Dirk Best
9b4905c6b6
apricot: add an expansion slot interface and add two ram expansion
...
cards. this will also be usuable by the apricot f series and portable.
2015-06-08 20:41:32 +02:00
Dirk Best
6ba157cb67
vtech1_dsk: remove, no longer used
2015-06-08 13:15:03 +02:00
Dirk Best
126f95c786
atarist_dsk: remove, no longer used
2015-06-08 11:24:49 +02:00
Miodrag Milanović
a208071e9d
Merge pull request #202 from wallyweek/sdlinipath
...
Added new SDL_INI_PATH flag [Cesare Falco]
2015-06-07 06:22:12 +02:00
Julian Sikorski
9027ce9575
Added the ability to use system flac, jpeg, lua, sqlite3, portmidi and zlib based on wallyweek's work
2015-06-06 23:39:24 +02:00
Cesare Falco
6cd8271575
Added new SDL_INI_PATH flag
2015-06-06 16:32:04 +02:00
Dirk Best
1c8c6405e9
goodbye old friend, you had a good run.
2015-06-05 10:48:22 +02:00
Dirk Best
c414fffc30
thompson: updated to use the new wd fdc. same deal with as bbc: drives 0
...
and 1 are used for the controller with the wd, other legacy drives for
other controllers (needs slotification).
2015-06-05 10:21:37 +02:00
Dirk Best
a444bc8e25
coco: updated to use the new wd fdc
2015-06-04 16:55:30 +02:00
Dirk Best
3a571779c0
trs80: updated to use the new wd fdc
2015-06-04 08:33:57 +02:00
fulivi
7717489f3e
hp64k: Preliminary version of HP Hybrid CPU (no interrupts & no DMA yet)
2015-06-03 14:22:59 +02:00