Commit Graph

36080 Commits

Author SHA1 Message Date
balr0g
5d8183f5b9 License info per request (nw) 2015-05-26 11:50:46 -04:00
Dirk Best
7fe1a69ed8 cgenie_fdc: Add support for the density switch 2015-05-26 17:23:19 +02:00
Miodrag Milanovic
a9978436be Update for Allard van der Bas (nw) 2015-05-26 17:13:48 +02:00
couriersud
1255f9aa63 Fix win32 build. (nw) 2015-05-26 16:39:53 +02:00
balr0g
9f6333e797 Submitted license info (nw) 2015-05-26 10:28:07 -04:00
couriersud
d9448c1e0d Changed plist_t to be closer to vector. Commented out tons of inlines
without any impact on performance. (nw)
2015-05-26 16:14:43 +02:00
Miodrag Milanovic
0ef8344574 update for BUT (nw) 2015-05-26 15:19:21 +02:00
Olivier Galibert
437ac7c12b wd_fdc: interrupts take priority 2015-05-26 15:08:12 +02:00
hap
eb13a4deda added tms1024 device placeholder 2015-05-26 14:53:56 +02:00
Miodrag Milanovic
077ff462f1 update for Tatsuyuki Satoh (nw) 2015-05-26 13:09:51 +02:00
hap
d8cdd334b6 renamed pla files 2015-05-26 12:52:02 +02:00
Curt Coder
b8136ba189 Don't segfault on software list image save. (nw) 2015-05-26 13:20:06 +03:00
couriersud
2f3085aa17 Fixed some netlist issues valgrind pointed me too. In addition, added a
strinb buffer class. (nw)
2015-05-26 11:41:36 +02:00
hap
a04189ad13 selfie stick 2015-05-26 11:35:42 +02:00
hap
b77088811d added tomy breakup skeleton 2015-05-26 11:20:03 +02:00
Miodrag Milanovic
bc402c79b2 Update for Lee Taylor and Paul Swan (nw) 2015-05-26 11:05:02 +02:00
mahlemiut
526aa03040 pc_vga: added non-writable area if VRAM bank is set past the end of available VRAM on the S3 Trio64 and Virge. S3 BIOSes will now correctly probe RAM size and store it in the strapping registers. 2015-05-26 20:16:20 +12:00
Miodrag Milanovic
081000955c put few to Derrick (nw) 2015-05-26 09:39:20 +02:00
hap
a4f6a78d7f fix regression with interrupts 2015-05-26 09:25:45 +02:00
Miodrag Milanovic
c5b5e9ac13 synced credits where it make sense (nw) 2015-05-26 08:48:57 +02:00
Miodrag Milanovic
7510822c3a sync main driver and res of files 2015-05-26 08:48:56 +02:00
Curt Coder
9bcbe3fdec (MESS) mos6530n: Set timer initial value. a2600 calgames now boots. (nw) 2015-05-26 09:29:37 +03:00
Miodrag Milanovic
9fb784804b Updates and fixes for places where we have major contributors decision (nw) 2015-05-26 08:21:28 +02:00
Miodrag Milanovic
65f0aa89b2 update for Peter Ferrie (nw) 2015-05-26 07:43:51 +02:00
balr0g
ca878c9395 Correct credit name 2015-05-25 21:03:41 -04:00
balr0g
4f388b99f3 Corrected emails (nw) 2015-05-25 20:27:39 -04:00
balr0g
fc6f70d83a Requested (nw) 2015-05-25 17:38:42 -04:00
balr0g
67347dc828 More minor changes (nw) 2015-05-25 15:37:57 -04:00
couriersud
c702261bae Discrete audio license update. Put my name on quite a number of discrete
audio drivers which I created. Also inserted D. Renaud were appropriate.
Left FIXMEs were I think the copyright holder could actually be D. R.
(nw)
2015-05-25 21:24:02 +02:00
Curt Coder
1963cf6967 mos6530n: Fixed timer last count. (nw) 2015-05-25 21:33:03 +03:00
Ivan Vangelista
4d5b72800f nbmj8891.c: added save state support (nw) 2015-05-25 19:57:44 +02:00
couriersud
e1e0e9edbd Fixed some clang 3.6 compilation errors and gcc -Wextra warnings. (nw) 2015-05-25 19:32:31 +02:00
Aaron Giles
1763f18b96 License self-service.
License self-service. Mostly adding attribution where I made significant
contributions. In a few cases files I previously missed were
default-attributed to Nicola.
2015-05-25 10:24:34 -07:00
couriersud
d68fe923a1 Added a simple preprocessor to the netlist parsing pipeline.
This preprpcessor understands defines and nested if/else/endif

#define MYMACRO 0

#if (MYMACRO)
....
#else

#endif

One can now run 

./nltool -c run -f src/mame/drivers/nl_pong.c -t 10

without removing preprocessor elements first. This does not work with
netlist originating from DICE currently. These have to be converted
first.

In addition, cleaned up __attribute__ madness in the code. Specifically
removed ATTR_COLD from virtual definitions to avoid the vtable being
declared as cold.
2015-05-25 18:28:20 +02:00
etabeta78
784410e9c9 sms.c: few corrections to the driver [Enik Land]
- define the default offset setting for Light Phaser at only one place;
 - add to the smsj the TH input handling that latches the HCounter,
   because the /HL line is connected to the VDP;
 - minor code/comments maintenance.

out of whatsnew: also fixed the release year of the gamegear parent driver...
2015-05-25 17:41:09 +02:00
arbee
6a616c5a20 Fix copyright assignments for David Viens at his request (nw) 2015-05-25 11:30:48 -04:00
etabeta78
a30174cce6 proper crediting in some source files, and proper acknowledgement of RE contributions
even when no direct code was used
2015-05-25 17:28:59 +02:00
etabeta78
65ed2a47da this one had to be added a few days ago. my bad. nw. 2015-05-25 17:21:27 +02:00
Cowering
d1e51ea9f5 Merge branch 'master' of https://github.com/mamedev/mame 2015-05-25 09:35:32 -05:00
Curt Coder
20e7207803 Revert "(MESS) a7800: Refactored to use the new 6532. (nw)"
This reverts commit 3651bad9c8.
2015-05-25 17:39:48 +03:00
Curt Coder
4d0aae14b9 Revert "(MESS) a2600: Refactored to use the new 6532. (nw)"
This reverts commit 7b341ed3ee.
2015-05-25 17:39:48 +03:00
Cowering
afac3bc469 Merge branch 'master' of https://github.com/mamedev/mame 2015-05-25 09:34:50 -05:00
arbee
dd4d671795 Fix up Tunnel Hunt copyright assignments (nw) 2015-05-25 10:32:38 -04:00
balr0g
6c34d7366e No longer need this (nw) 2015-05-25 10:20:51 -04:00
Miodrag Milanović
1928946dbb Update README.md
Fixed link
2015-05-25 16:06:19 +02:00
balr0g
634eb8edf9 Further clarifications (nw) 2015-05-25 10:00:00 -04:00
balr0g
5a530d78ac Further clarifications (nw) 2015-05-25 09:51:39 -04:00
balr0g
3ba2e1fd22 fix formatting (nw) 2015-05-25 09:50:19 -04:00
balr0g
7006c39be4 Properly, legally handle license stuff as we are still contacting people (nw) 2015-05-25 09:47:10 -04:00
Miodrag Milanovic
3aa2a33edd removed duplicated line, and clashing license on file (nw) 2015-05-25 15:45:16 +02:00