Commit Graph

29984 Commits

Author SHA1 Message Date
David Haywood
4af38f9c02 more findings (nw) 2014-06-21 21:07:23 +00:00
Couriersud
8680c7905d Added CD4020 device. 2014-06-21 20:54:41 +00:00
David Haywood
11a4fd5a2d fix note (nw) 2014-06-21 19:50:55 +00:00
David Haywood
c72ea5c752 notes (nw) 2014-06-21 19:08:21 +00:00
David Haywood
5473dd56b1 notes on priority (nw) 2014-06-21 17:47:03 +00:00
David Haywood
6819179b10 work in progress (nw) 2014-06-21 17:17:33 +00:00
Michaël Banaan Ananas
773ccd25e8 partial revert of r31054: daisy chain config is on TMPZ84C011 external pins 2014-06-21 16:09:21 +00:00
Michaël Banaan Ananas
b359f4ad2c nw 2014-06-21 15:36:01 +00:00
Michaël Banaan Ananas
6bc9db60ea fixed vulgus wrong sprite wraparound 2014-06-21 14:11:04 +00:00
Couriersud
158ca615a5 Align naming convention to be the same for nld_signal and nld_truthtable 2014-06-21 13:39:30 +00:00
mahlemiut
11a0c04680 gimix: added banking, RTC, timer, FDC... 2014-06-21 13:09:12 +00:00
Michaël Banaan Ananas
044922754a tweak music tempo
http://mametesters.org/view.php?id=5562
2014-06-21 12:36:11 +00:00
David Haywood
6d1b275a46 this compiled? (nw) 2014-06-21 11:28:00 +00:00
Michaël Banaan Ananas
70bf1b601e got rid of tmpz84c011 ctc trampolines 2014-06-21 02:25:03 +00:00
Michaël Banaan Ananas
bf43a3db23 tmpz84c011c small cleanup.
note: if you want a handler for logging unmapped read/write, put it in the driver machine config, like we do with 8255, for example:
MCFG_I8255_OUT_PORTB_CB(LOGGER("PPI8255 - unmapped write port B", 0))
2014-06-20 23:41:14 +00:00
Scott Stone
f1f05fcb07 (MESS) New skeleton driver:
---------------------------
Intelbras TI630 telephone  [Felipe Sanches]

Fixed current/prior submissions for proper license attribution (nw)
2014-06-20 20:27:26 +00:00
Wilbert Pol
236d4a2bc2 Styling, no functional changes (nw) 2014-06-20 18:48:05 +00:00
Wilbert Pol
c883ff93af Fix osx compile 2014-06-20 18:45:59 +00:00
Couriersud
a3799cacd8 More cleanup and some development:
- removed dead code from nld_signal.h
- removed m_last_Q and all callers; if a device depends on state let it maintain it.
- added development on a generic device based on truthtables.
2014-06-20 18:16:40 +00:00
David Haywood
e4bbf24a5e move some code around for later (nw) 2014-06-20 14:19:38 +00:00
David Haywood
5a58c72779 shuffle bits of code around for easier experimentation (nw) 2014-06-20 12:46:20 +00:00
Miodrag Milanovic
6d33394fb6 Added LuaBridge and exposed few classes as example (nw) 2014-06-20 12:15:24 +00:00
Robbbert
bb4db66af1 (MESS) gimix : connected to a terminal; it boots to GMXBUG-09. 2014-06-20 10:33:22 +00:00
Brian Troha
ab20e41f07 peplus.c: Minor text corrections - NW 2014-06-20 01:11:41 +00:00
Wilbert Pol
62d6a5267a (MESS) msx.c: Notes update (nw) 2014-06-19 19:53:26 +00:00
Wilbert Pol
b1af64c863 (MESS) msx.c: Added microsol fdc; marked a few more drivers as working. (nw) 2014-06-19 19:28:41 +00:00
Wilbert Pol
5e934423a2 v9938.c: Let's make this a bit safer; fixes black screens in hotbit20 and expert20 msx drivers (nw) 2014-06-19 17:55:43 +00:00
Couriersud
436d23064e Removed a number of "uninitialized member" warnings by using a template wrapper around those members. 2014-06-19 15:21:32 +00:00
Scott Stone
a98376d18b Gave legacy device a proper setname to eliminate confusion with modern implementation (nw) 2014-06-19 12:05:23 +00:00
Couriersud
f981eb7118 Moved solver templates into separate header files. 2014-06-19 11:44:56 +00:00
Olivier Galibert
434112d9f3 nscsi_cd: I told'ya, there's no disk in the drive [O. Galibert] 2014-06-19 11:38:57 +00:00
David Haywood
f5764124b7 use custom roz implementation to allow for further tweaking, whatever this does it doesn't appear to be standard (I still haven't figured it out properly after 10 years) so will need it (nw) 2014-06-19 10:18:51 +00:00
Alex W. Jackson
89c6a26352 fix asc_device::read too (nw) 2014-06-19 02:33:34 +00:00
R. Belmont
c82ae7b117 (MESS) mac: fix 0.153 regression that prevented several Macs from booting. [R. Belmont] 2014-06-19 02:14:11 +00:00
R. Belmont
fea4ed6ccd Defeated another attempt to make MAME Windows-only (nw) 2014-06-19 01:50:14 +00:00
R. Belmont
ec32b64bc6 Another CHD that was generated with a too-old chdman. (nw) 2014-06-19 01:49:15 +00:00
Scott Stone
947701799e (MESS) New skeleton driver:
---------------------------
Gimix 6809 System   [Tafoid]
2014-06-18 21:52:18 +00:00
Wilbert Pol
67f48e5fd7 (MESS) msx.c: Internal ym2413s don't need the unlock sequence. (nw) 2014-06-18 21:17:35 +00:00
Wilbert Pol
ee2e620553 (MESS) msx1_cart.xml: Renamed a few Yamaha cartridges. (nw) 2014-06-18 20:51:17 +00:00
Olivier Galibert
0cf7ec12c4 well, next *needs* the rounding mode, or white is black... (nw) 2014-06-18 20:39:34 +00:00
Wilbert Pol
7aed1e122b (MESS) msx.c: Adding MIDI ports to midisaurus. Can't test these yet because of missing software (nw) 2014-06-18 19:48:58 +00:00
Wilbert Pol
042a6ea953 (MESS) msx.c: Added MIDI in support to Yamaha SFG01/SFG05 expansions (nw) 2014-06-18 19:08:52 +00:00
Scott Stone
376b42233a Recreated yet again the CHDs from r30949 (no new sets) which all had different SHA1 hashes due to bugfixes with CHDMAN since 0.153 release. [f205v] 2014-06-18 18:25:48 +00:00
Olivier Galibert
8dd0ead9e4 hmmm, missed a commit (nw) 2014-06-18 17:58:01 +00:00
Olivier Galibert
b9b0feeab0 m68040: fbcc dasm fixes [O. Galibert] 2014-06-18 17:55:02 +00:00
David Haywood
ed71d3f446 blmbycar: modern palette handling (nw) 2014-06-18 15:21:14 +00:00
David Haywood
86c9ded6e3 this appears to be a Korea set, not a Japan set. (nw) 2014-06-18 10:15:35 +00:00
cracyc
2df40a8073 i186: fix timer read (nw)
(mess) rmnimbus: bit of refactoring and cleanup, fix some video ram reads and writes, use eepromser and remove er59256 (nw)
2014-06-18 03:10:07 +00:00
Brian Troha
dd842afff6 peplus.c: Document the Sequential ACE$ bonus for the Ace$ Bonus Poker set. Minor comment standardization. - NW 2014-06-18 02:52:47 +00:00
Brian Troha
99d22fe292 peplus.c: Document the "Shockwave" mode in the Shockwave Poker sets. - NW 2014-06-18 02:29:45 +00:00