Commit Graph

36411 Commits

Author SHA1 Message Date
hap
3035b82eaf added note 2015-06-07 22:55:00 +02:00
balr0g
49bbeae98e Revert "Placed back old corealloc otherwise NO_MEM_TRACKING do not have any meaning (nw)"
(Requested by R.Belmont since this breaks build with GCC 5.1.)
This reverts commit aae343fced.
2015-06-07 15:35:00 -04:00
ted green
f6c745640f Clean up rasters for gtfore 2015-06-07 12:29:22 -06:00
ted green
86d6b88038 voodoodefs.h -- Re-organized macros into function calls to help in optimization identification. The old macros can still used by setting USE_OLD_RASTER to 1.
-- Made new functions use SSE2 implementation.
rgbgen.h -- Added immediate add and mult add functions.
rgbsse.h -- Added SSE2 implementation of immediate add and mult functions.
voodoo.c -- Added comments for rasters.
2015-06-07 12:24:58 -06:00
balr0g
021aa9eb6c Nope. (nw)
This reverts commit 72794f8ff1.
At least this provides a more useful stacktrace, if anyone wants to
debug.
2015-06-07 12:25:38 -04:00
balr0g
72794f8ff1 Use attribute unused for inlined new/delete. (nw)
This is still not compliant code, and will probably break with LTO,
but is a cleaner fix for the warning. Using this attribute also ensures
that the linker doesn't remove the code.
2015-06-07 12:02:20 -04:00
Michael Zapf
05a79d2e20 MFM hard disk WIP; adding config options 2015-06-07 17:52:23 +02:00
Miodrag Milanovic
b6ce8ee991 Licenses for Raphael Nabet (nw) 2015-06-07 17:37:34 +02:00
Miodrag Milanovic
b6a4cf45ca Merge branch 'master' of https://github.com/mamedev/mame 2015-06-07 17:28:37 +02:00
Miodrag Milanovic
6cade077e0 and remove (nw) 2015-06-07 17:27:58 +02:00
Dirk Best
18db93e799 apricot: use correct wd fdc type and fix floppy motor on, implement
graphics mode, simulate sio irq m1 access. successfully boots from disk
now.
2015-06-07 17:03:28 +02:00
Dirk Best
995350c3f7 apricotkb: fix license 2015-06-07 17:03:25 +02:00
Miodrag Milanovic
48fb1dfb85 lets make it just for mingw (nw) 2015-06-07 16:47:41 +02:00
Miodrag Milanovic
041ba8bc2f placed this back to disable warning on clang (nw) 2015-06-07 14:15:04 +02:00
Miodrag Milanović
ed05af5bff Merge pull request #205 from SailorSat/master
Model1 Communication Board [Ariane Fugmann]
- add emulator options required for comm boards
- add the model 1 communication board as a device
- add an optional simulation for the model 1 communication (enabled atm.)
- allows to play Virtua Racing, Virtua Formula and WingWar in "link mode".
2015-06-07 13:30:59 +02:00
Miodrag Milanovic
fabe12b282 should go like this (nw) 2015-06-07 13:06:35 +02:00
Miodrag Milanovic
be9551fdde Fix for 64bit build size thanks to Peter Ferrie (nw) 2015-06-07 12:59:55 +02:00
Ariane Fugmann
9e10a6a35a M1COMM - added simulation code
based on
http://www.mameworld.info/ubbthreads/showflat.php?Cat=&Number=297577
http://www.mameworld.info/ubbthreads/showflat.php?Cat=&Number=333324
2015-06-07 12:30:46 +02:00
Miodrag Milanovic
da17662c84 Added license for David Graves (nw) 2015-06-07 12:24:49 +02:00
Miodrag Milanovic
ea2adadec4 Was Wilberts work (nw) 2015-06-07 11:37:27 +02:00
Miodrag Milanovic
aae343fced Placed back old corealloc otherwise NO_MEM_TRACKING do not have any meaning (nw) 2015-06-07 11:35:28 +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
Miodrag Milanović
cee210f47e Merge pull request #203 from belegdol/master
Added the ability to use system flac, jpeg, lua, sqlite3, portmidi and zlib based on wallyweek's work
This brings the system lib capabilities back to where they were prior to build system rewrite [Julian Sikorski]
2015-06-07 06:20:28 +02:00
cracyc
0cf27a8f7d m20: improve keyboard [Carl] 2015-06-06 21:01:58 -05:00
Dirk Best
244b8d315d apridisk: update for new floppy system 2015-06-07 03:21:17 +02:00
Dirk Best
cf7eb6a396 i8089: add support for DMA_WAIT_FOR_SOURCE_DRQ 2015-06-07 03:21:13 +02:00
couriersud
3db351f5c9 Added kidniki sound board netlist to nl_examples. Currently the netlist
boils down to a 87x87 matrix. This is due to a total of 6 opamps which
all are submodels and thus add their own internal nets. 
Gauss Seidel iterative solving comes to it's limits.
nltool runs this at about 50% speed on my machine. Given the complexity
this is quite good. Yet, any m62 game currently will not be playable.
Time for a new cpu :-)
[Andrew Gardner, Couriersud]
2015-06-07 02:16:55 +02:00
couriersud
5107c16ca6 Fixed a number of bugs and some additions:
- fixed bugs in the spice(Kicad) conversion
- fixes submodel difference between inline and parsed netlist
- added truthtable 7404 and 7486 models
- aligned input and output naming for truthtable and specialised 74xx
models.
2015-06-07 02:16:54 +02:00
Ariane Fugmann
7bc2f26393 Merge pull request #1 from mamedev/master
merge with base
2015-06-07 01:38:39 +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
Ariane Fugmann
e14de8c687 Core - Added emulation options for comm settings 2015-06-06 23:37:57 +02:00
Dirk Best
887742e308 cgenie: update, verify, clean, sort software lists. more to come. 2015-06-06 18:39:01 +02:00
Dirk Best
ff128c4db0 cgenie: change default rst key to f5 so that it doesn't interfere with
the tab-ui
2015-06-06 18:38:56 +02:00
Cesare Falco
6cd8271575 Added new SDL_INI_PATH flag 2015-06-06 16:32:04 +02:00
MetalliC
e097a7a7e0 naomi.c: full dump of "Samba De Amigo" prototype [Arzeno Fabrice, MetalliC, rtw] 2015-06-06 15:40:28 +03:00
R. Belmont
36aa4adf50 Merge pull request #201 from belegdol/master
Added OPT_FLAGS back [Belegdol]
2015-06-06 07:55:22 -04:00
arbee
e644a84b01 Fix compile on Linux GCC 5.1.1 / Fedora 22 (nw) 2015-06-06 07:44:33 -04:00
Julian Sikorski
13506b6b54 Added OPT_FLAGS back 2015-06-06 13:38:19 +02:00
Scott Stone
ccd68e80db Fix wording/setname for recently added set (spaceattl -> spaceatt2k). "Lich" is apparently a geographical location and not part of the company name. (nw) 2015-06-06 07:19:52 -04:00
Wilbert Pol
6684d8af8e rspcp2: Moved m_op member into a struct so it can be allocated in the drc cache. Fixes MT5953. 2015-06-06 09:24:02 +02:00
Scott Stone
4366f6cccb New Clones Added
----------------
Space Attack (2k roms)(bootleg of Space Invaders) [MikeMcBike]
2015-06-05 23:19:59 -04:00
Scott Stone
81040e4836 Added missing video board PAL for xevious and clones. [caius] 2015-06-05 23:17:13 -04:00
Scott Stone
49cfff0a55 Corrected labels for set "darkseal1" with a detailed pcb picture/dump which matched 100% - provided by system11. Also, changed integer values for xtals to presets. (nw) 2015-06-05 21:53:08 -04:00
Wilbert Pol
a1e92d76f6 clifront.c: Parse ini files before looking for software. (nw)
This way the hashpath setting will actually be used to search
for software in software lists. This only occured when starting
the emulator with the auto-search/mounting-software-feature:
mame nes sonic
this format worked ok:
mame nes -floppy sonic
2015-06-05 22:26:04 +02:00
Olivier Galibert
a95d0e02c9 floppy: Ensure that get_next_transition always provide the next transition [O. Galibert] 2015-06-05 21:59:55 +02:00
couriersud
e138491f22 Fixed a number of bugs
- proxy savestates
- solver savestates
- 7490 both counts firing at the same time bug fix.
and changed timed list to be resizable. [Couriersud]
2015-06-05 18:18:25 +02:00
R. Belmont
8a09fd8886 Merge pull request #198 from andrea-petrucci-1975/patch-2
Gameshark is a clone of Action Replay [Andrea Petrucci]
2015-06-05 09:10:27 -04:00
R. Belmont
4fff39d124 Merge pull request #200 from NJRoadfan/master
Improve Ensoniq 5503DOC Swap Mode [NJRoadfan]
2015-06-05 09:05:48 -04: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