Commit Graph

36018 Commits

Author SHA1 Message Date
couriersud
d298ab53fe Fix nltool compile. After the next release the netlist folder structure
needs some redesign to better align with standalone compile. More header
optimisation. (nw)
2015-05-25 02:21:19 +02:00
couriersud
12c9e541f3 Only use _mm_malloc when compiling netlist standalone. (nw) 2015-05-25 01:04:35 +02:00
couriersud
74942bf908 Fixed a number of -Wpedantic messages in netlist. The netlist code and
nltool can now be again compiled without mame. Added a simple options
class for this purpose. (nw)
2015-05-25 00:56:02 +02:00
couriersud
036ce19c55 Cleaned up RESTRICT and ATTR_ALIGN usage. (nw) 2015-05-25 00:56:01 +02:00
Curt Coder
9779dd7bbf Even better fix. (nw) 2015-05-25 00:48:26 +03:00
Curt Coder
2503b24d88 Better fix. (nw) 2015-05-25 00:46:16 +03:00
Paul Priest
51f0046d04 Self-service (nw)
Drivers/core where made (still) recognisable contributions as non-primary author. Any objections, feel free to revert.
2015-05-24 21:32:07 +01:00
Curt Coder
f82a4685ba (MESS) abc80: Default to ABC 830 disk drive with fast controller. [Curt Coder] 2015-05-24 21:31:16 +03:00
Curt Coder
45124a5645 Fixed OS X compile, hope this doesn't break other environments. (nw) 2015-05-24 21:18:10 +03:00
Luca Elia
b3d5add497 cv1k credits (nw) 2015-05-24 19:51:54 +02:00
Dirk Best
b3b2768cc9 cgenie: Rewrote driver and removed lots of cruft.
- 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)
2015-05-24 18:31:36 +02:00
Miodrag Milanovic
434da1bdf4 update for Phil Stroffolino (nw) 2015-05-24 16:42:51 +02:00
Miodrag Milanovic
7c8d58ad82 cleanup, was rewrite (nw) 2015-05-24 16:08:21 +02:00
hap
46123eb11d add OG to segapcm 2015-05-24 16:04:57 +02:00
hap
832bab865a ugly whitespace cleanup 2015-05-24 15:49:49 +02:00
hap
04d6212706 tag self 2015-05-24 15:44:31 +02:00
Miodrag Milanovic
6507823863 Update for Hiromitsu Shioya and some fixes(nw) 2015-05-24 15:29:58 +02:00
Miodrag Milanovic
7a2ac30275 update in agreement with ImJezze (nw) 2015-05-24 14:53:26 +02:00
couriersud
6ec2232ad1 License update. (nw) 2015-05-24 14:28:30 +02:00
hap
0637fcd4bd added credit 2015-05-24 14:13:54 +02:00
couriersud
fede658aa6 Cleaned up includes in header files and reworked memory allocation. (nw) 2015-05-24 13:00:59 +02:00
Miodrag Milanovic
790cec0ac3 update for Chris Hardy (nw) 2015-05-24 12:40:53 +02:00
Miodrag Milanovic
4c7ae050d6 update for Joseba Epalza (nw) 2015-05-24 12:38:28 +02:00
Miodrag Milanovic
e65292270a Update for Norbert Kehrer and one fix (nw) 2015-05-24 12:00:05 +02:00
Miodrag Milanovic
baae1beaf5 RIP our friend, we respect your wish (nw) 2015-05-24 11:35:38 +02:00
Miodrag Milanovic
7fa541d95f was marked in text as GPL2 (nw) 2015-05-24 11:35:37 +02:00
Miodrag Milanovic
0ea05cdf91 two contributors just provided tech info according to whatsnew (nw) 2015-05-24 11:35:36 +02:00
MetalliC
d2fc258f66 new megadrive dump (nw) 2015-05-24 12:09:14 +03:00
Miodrag Milanovic
1dff773769 Update for Takahiro Nogi (nw) 2015-05-24 10:52:09 +02:00
hap
60a47384a1 added handlers to ebaskb2,efootb4 2015-05-24 09:42:08 +02:00
Miodrag Milanovic
3ab9e5988a Update to real name (nw) 2015-05-24 09:41:40 +02:00
Curt Coder
8d9808658e (MESS) mos6530n: Fixed timer. (nw) 2015-05-24 10:40:36 +03:00
Robbbert
81e7d405b8 Merge branch 'master' of https://github.com/mamedev/mame 2015-05-24 14:02:24 +10:00
Robbbert
c26b5dadc4 (MESS) camplynx: added TAP cassette format. 2015-05-24 13:58:21 +10:00
arbee
b5af929c5b License self-service (nw) 2015-05-23 22:13:10 -04:00
Robbbert
c3573f9201 Merge branch 'master' of https://github.com/mamedev/mame 2015-05-24 11:05:22 +10:00
Robbbert
c712f06463 I wrote these 2015-05-24 11:02:03 +10:00
balr0g
e27980a543 spelling (nw) 2015-05-23 20:40:35 -04:00
Curt Coder
8208cb075b mos6530n: Fixed timer not running at reset. (nw) 2015-05-24 00:34:40 +03:00
Curt Coder
e0b676f26a mos6530n: Fixed edge detect. (nw) 2015-05-23 21:56:14 +03:00
Curt Coder
a474c0e5e6 mos6530n: Fixed address maps. (nw) 2015-05-23 21:31:33 +03:00
ted green
71afdc9758 mips3 -- Added routine for clearing fastram region so that dynamic ram allocation can be mapped to fastram.
atahle -- Added clear cache command.
iteagle -- Re-arrange inputs for different games.
voodoo_pci -- Add pre-fetchable flag to BAR.
iteagle_fpga -- Added memory for eagle1 boards and map gun input.
vrc4373 -- Split memory space mapping routines for CPU and PCI spaces and added fastram for CPU.
2015-05-23 11:49:40 -06:00
Miodrag Milanovic
7b886584dc update for Guru (nw) 2015-05-23 19:18:02 +02:00
Miodrag Milanovic
1221038133 update license for Mike Balfour (nw) 2015-05-23 19:13:55 +02:00
Miodrag Milanovic
5b7bcaedf2 friol fix (nw) 2015-05-23 19:11:31 +02:00
Miodrag Milanovic
425ab95ba0 update for Acho A. Tang (nw) 2015-05-23 19:07:32 +02:00
Miodrag Milanovic
d793c88026 Update license and email for Manuel Abadia (nw) 2015-05-23 19:01:20 +02:00
Robbbert
1f9b3537c9 Merge branch 'master' of https://github.com/mamedev/mame 2015-05-23 22:31:51 +10:00
Robbbert
ca0054a8d9 Camputers Lynx: added cassette save and load, added lower case for pasting, added notes. 2015-05-23 22:27:43 +10:00
therealmogminer@gmail.com
45b0cb6989 (MESS) - n64: RDP - remove threaded waits to increase performance. [MooglyGuy] 2015-05-23 14:19:16 +02:00