Commit Graph

26307 Commits

Author SHA1 Message Date
R. Belmont
1da112a853 (MESS) pc_vga: default DAC mask to 0xff, indiana now shows text [Carl] 2014-01-22 02:16:10 +00:00
Brian Troha
62855b919a more PE+ Poker sets
New Clones Added
--------------------------------
Player's Edge Plus (X000536P+XP000038) Joker Poker [BrianT]
Player's Edge Plus (X002440P+XP000053) Deuces Wild Poker [BrianT]
Player's Edge Plus (XM00006P+XMP00006) Multi-Poker [BrianT]
Player's Edge Plus (XMP00030) 5-in-1 Wingboard (CG2426) [BrianT]
2014-01-22 01:11:56 +00:00
Couriersud
38d43fc7fd Fixed reported memory leak in debug build. 2014-01-21 23:34:49 +00:00
Curt Coder
92f475be80 Fixed build. (nw) 2014-01-21 22:28:05 +00:00
Curt Coder
e04ec2a3dd (MESS) g64_dsk: Fixed modern image loading. (nw) 2014-01-21 21:32:41 +00:00
Wilbert Pol
e7b95675bd (MESS) sms.c: Updated some notes and shuffled some code around (Enik Land) (nw) 2014-01-21 19:57:12 +00:00
Wilbert Pol
2813a9510c Added 8x300 to unidasm (nw) 2014-01-21 19:53:12 +00:00
Wilbert Pol
ee0343a310 Getting rid of some references to legacy_cpu_device (nw) 2014-01-21 19:46:53 +00:00
Wilbert Pol
e7362aa0ba Enable all cpu cores in mame (nw) 2014-01-21 19:33:33 +00:00
Ivan Vangelista
163bfbe6df Fixed some z80 related regressions. (nw) 2014-01-21 17:47:05 +00:00
Ivan Vangelista
697ec7482e More Data East games flipscreen work: added a workaround for MT04724 and MT04797, until all drivers are updated to use RAW_PARAMS. (nw) 2014-01-21 17:19:37 +00:00
smf-
e0ef89359e replaced #defines with inline functions (nw) 2014-01-21 16:38:23 +00:00
Robbbert
9a6ce4bf3e (MESS) mx2178 : some more work 2014-01-21 16:30:17 +00:00
Robbbert
50ab23c87e (MESS) new not working system [Al Kossow, Robbbert]
---------------------------
Memorex 2178
2014-01-21 14:35:19 +00:00
smf-
a8ec93faec fixed z80 regressions (nw) 2014-01-21 12:19:35 +00:00
Robbbert
9fcfd02258 New Not-working systems [The Dumping Union, TeamEurope]
----------------------------------
Genius Leader 4004 Quadro L (Germany)
Genius Leader 5000 (Germany)
Genius Leader 5005X (Germany)
Genius Leader 6000SL (Germany)
2014-01-21 12:07:09 +00:00
smf-
d48fb5df85 Added support for 8 bit data transfers using the set features command, instead of using mem_mask as ATA doesn't work that way. [smf] 2014-01-21 07:26:19 +00:00
Fabio Priuli
6019b0f2dc missed this one. nw. 2014-01-21 05:55:43 +00:00
smf-
a6bd80b07f converted z80 to c++ [smf] 2014-01-21 05:51:49 +00:00
smf-
ed175d0a2e moved contents of .inc into .c to removed #define pollution when including h6280.h [smf] 2014-01-21 05:48:14 +00:00
R. Belmont
932a7cc8d2 (MESS) indiana: preliminary hookup of ISA bus and peripherals and MFP. [R. Belmont]
nw: As noted, it puts lots of text in the VGA framebuffer which is never displayed.  Something off-spec with how the VGA is being accessed?
2014-01-21 02:53:23 +00:00
R. Belmont
418dca490b (MESS) ISA: cleaned up 16-bit handling now thanks to a test case (nw) 2014-01-21 01:56:51 +00:00
Wilbert Pol
6f712dbc50 Partially reverted the fix for kram3 for now because it broke the other games in the driver (nw) 2014-01-20 21:54:38 +00:00
Alex W. Jackson
6013c0c40b Fixed MT04726 2014-01-20 20:35:23 +00:00
R. Belmont
5df59e42f9 (MESS) pt68k4: remove unnecessary trampolines, minor cleanups (nw) 2014-01-20 20:19:24 +00:00
R. Belmont
6d563afb0e (MESS) pt68k4 updates: [R. Belmont]
- Added ISA slots and a selection of cards supported by the boot ROMs
- Added XT keyboard interface
- Added speaker (system now beeps)
2014-01-20 20:14:08 +00:00
R. Belmont
f4ec28a9a7 (MESS) ISA bus can now use its own address spaces instead of taking over a CPU's. [R. Belmont]
nw: touch src/mess/machine/isa*.c for best compile/link/run results.  This is completely untested for 16-bit buses, but it works well for 8-bit (stand by for demo commit).
2014-01-20 20:11:36 +00:00
smf-
39ce01ce50 fix length to match the pong.netlist that has the listed hash, to stop "is bad" during -verifyroms * (nw) 2014-01-20 19:09:51 +00:00
Fabio Priuli
b15da3630b (MESS) pico.xml: added a dozen of new dumps, including most of the previously
missing European releases [TeamEurope]
2014-01-20 19:02:18 +00:00
Nathan Woods
7cc05c4256 Broke apart src/emu/ui/filemngr.?, moved src/emu/uiswlist.? ==>
src/emu/ui/swlist.?
2014-01-20 18:59:37 +00:00
Couriersud
7414640ce8 Marked pong as GAME_NOT_WORKING to avoid unnecessary bug reports. 2014-01-20 17:55:11 +00:00
Ivan Vangelista
8ffeff9934 Started improving the dataeast games flipscreen problems: (nw)
*fixed MT04987, MT04942;
*partially fixed MT04897: screen flips now and seems to work fine in actfancr, triothep background doesn't scroll, though
*partially fixed MT04724: screen flips now. BG offset as in MT04797, these are caused by the addition of the SCREEN_RAW_PARAMS which hasn't been accounted in the decbac device flip routines. All drivers using this device must be updated to SCREEN_RAW_PARAMS or a workaround must be added in the device emulation.
Hopefully more to come.
2014-01-20 17:46:17 +00:00
Ivan Vangelista
ff3676ab66 Fixed MT04898. (nw) 2014-01-20 17:21:16 +00:00
Michaël Banaan Ananas
fa502fcfbd was going to do some coleco stuff, but changed my mind 2014-01-20 10:54:25 +00:00
Robbbert
a8f50d7c66 (MESS) fixed compile error on unofficial tools 2014-01-20 10:32:58 +00:00
Brian Troha
298ba96c5a peplus.c: Fix format error from cut-n-paste - nw 2014-01-20 04:46:56 +00:00
R. Belmont
c959f1ac0e n68681: Implement OP3 toggle on timer expire and input delta interrupts. [R. Belmont]
nw: Yes, we're going to start phasing out the old pull method of reading the input ports in order to facilitate the input delta handling.
2014-01-20 04:40:53 +00:00
Brian Troha
c756096a7e peplus.c: Minor doc improvements - NW 2014-01-20 04:39:10 +00:00
Michaël Banaan Ananas
45b091a7a3 mon ami 2014-01-20 04:07:08 +00:00
Michaël Banaan Ananas
43c6da10a5 trivia: gazelle was yet-another-post-toaplan-company 2014-01-20 03:44:33 +00:00
Michaël Banaan Ananas
6bb0cdc707 typo 2014-01-20 03:36:45 +00:00
Couriersud
d589cbb3ad Added DIP package pinouts to 7474 and 9316. 2014-01-19 22:43:42 +00:00
Alex W. Jackson
2e79fd117e (MESS) ng_aes.c: Add GAME_SUPPORTS_SAVE flag to aes 2014-01-19 22:16:40 +00:00
Couriersud
120ba389dd Added some pin assignment devices (*_dip). DICE connects package pins, not logical entities. No WN 2014-01-19 21:36:10 +00:00
Nathan Woods
789165f4ff Cleanups of filemngr.? and tapectrl.? 2014-01-19 16:26:07 +00:00
Nathan Woods
23618e712c Merge branch 'master' of ssh://mess.org/mame 2014-01-19 16:26:06 +00:00
Nathan Woods
8c69a2ebda Split uiimage.? ==> ui/filemngr.? and ui/tapectrl.? 2014-01-19 16:26:00 +00:00
Couriersud
4dc77142f9 Major renaming of netlist device macros, like
NETDEV_ALIAS ==> ALIAS
NETDEV_R ==> RES
NETDEV_C ==> CAP
2014-01-19 15:51:25 +00:00
Nathan Woods
c1158bbabf Merge branch 'master' of ssh://mess.org/mame 2014-01-19 14:32:36 +00:00
Nathan Woods
6c2d620ed6 More unglamorous cleanups 2014-01-19 14:32:31 +00:00