Commit Graph

2232 Commits

Author SHA1 Message Date
Fabio Priuli
4ebee5fd3f given to a couple of sound devices their own include. nw. 2014-10-11 09:24:04 +00:00
Michaël Banaan Ananas
b2c40f1f88 (file rename) 2014-10-11 08:07:24 +00:00
Fabio Priuli
8bed8ef381 so long, cartslot.c... you made a really great job, when we
had no concept of slot devices...
2014-10-11 06:59:38 +00:00
Robbbert
4c4c3b484c Untangled gottlieb audio from the arcade driver, so it becomes available for pinball. 2014-10-11 00:09:59 +00:00
David Haywood
774b2021ab untangle some drivers from st0016_state now that it's a device (nw) 2014-10-10 21:11:16 +00:00
Sandro Ronco
54047d6b53 (MESS) dmv: added floppy softlist. [Sandro Ronco]
(MESS) floppy: added read-only support for CopyQM images. (nw)
2014-10-10 19:28:34 +00:00
David Haywood
1f51011af7 begin st0016 reorganization (nw) 2014-10-10 17:14:00 +00:00
Fabio Priuli
f0fad04eb6 (MESS) converted vectrex and crvision to use slot devices for
their carts. nw.

(with these, we are done for the moment with new slot devices for carts...)
2014-10-10 15:28:46 +00:00
Robbbert
ff5804b214 gts80 : placeholders 2014-10-10 11:19:46 +00:00
Curt Coder
1327a26a55 (MESS) vic20: Emulated the Final Expansion 3 cartridge (only RAM/FlashROM supported). [Curt Coder] 2014-10-10 07:00:38 +00:00
Michaël Banaan Ananas
1cdd1948ee added 315-5296 device 2014-10-09 23:39:27 +00:00
Wilbert Pol
5e8c2a11b2 (MESS) msx.c: Added support for DMK floppy images. [Wilbert Pol] 2014-10-08 20:49:24 +00:00
Fabio Priuli
278a884012 (MESS) intv: converted the driver to use slot devices for
cartridges and implemented the IntelliVoice expansion and 
the Entertainment Computer System expansion as passthru 
devices. The official syntax to launch games requiring the
speech expansion is now
  mess intv -cart voice -cart2 gamename
which corresponds to mounting the IntelliVoice and plugging
the game cart in its subslot.  The official syntax to launch games 
requiring the ECS expansion is now instead
  mess intv -cart ecs -cart2 gamename
and
  mess intv -cart ecs -cart2 voice -cart3 gamename
if the game requires both expansions at once. For additional user 
friendliness, we also offer intvecs (which emulates an Intellivision
unit with both expansions added) and intvoice (which emulates 
an Intellivision with Intellivoice expansion added) drivers, where 
games can simply be mounted with the -cart media switch. [Fabio 
Priuli]
2014-10-08 16:42:01 +00:00
Robbbert
1e1f628755 gts80.c : placeholder 2014-10-07 22:09:07 +00:00
Fabio Priuli
238c2e9e1d (MESS) odyssey2: converted the driver to use slot devices for
cartridges, removed The Voice add-on from the main system
and emulated it as a passthru cart instead. Now, if you want to
enjoy speech in odyssey/videopac games, you must launch
emulation with
  mess.exe odyssey2 -cart voice -cart2 gamename
(the -cart2 switch becomes available when "voice" is mounted
in the first cartslot) [Fabio Priuli]
2014-10-07 09:27:32 +00:00
Michaël Banaan Ananas
53e61f6171 upon reading datasheet further, it became obvious that uPD71054 == 82C54 2014-10-06 16:02:37 +00:00
Michaël Banaan Ananas
c476a36cea added upd71054_device, initial commit 2014-10-06 14:20:02 +00:00
David Haywood
f65a416224 some fuuki refactoring (nw) 2014-10-05 14:50:37 +00:00
Fabio Priuli
66fab3cf5c (MESS) wswan.c: converted to use slot devices for carts. [Fabio Priuli]
out of whatsnew: another case of on-cart SRAM & EEPROM pointers removed from the main system...
2014-10-05 11:51:41 +00:00
Wilbert Pol
67482b30dd (MESS) sms.c: Added support for Sega Graphic Board input. (nw) 2014-10-04 21:59:32 +00:00
R. Belmont
529b34e9b2 New games added or promoted from NOT_WORKING status
---------------------------------------------------
Vegas 1 (Ver 2.3 dual coin pulse, shorter) [any]
Vegas 1 (Ver 2.1 dual coin pulse, longer) [any]
Vegas 1 (Ver 1.33 single coin pulse) [any]


This is a coin pusher machine from Spain.  Your guess on how to work it is as good as mine ;-)
2014-10-04 21:14:24 +00:00
David Haywood
7d062b8f3c because I'm a Raidenoholic (nw) 2014-10-04 14:06:37 +00:00
Michaël Banaan Ananas
6671452664 New NOT WORKING games added
---------------
Capriccio Spin 2 [hap, Yasuhiro]
Capriccio Cyclone [hap, Yasuhiro]
2014-10-03 20:38:25 +00:00
Fabio Priuli
9e85f295bd (MESS) converted arcadia and vc4000 to use slot devices for
their carts too.
2014-10-02 20:07:31 +00:00
Dirk Best
911d24f03f Amiga: Add an initial software list for some Amiga driver disks 2014-10-02 13:52:57 +00:00
Fabio Priuli
e339f189d0 (MESS) converted ibmpcjr and studio2 to use generic cart slot for
their carts. nw.
2014-10-02 12:09:37 +00:00
Fabio Priuli
6443de08ba (MESS) converted channelf and apfm1000/apfimag to use slot devices for
their carts. this allows to remove on-cart RAM from the driver class (since it
does not belong there). also added (partial) support for Channel F multicart.
nw.
2014-10-02 12:07:03 +00:00
Robbbert
b6e2522b21 placeholders 2014-10-02 03:00:46 +00:00
Fabio Priuli
5f77979a2c (MESS) converted scv and vboy to use slot devices for
their carts. nw.
2014-09-30 06:05:07 +00:00
R. Belmont
c49a3bbdc1 WebUI: clean up and fixed HTML compliance. [Firehawke] 2014-09-29 03:31:14 +00:00
R. Belmont
61e367ad21 (MESS) concept: Add 5.25" DSDD raw image support and preliminary pseudo-DMA to buffered controller. [R. Belmont] 2014-09-29 03:07:47 +00:00
R. Belmont
8155c6cc77 (MESS) concept: Preliminary implementations of the original and buffered floppy disk controllers. [R. Belmont] 2014-09-28 01:43:38 +00:00
cracyc
c5e24175a1 (mess) pc9801: make sasi partially work (nw)
scsi: sync rest of lines with input buffer (nw)
---
The 9801f will read the hdd but appears to not like disks without 256 byte sectors.
The ux and rs don't even attempt to access the sasi controller and seem to have no driver in their firmwares, are they supposed to have an external rom?
2014-09-28 01:21:43 +00:00
Fabio Priuli
5842c87144 (MESS) timex.c: added software list for DOCK carts. [Fabio Priuli] 2014-09-27 09:21:00 +00:00
Fabio Priuli
f8ef333fb4 (MESS) misc generic cartslot conversions. while at it, I have added
experimental eprom writing to the beta.c driver (pending more accurate
tests). nw.
2014-09-27 08:45:17 +00:00
Michaël Banaan Ananas
c6dca189a3 machine/maniach.c filename different from driver name was confusing. decided to move code to the driver file instead of renaming the file, only 120 lines anyway 2014-09-27 04:09:15 +00:00
Fabio Priuli
c2b370a0d2 (MESS) a few softlist additions to test the previous. nw. 2014-09-26 09:55:40 +00:00
Robbbert
35d0bc5b5f micropin.c : placeholder 2014-09-24 11:48:15 +00:00
Curt Coder
cc965d23de (MESS) a7000: Renamed to riscpc.c and added missing variants. (nw) 2014-09-23 08:09:56 +00:00
R. Belmont
5604baac70 Cleanup now-unused files (nw) 2014-09-22 03:12:42 +00:00
Sandro Ronco
2bf26ae0c2 (MESS) dmv: added K233 and K234 expansion modules. (nw) 2014-09-21 08:37:12 +00:00
R. Belmont
ddccfd70cb (MESS) ht68k: add starter softlist (nw) 2014-09-20 23:20:03 +00:00
R. Belmont
e045fe8474 (MESS) New System Drivers Supported:
Peripheral Technology PT68K2 [Al Kossow, R. Belmont]

Systems Promoted from GAME_NOT_WORKING:
Peripheral Technology PT68K4 [Al Kossow, R. Belmont]
2014-09-20 20:40:30 +00:00
Fabio Priuli
f948931bf8 more generic slots + some cleanups & some tagmap reductions. nw. 2014-09-20 10:52:31 +00:00
Fabio Priuli
a5d4602e5c (MESS) softlist: added Aamber Pegasus ROM expansions list. [neoncluster, Fabio Priuli] 2014-09-20 06:34:45 +00:00
Fabio Priuli
f073bbae0a (MESS) softlist: added Hanimex Pencil II cart list [Robbbert, Fabio Priuli] 2014-09-20 06:25:39 +00:00
Fabio Priuli
5b59a48442 (MESS) softlist: added Exelvision EXL 100 cart list. [Fabio Priuli]
out of whatsnew: many games load and run, but the lack of inputs in the driver does not allow to play anything...
2014-09-19 15:27:05 +00:00
Dirk Best
dc85466294 Amiga: Add preliminary software lists for the Amiga 1000 and Amiga 3000,
a general workbench list and an application list for testing. Images in
those lists are either verified good or best available currently. Many
images are still missing.
2014-09-18 09:01:02 +00:00
Alex W. Jackson
ace8c59d1a Memory system and Namco improvements: [Alex Jackson]
Explicit regions in address maps (AM_REGION) are now looked up relative to the
device rather than as siblings when in an internal address map (similar to
devices and shared pointers)  Besides being more orthogonal than before, this
allows internal ROMs of MCUs and similar devices to be hooked up in a nicer
and more foolproof way. Updated the m37710 and m5074x (m6502 derivative)
to take advantage of this.

Divided the M37702/M37710 into specific models, with each model having its own
internal address map containing the correct amounts of internal RAM and ROM.

M37702 MCUs found on various Namco PCBs are now all unique devices and have
their respective internal ROMs loaded as device ROMs.

(nw)
Also did some spring (fall) cleaning in addrmap.c/memory.c/dimemory.c

m_devbase (the base device used for tagmap lookup when late-binding handlers and
finding memory regions and shares) is now a reference rather than a pointer,
since we know what it is when the address_map_entry is constructed and it
doesn't change (it depends solely on whether it's an entry in an MCFG-provided
address map or an internal one) And for the same reason, there's now only one
m_devbase per address_map_entry rather than individual copies for
read/write/setoffset/sharedptr.

Removed mysterious unused address_map_entry member "m_region_string", along
with a silly assert probably left over from when Aaron was replacing AM_BASE
with AM_SHARE years ago.

Added a comment noting that "make sure all devices exist" in
device_memory_interface::interface_validity_check() actually does nothing,
like the proverbial goggles. The reason there's just a comment and not a fix
is I haven't figured out how to fix it yet
(is it possible to extract the original device tag that was given to a
proto-delegate? Sorry, the template hell in devdelegate.h and
lib/util/delegate.h makes me want to run screaming like a little girl)
2014-09-18 01:07:22 +00:00
Fabio Priuli
e734a2efc9 added generic cartslot / ROM socket slot device, which offers
basic allocation and access handlers, and converted a few 
drivers to use this instead of code from cartslot.c [Fabio Priuli]

out of whatsnew: the RAM socket part is just a proof of concept,
and the natural extension of the line of thought which lead me
to this generic socket/cartslot. it might allow to convert current RAM 
device to be a slot device as well (after some refactorization, of 
course, since current code lacks many of the necessary features), 
or be removed soonish, depending on consensus.
2014-09-17 05:38:53 +00:00