Commit Graph

76852 Commits

Author SHA1 Message Date
AJR
d0fb386856 tms9928a: Fix failure to output initial interrupt state 2020-12-03 22:52:05 -05:00
AJR
86f630f1df m5.cpp: Correct clocks 2020-12-03 19:55:05 -05:00
AJR
838c47fbec majtitl2: Use parallel EEPROM device 2020-12-03 13:40:23 -05:00
AJR
0c076ffcc7 Fix calibr50 and usclssic after fe7a071867 2020-12-03 09:24:43 -05:00
HeroponRikiBestest
e536d61be9
kpython.cpp: Add dogstation Deluxe hdd dump (#7448) 2020-12-03 09:01:32 +01:00
Ivan Vangelista
a4b3b343fe cabal.cpp: added PROMs to all original sets, corrected M5205 measurement [Guru] 2020-12-03 08:45:53 +01:00
AJR
e2065520d1 seta.cpp: Acknowledge 65C02 IRQs 2020-12-02 16:46:38 -05:00
Ivan Vangelista
9ba38969a3 cabal.cpp: added hardware documentation [Guru] 2020-12-02 19:08:59 +01:00
AJR
0d569a3a72 rallyx.cpp: Note 2020-12-02 12:57:57 -05:00
Ivan Vangelista
344c006d88 - mame.lst, nl.lst: readd and add biplane set
- funworld.cpp: restored (intentional?) typo as it was
2020-12-02 17:59:33 +01:00
Ivan Vangelista
05375ecd5d - de_3.cpp: srccleaned
- magictg.cpp: fixed typo [eientei]
2020-12-02 12:55:08 +01:00
Ivan Vangelista
6e87a946bc New working clones
------------------
Cuore 1 (Italian, set 4) [f205v]
Cuore 1 (Italian, set 5) [f205v]
2020-12-02 12:53:58 +01:00
Robbbert
0856a15909 New Working software
--------------------
Killer Gorilla  [exidyboy]
2020-12-02 21:43:19 +11:00
ClawGrip
cf89d216b0
de_3.cpp: New clones marked as NOT_WORKING, added CPU and display version on games descriptions, and fixed some games metadata (#7523)
* Added display version when available and fixed some metadata.
* Added CPU version information to descriptions and used the region version string from the display ROM on the description also.

New clones marked as NOT_WORKING
--------------------------------
Last Action Hero (unknown CPU, display L1.05) [Sergio y Vicente de www.electrónicavys.es]
2020-12-02 19:33:10 +11:00
cracyc
4103b2acc2
luaengine.cpp: Exposed cassette image devices. 2020-12-02 18:58:27 +11:00
Robbbert
3973a65bf6 New Working software
--------------------
Defense Command  [exidyboy]
2020-12-02 17:24:22 +11:00
Ivan Vangelista
eae2001d51 magictg.cpp: verified exact CPU model [Siftware] 2020-12-02 06:51:45 +01:00
AJR
b76a835930 galaxold.cpp, scramble.cpp: Transfer ckong bootlegs to modern galaxian.cpp driver 2020-12-01 16:27:31 -05:00
Ivan Vangelista
481d999e3d New machines marked as NOT_WORKING
----------------------------------
Biplane [TTL] [Andrew Welburn]

- Corrected biplane4 ROM labels [Stephen Beall]
2020-12-01 20:15:22 +01:00
Ivan Vangelista
6fb0b95536 New NOT_WORKING software list additions
---------------------------------------
pockchalv2.xml: 10 new dumps [skaman]
2020-12-01 18:19:01 +01:00
Ivan Vangelista
2e0fa93b0b m63.cpp: fixed MT07803 2020-12-01 18:12:19 +01:00
AJR
edd5dabe6c porter, portera: Transplant to modern galaxian.cpp driver 2020-12-01 11:35:39 -05:00
AJR
5ec1516a5f seta.h: Revert premature derivation 2020-12-01 09:03:42 -05:00
AJR
fe7a071867 seta.cpp: Separate this state class a little 2020-12-01 09:00:50 -05:00
AJR
fb43e6bada seta.cpp: Slight further cleanup 2020-12-01 07:16:16 -05:00
Robbbert
360585d6f7 *Fixed the build: variables set but not used. 2020-12-01 21:31:05 +11:00
fulivi
0ee4baeb59
New working machines
----------
Hewlett-Packard HP 2641A [Gavin Scott, F.Ulivi]
2020-12-01 18:50:46 +11:00
AJR
7d89ac0608 Seta video encapsulation
- seta001: Move gfxdecode down into device; add putative master clocks
- x1_012: Separate emulation of tile layers as new device
2020-11-30 20:49:31 -05:00
Olivier Galibert
ff96418e9a psr340: couple bits more 2020-11-30 15:10:27 +01:00
Olivier Galibert
365942a9ec swp20: Add some verbosity 2020-11-30 15:10:27 +01:00
Patrick Mackinlay
749acfe07f romp: various improvements
* implement multiply/divide step instructions
* privileged instruction exceptions
* corrected borrow flag logic
2020-11-30 21:00:18 +07:00
Olivier Galibert
cda4ab6526 h8 watchdog: remove logging no really needed anymore 2020-11-30 14:00:39 +01:00
Olivier Galibert
7776021e40 h8: Fix the watchdog read, fixes mu80 test mode 2020-11-30 13:51:41 +01:00
Olivier Galibert
9a38842b8d psr340: lcd update 2020-11-30 09:43:18 +01:00
arbee
a2523f472c h8: fixed race condition in SCI where a new byte was written right before the last tick and froze the transmitter. [R. Belmont] 2020-11-29 23:18:34 -05:00
Vas Crabb
a480715bda luaengine_debug.cpp: Fix unused lambda capture. 2020-11-30 12:49:36 +11:00
Vas Crabb
1bdf8d272a frontend: Lua engine improvements.
Added methods for enabling and disabling breakpoints and watchpoints,
and made debugger views update when breakpoints/watchpoints are
manipulated from Lua.  Made breakpoints and watchpoints objects rather
than tables.  (It’s not possible to enable/disable a breakpoint or
watchpoint from the object itself, you have to go through its owners'
debug interface.)

Exposed more device_t members for dealing with child/sibling tags and
devices.  Also provided a way to get regions/shares/banks from a device
using relative tags rather than going through the memory manager with
absolute tags.
2020-11-30 12:01:14 +11:00
Olivier Galibert
f3454cee2f h8: fix shal2 2020-11-29 21:25:40 +01:00
Olivier Galibert
46b02a6f9f psr340: matrix scanning is positive too, but I suspect the PAD bit order is wrong too 2020-11-29 20:53:32 +01:00
Olivier Galibert
4330d5b696 Typo fix 2020-11-29 19:57:56 +01:00
arbee
2bad3bf496 psr340: key matrix seems to work better as active high [R. Belmont] 2020-11-29 12:48:53 -05:00
Ivan Vangelista
b829419e90 neptunp2.cpp: removed the mexlindo set as Haze verified it as completely bad 2020-11-29 17:33:45 +01:00
Olivier Galibert
991a05af92 psr340: Essentially revert my patch, I was hopelessly confused 2020-11-29 16:24:04 +01:00
arbee
0f891d1ff9 psr340: add external clock for MIDI UART, fix button matrix read address [R. Belmont] 2020-11-29 09:42:30 -05:00
Ivan Vangelista
8358f862ea hng64.cpp: dumped EEPROMs for the IO boards [Guru] 2020-11-29 14:20:52 +01:00
Ivan Vangelista
477d199f55 namcos21.cpp: decapped TMS320C25 for winrungp [Caps0ff, Nathan Gilbert, Guru] 2020-11-29 13:30:06 +01:00
Olivier Galibert
f9b9773d00 psr340: Reorganized the key matrix but still doesn't seem to work... 2020-11-29 11:27:21 +01:00
Vas Crabb
738b60d531 luaengine_mem.cpp: Cleanup and enhancements.
* Changed memory manager banks, regions and shares to lightweight wrappers.
* Exposed tag, width and Endianness of regions and shares.
* Exposed memory tag and entry of banks (scripts can change entry).
* Modernised syntax and switched to abbreviated integer types.
2020-11-29 19:09:48 +11:00
Ivan Vangelista
a3a7129197 sfcbox.cpp: dumped KROM 2.0 [Frans van Egmond] 2020-11-29 08:13:04 +01:00
Brian Troha
99531dbcac segas16b.cpp: Update board documentation for Dunk Shot 2020-11-28 22:53:04 -06:00