Commit Graph

29949 Commits

Author SHA1 Message Date
Michaël Banaan Ananas
bf4d8f4cfd ok, made TMPZ84C011 pins external instead of making drivers having to interface with its internal peripherals 2014-06-23 10:54:37 +00:00
Michaël Banaan Ananas
676af85696 forgot to resolve callback 2014-06-23 09:52:53 +00:00
mahlemiut
87f4e1fcae gimix: converted to use serial terminal connected to RS232 port, added RAM size configuration, and some DMA/floppy WIP. 2014-06-23 08:58:34 +00:00
Alex W. Jackson
86ef118212 Add new set from r31078 to mame.lst (nw) 2014-06-23 04:08:42 +00:00
R. Belmont
928f66d026 New clones added
----------------
Mario Kart Arcade GP 2 (MK21 Ver. A alt dump) [bobaruni]
2014-06-23 02:34:48 +00:00
R. Belmont
d666f899c6 New games added as GAME_NOT_WORKING
-----------------------------------
Mario Kart Arcade GP 2 (MK21 Ver. A) [Guru]
2014-06-23 01:26:02 +00:00
Wilbert Pol
72c553fbea (MESS) sms.c: Several timing fixes: [Enik Land]
- Fix flicker on Choplifter title screen by drawing the borders through timers.
- Instead trigger NMI at end of the display, do it at end of top border (line 261 after start of active screen area).
- Add a delay to NMI, to be later than HINT, as stated by Flubba's VDPTest readme.
- Also based on VDPTest readme, change VINT and Sprite Overflow flags to be later than VCount change.
- Delay a little the display callback, to fix the title scrolling of Road Rash (SMS game).
- Fixed documentation of the scanline sections and change some timings to match.
- Calculate initial VCount values, instead use of hardcoded values.
2014-06-22 20:08:43 +00:00
Wilbert Pol
6d25e9a3d3 Fix debug build (nw) 2014-06-22 18:38:12 +00:00
Michaël Banaan Ananas
2aefef8d6f forgot to add savestate 2014-06-22 10:56:11 +00:00
Alex W. Jackson
5e412b19e8 emupal/tilemap refactoring: configure_tilemap_groups is now a tilemap_t method rather than a palette_device method (nw) 2014-06-22 09:46:37 +00:00
R. Belmont
ad915921be (nw) 2014-06-22 03:16:21 +00:00
R. Belmont
d2d865c800 (MESS) apple2: Support some oddball sized disk images and DOS 3.3 disks that were ripped in ProDOS sector order. [R. Belmont] 2014-06-22 03:13:07 +00:00
Couriersud
57665e5e1e Netlist:
- Device definitions now can specify the logic family (i.e. TTL, CD4000)
- fixed timing on 4020
2014-06-21 23:36:53 +00:00
Michaël Banaan Ananas
b9f6fdc7dd added preliminary tmpz84c015, stupid daisy chain 2014-06-21 23:06:22 +00:00
David Haywood
68145a8b1d new clones
Peek-a-Boo! (US, ver 1.0) [no credit needed]
2014-06-21 22:00:04 +00:00
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