cracyc
75ec87e1ec
(mess) pc9801: this patch no longer works, it's not even needed (nw)
2014-10-25 10:14:13 -05:00
cracyc
89840fe6eb
fix line endings, hopefully (nw)
2014-10-25 10:13:15 -05:00
Miodrag Milanović
4d15049201
Merge pull request #10 from trap15/master
...
Fix frequency for X1-010 and add a note.
2014-10-25 13:13:17 +02:00
Alex Marshall
d0b49b2407
Fix frequency for X1-010 and add a note.
...
I know PhilB is working on a totally new driver, but this should be fixed anyways. It's a very small change, but fixes a lot of things and breaks nothing as far as I can tell.
2014-10-25 03:49:53 -07:00
miodragm
797ef55e2f
Merge branch 'plgDavid-patch-3'
2014-10-25 10:33:28 +02:00
miodragm
f7be2e136e
Merge branch 'patch-3' of https://github.com/plgDavid/mame into plgDavid-patch-3
2014-10-25 10:33:15 +02:00
miodragm
d092bdc6ca
Merge branch 'plgDavid-patch-2'
2014-10-25 10:32:48 +02:00
miodragm
61b3fb62c8
Merge branch 'patch-2' of https://github.com/plgDavid/mame into plgDavid-patch-2
2014-10-25 10:32:30 +02:00
miodragm
45b1c02ed5
Merge branch 'Jonimoose-ti85_changes_for_upstream'
2014-10-25 10:32:04 +02:00
miodragm
cd9047f67c
Merge branch 'ti85_changes_for_upstream' of https://github.com/Jonimoose/mame into Jonimoose-ti85_changes_for_upstream
2014-10-25 10:31:47 +02:00
Osso
82b448adf8
vamphalf.c: moved some video functions into driver class (nw)
2014-10-25 09:16:55 +02:00
Osso
841c2d7b13
ppc: converted remaining callbacks to delegates (nw)
2014-10-25 08:31:27 +02:00
etabeta78
48df1930c4
(MESS) astrocde.xml: added a few prototypes dumped last year. [BallyAlley]
...
out of wn: these were actually in the previous commit, but I forgot to credit...
2014-10-25 08:35:07 +02:00
etabeta78
4c19da9cce
(MESS) astrocde.c: added support for 256K and 512K carts
...
with bankswitch. [Fabio Priuli]
2014-10-25 08:23:15 +02:00
David Viens
56296e0df0
Support for the BEXT instruction (part2)
...
The BEXT instruction is needed for the Unisonic Champion driver which I'm building.
The Intellivision doesn't need it since its EBCA0, EBCA1,EBCA2 and EBCA3 pins are grounded.
The method used was a suggestion from RB
2014-10-24 21:44:22 -04:00
David Viens
754a24b583
Support for the BEXT instruction
...
The BEXT instruction is needed for the Unisonic Champion driver which I'm building.
The Intellivision doesn't need it since its EBCA0, EBCA1,EBCA2 and EBCA3 pins are grounded.
The method used was a suggestion from RB
2014-10-24 21:42:41 -04:00
Robert
0fcd9bf702
Added licence info to some pinball drivers (nw)
2014-10-25 12:23:12 +11:00
cracyc
d635c1a7cc
(mess) a5105: don't draw double wide chars (nw)
2014-10-24 18:04:23 -05:00
cracyc
b5eb1789e6
upd7220: slanted chars [Carl]
2014-10-24 16:20:10 -05:00
Jon Sturm
947d396010
(MESS) ti85: add basic support for the TI-84 Plus
...
Adds known dump of TI-84 Plus which has been sent to a mess dev and supports
enough asic functionality that it boots and runs.
Fixed up model enum to match style from the apple2 and used it to add support
for where the ti84p differs from the ti84pse.
Consolidated code for the 15Mhz calculators so there is less duplicated code
between the ti83pse, ti84pse and ti84 support code.
2014-10-24 16:20:00 -05:00
Sandro Ronco
9696c38f0d
(MESS) asma2k: fixed LCD and RAM bankswitch. (nw)
2014-10-24 19:30:08 +02:00
Cowering
811e803c10
More updates, Figured out country code 1 (nw)
2014-10-24 11:19:38 -05:00
Oliver Stöneberg
9867043d73
added assert for index out-of-bounds access with jolypark (nw)
2014-10-24 18:01:36 +02:00
Oliver Stöneberg
3e4c2c84ea
adjusted check in src/emu/snes/snes_slot.c (nw)
2014-10-24 15:49:33 +02:00
Oliver Stöneberg
58ee4eb6c1
fixed usage of initialized members in dave_device() (nw)
...
also fixes signed integer overflow in dave_device::sound_stream_update()
with ep128 and others
2014-10-24 15:48:51 +02:00
smf-
24228220bc
New games added or promoted from NOT_WORKING status
...
---------------------------------------------------
Pop'n Music 1 (ver AA-A) [smf]
2014-10-24 14:38:45 +01:00
Miodrag Milanovic
6cdca14803
made .gitignore much smaller (nw)
2014-10-24 14:51:06 +02:00
Miodrag Milanovic
44c54629c2
fix for gitignore (nw)
2014-10-24 14:20:32 +02:00
Oliver Stöneberg
ea75a57613
Merge branch 'master' of https://github.com/mamedev/mame
2014-10-24 14:11:24 +02:00
Oliver Stöneberg
4972bd3b54
ignore *.psess and *.vsp in root (nw)
...
these are Visual Studio Performance Analysis output files
2014-10-24 14:11:17 +02:00
mahlemiut
1a7faf39a7
Changed Trident ISA device to be 16-bit, which is likely more correct.
2014-10-24 21:36:52 +13:00
Miodrag Milanovic
02f94acba9
fix eol for brian (nw)
2014-10-24 08:23:55 +02:00
Robert
ccfe7d3a97
gts3a.c : WIP
2014-10-24 16:39:06 +11:00
etabeta78
bee92d27ee
made accessible to frontends usage instructions for tapes which need to
...
be loaded twice. nw.
2014-10-24 07:18:12 +02:00
etabeta78
d7c2e7201a
I still have not complete control over github
2014-10-24 06:10:24 +02:00
etabeta78
7e23a90317
(MESS) spc1000: added support for tapes in .cas format [Fabio Priuli]
...
(MESS) spc1000: added emulation of joystick inputs [Fabio Priuli]
(MESS) added software list for Samsung spc1000 tapes [Fabio Priuli]
out of whatsnew: addition of joystick support made playable Space Invaders, Super Xevious, The Goonies and King's Valley.
2014-10-24 06:10:24 +02:00
Scott Stone
700981f762
delete assert no longer needed (nw)
2014-10-23 17:23:08 -04:00
briantro
eb3ca10a73
sonson.c: Correct Audio CPU clock for Son Son as measured on PCB. [Corrado Tomaselli]
2014-10-23 15:52:09 -05:00
briantro
a712b740c0
psychic5.c: Correct Audio CPU clock for Psychic 5 as measured on PCB. [Corrado Tomaselli]
2014-10-23 15:46:17 -05:00
briantro
4028ec7c6d
segas16b.c: Minor doc update & rom name corrections. - NW
2014-10-23 15:35:35 -05:00
briantro
6ee2cbd9aa
New IGT Player's Plus clone
...
peplus.c: Add the CAPX2172 color prom to the Ace$ Bonus sets correcting color in those sets. [BrianT]
New Clone Added
-----------------------------------
Player's Edge Plus (X002173P+XP000038) Ace$ Bonus Poker [BrianT]
2014-10-23 15:31:53 -05:00
smf-
63682564b2
fixed the other __MSC_VER (nw)
2014-10-23 20:50:00 +01:00
etabeta78
606a5cd345
fixed out-of-bound access during logging
2014-10-23 21:25:27 +02:00
smf-
f889456b7c
fix building with MSVC (nw)
2014-10-23 18:28:07 +01:00
smf-
251aea6e01
renamed psx controller and memory card files, renamed znsec to cat702. (nw)
2014-10-23 18:28:06 +01:00
Olivier Galibert
a16f1c0443
More ignorance (nw)
2014-10-23 19:10:22 +02:00
Oliver Stöneberg
38b44ae386
only normalize component bounds in layout_element::layout_element() when components exist (nw)
...
avoids division by zero for sets using src/emu/layout/vertical.lay
2014-10-23 15:32:31 +02:00
mahlemiut
124803b476
Add check for GCC 4.4.4+ for pragma, definitely doesn't work with 4.4.3
2014-10-24 01:04:19 +13:00
Curt Coder
327b89b2b5
(MESS) x820ii: Added keyboard ROM. [Gabriele]
2014-10-23 13:42:34 +03:00
Oliver Stöneberg
8ddb5bab46
fixed signed integer overflow in address_map::uplift_submaps() - by O. Galibert (nw)
2014-10-23 11:19:39 +02:00