Commit Graph

73675 Commits

Author SHA1 Message Date
Ivan Vangelista
228ddfb7aa skylncr.cpp: arrays, templates and state saving (nw) 2020-06-07 09:49:55 +02:00
Robbbert
9459d1db63 (nw) removed myself from some drivers 2020-06-07 12:08:35 +10:00
AJR
8f767045c8 beehive: Add ESC key; rename to dm3270 2020-06-06 18:29:31 -04:00
David Haywood
9b2fa37c94
Plug and Play work (new working machine) (#6800)
* SunPlus current progres (nw)

* defer expensve operation (nw)

* new WORKING machine
----
Millennium M521 Arcade Neo 2.0 (Family Sport 220-in-1) [TeamEurope, David Haywood]

- reworked / tweaked some of the SPG rendering based on my own research (nw)

* param no longer required (nw)

* move speedups (nw)

* (nw)

* fix asror, fixes piggy golf and ball shooter on unsp20 (nw)
2020-06-06 18:09:06 -04:00
arbee
8804ab4419 spectred: Put the $C300 ROM in the right place (nw) 2020-06-06 17:29:55 -04:00
AJR
18cb543c22 beehive: Add beep 2020-06-06 16:42:27 -04:00
Ivan Vangelista
40101244cd gaelco2.cpp: fixed MT07675 and MT07676 (nw) 2020-06-06 21:55:39 +02:00
AJR
118b94e18f beehive: Rewrite video emulation using CRTC and DMAC; add interrupts 2020-06-06 15:38:50 -04:00
couriersud
ea0f297c85 netlist: remove more macro usage, fix win float exceptions. (nw) 2020-06-06 20:43:13 +02:00
couriersud
8a1ece4a3b netlist: Reduce macro usage and make use of pstring utf8. (nw) 2020-06-06 20:43:12 +02:00
couriersud
e3901f419c netlist: code maintenance. (nw)
Fix visibility of classes in nlid_system.h.
Fix tidy warning for penum.
2020-06-06 20:43:11 +02:00
couriersud
3f9bb5d1ea netlist: Enable utf7 filenames on windows. (nw) 2020-06-06 20:43:10 +02:00
Ivan Vangelista
c891603d86 devices/video/psx.cpp: initialized a couple of variables that were causing problems in devnoclear debug builds (nw) 2020-06-06 20:37:20 +02:00
Ivan Vangelista
fe54e8cf0f various devices used by hp9k_3xx.cpp: initialized some variables to fix problems found in devnoclear debug builds (nw) 2020-06-06 20:06:31 +02:00
Robbbert
6ac207fdc5 (nw) proteus3: cleaned 2020-06-07 02:44:31 +10:00
Robbbert
4bc23448b0 (nw) unior: cleaned 2020-06-07 02:25:57 +10:00
Stevie-O
8b021e8bf3
Debugger: add condump command to export console buffer to a log file (#6781)
This is another debugger enhancement -- it allows you to export the
current contents of the debug console window to a file.

The filename parsing is based on the `trace` command, and as such,
supports both the "{game}" placeholder, and the ">>" prefix for
appending instead of overwriting.
2020-06-07 01:31:33 +10:00
rfka01
fe2802711c
pc.cpp: more consistent ROM naming, versions 0.7e to 0.9 of the ROMs you find on the project page don't have versioned filenames. (#6782) 2020-06-07 01:29:56 +10:00
cam900
08d6dfd88e
sid.cpp: Fix issue #6798 (#6799)
* sid.cpp: Fix issue #6798

* sid.cpp: Constant here
2020-06-07 01:27:36 +10:00
Frodevan
5dfa023808
Graphics emulation for Tiki-100 redone to be accurate down to whole scanlines. Also fixed a small inacuracy in the keyboard. (#6785) 2020-06-07 01:26:12 +10:00
Robbbert
9e6b048950 (nw) argo: don't write to regions 2020-06-07 01:13:29 +10:00
Robbbert
f6c863c782 (nw) sys2900: clean 2020-06-06 23:06:02 +10:00
Robbbert
f5db4e11e7 (nw) pegasus: clean 2020-06-06 22:41:41 +10:00
Ivan Vangelista
76afd29f5b devices/machine/pci.cpp: fixed problem in pcipc driver in devnoclear builds (nw) 2020-06-06 09:48:17 +02:00
Ivan Vangelista
a7a967c69f devices/machine/8042kbdc.cpp: initilized variable that caused problems for the PCI PC drivers in devnoclear builds (nw) 2020-06-06 09:18:23 +02:00
Robbbert
bce3e6b3de (nw) ptcsol: cleanup 2020-06-06 16:31:06 +10:00
Robbbert
e2fce8a25c (nw) apple2e: fixed the build 2020-06-06 12:40:34 +10:00
arbee
9c4f10e82d apple2e.cpp updates [R. Belmont, Peter Ferrie]
- Added IIc+ accelerator support
- Added 4 MHz Zip Chip accelerator support for IIe and IIc systems
- Added Laser 128EX and EX/2 accelerator support
- Fixed ROM loading for Brazilian "Spectrum ED" IIe clone, system now boots
- Fixed	IOUDIS interaction with	IIc mouse softswitches
- Added	IIc-specific SETIOUDIS/CLRIOUDIS mirror	locations
- Fixed	value returned when reading IOUDIS at $C07E
2020-06-05 22:09:57 -04:00
R. Belmont
b8adb8a539
Merge pull request #6795 from tertu-m/twinkle-widescreen
Change aspect ratio for Konami Twinkle to 16:9
2020-06-05 19:21:41 -04:00
David Haywood
4cd69c41af
gpl16250 / sunplus rendering - improvements for jak_pf (double height tilemaps etc.) (nw) (#6797) 2020-06-05 19:21:24 -04:00
Scott Stone
9e7fb4f85d Neo-Geo documentation updates [JacKc] 2020-06-05 18:10:52 -04:00
Robbbert
db8b42c857 (nw) plan80: cleaned 2020-06-06 04:02:57 +10:00
Robbbert
88a46a4a88 (nw) pro80,pyl601,pipbug: cleanup 2020-06-06 02:44:07 +10:00
Ivan Vangelista
2fd4687deb drivers starting with a and b: finished removing READ/WRITE macros (nw) 2020-06-05 18:10:01 +02:00
Robbbert
203841fc89 (nw) ravens: cleanup; ravens2: fixed bug of unwanted B & C chars on screen. 2020-06-06 01:49:34 +10:00
Dirk Best
6de5f74ff4 consoemt: Hook up UARTs 2020-06-05 15:08:32 +02:00
Robbbert
71b6de4ea9 (nw) various cleanups 2020-06-05 22:31:53 +10:00
ajrhacker
928f36426a
Merge pull request #6796 from DavidHaywood/040620
spg renderer / gpl16250 - remove some palette bank hacks (nw)
2020-06-05 07:53:19 -04:00
hap
a389827f35 konppc: remove 7seg led hack (nw) 2020-06-05 11:46:32 +02:00
DavidHaywood
2eea8ac568 spg renderer / gpl16250 - remove some palette bank hacks (nw) 2020-06-05 09:35:22 +01:00
Robbbert
2721b87a40 (nw) forgot to update mess.flt 2020-06-05 16:42:46 +10:00
hap
9a487f2d11 coleco megacart: savestate support (nw) 2020-06-05 00:21:19 +02:00
Andrew Green
77cf3b0413
Support Colecovision Megacart. (#6788)
* Support Colecovision Megacart.
Assume that a rom file that is more than 32K in size is a megacart
and that it should be bankswitched using Megacart protocol.

* Put megacart functionality in its own cartridge type.
2020-06-05 00:15:58 +02:00
hap
255c497120 New working clones
------------------
Mephisto Portorose 32 Bit (v1.04) [Berger]
2020-06-04 23:54:16 +02:00
hap
2e9bae50d6 dotrikun: remove unneeded layout file (nw) 2020-06-04 23:23:24 +02:00
Ivan Vangelista
9d4fed0cff devices/cpu/r4000.cpp: initialized one variable to fix problem in devnoclear build (nw) 2020-06-04 22:51:26 +02:00
AJR
f84e4d036b New machines marked as NOT_WORKING
----------------------------------
Novation BassStation Rack Analogue Synthesizer Module [DBWBP]
Novation Drum Station [DBWBP]
Novation Super Bass Station [DBWBP]

Add disassembler and skeleton CPU device for Panasonic MN1880 architecture [AJR]
2020-06-04 16:21:46 -04:00
tertu marybig
a3605402db twinkle.cpp physical aspect ratio should be 16:9 2020-06-04 15:18:10 -05:00
Ivan Vangelista
f49a2f5b8f devices/bus/interpro/sr/gt.cpp, src/mame/machine/interpro_ioga.cpp: initialize some variables to avoid problems in devnoclear build (nw) 2020-06-04 22:14:21 +02:00
David Haywood
3708071150
SunPlus refactoring checkpoint (nw) (#6793) 2020-06-04 16:09:03 -04:00