Commit Graph

1585 Commits

Author SHA1 Message Date
R. Belmont
25d278f9d5 (MESS) Mac updates: [R. Belmont]
- Corrected memory map errors with the SE and Classic
- Preliminary support for the SE's 68000 processor-direct slot
- Preliminary support for the Radius Full Page Display card which goes in the
  SE PDS slot
2013-07-21 01:40:48 +00:00
Aaron Giles
da8170e0af Memory system: added endianness to the memory_share class.
Tilemap system: numerous changes:

 * Moved remaining legacy macros and typedefs to tilelgcy.h. This revealed
   a few drivers mixing and matching modern & legcy, which have now been 
   fixed.

 * Changed get info callback signature to no longer pass the user_data
   pointer, but instead pass a reference to the tilemap object itself.
   Updated those few drivers using user_data to pull it out of the
   tilemap object with the new user_data() getter method.
 
 * Changed get info and mapping callbacks to be device_delegates so that
   they can be described at config time.
 
 * Added tilemap_memory object that is used internally for reading/
   writing to memory that backs a tilemap. This object is used to track
   a memory pointer that backs tilemap memory, and also is designed to
   transparently handle all bus width and endianness associated with
   reading and writing data in a tilemap.
   
 * Incorporated two tilemap_memory objects (basemem and extmem) into the 
   tilemap object and added accessors to them, as well as read/write 
   handlers for reading/writing to entries stored in the memory. This
   means that tilemap get info callbacks can now easily read data out of
   the tilemap in a generic way.
 
 * Rejiggered the initialization sequence for tilemap objects so that
   the tilemap_manager is not required to be present at instantiation.  
 
 * Created a new tilemap_device, which can be used to declare a tilemap
   in the machine config, and which also is a tilemap object itself.
   The tilemap device will look for shared memory regions called
   "<tag>" and "<tag>_ext" and automatically plug them into the tilemap.
   The device also provides write handlers that can be used to write
   to the tilemap memory and mark tiles dirty, saving the need for each 
   driver to write their own.
   
Device system: moved required/optional device finders to a new header
devfind.h.

Atari drivers: removed all playfield and alpha memory and tilemap
variables, apart from those needed by atarivc-using games (this will
become a device in a future update). Updated all Atari 16-bit drivers to
use the new tilemap_device instead, which provides all the needed
functionality in a more generic way.
2013-07-20 21:46:00 +00:00
Scott Stone
c22850ed46 Split up the video devices contained in taitoic.c. [Osso] 2013-07-20 19:20:26 +00:00
mahlemiut
d2405e2145 de_2: Made CPU board a device, and hooked it up to all drivers in de_2.c. 2013-07-20 09:23:15 +00:00
David Haywood
54f8780e70 decoprot -> deco104 2013-07-19 16:42:34 +00:00
David Haywood
7c27cbb36a begin creation of modern Deco 146 device with info from Charles MacDonald ( http://cgfm2.emuviews.com/ )
note, not hooked up / functional yet, just the groundwork I need for it to continue work.
2013-07-17 20:29:02 +00:00
Ville Linde
10ebf0d9ed tms32082: Added first few opcodes. 2013-07-16 16:00:55 +00:00
Oliver Stöneberg
1f5e4c978b moved some legacy stuff from mconfig.h to mcfglgcy.h (nw) 2013-07-16 13:43:05 +00:00
Oliver Stöneberg
2dff0feabf moved some legacy stuff from screen.h to scrlegcy.h (nw) 2013-07-16 12:23:58 +00:00
Ville Linde
c85b5c9130 Groundworks for TMS320C82 core. 2013-07-15 19:44:38 +00:00
Oliver Stöneberg
d322739b07 moved some legacy code from tilemap.h to tilelgcy.h (nw) 2013-07-15 13:16:38 +00:00
Oliver Stöneberg
b2034b0245 moved some legacy macros from driver.h to drivlgcy.h (nw) 2013-07-15 09:50:13 +00:00
David Haywood
47967ed9c6 remove further traces of wardner hack, share sprite controller code with rallybik. 2013-07-12 14:41:15 +00:00
Angelo Salese
4dbe2037c8 Converted Seibu CRTC to a proper device [Angelo Salese] 2013-07-12 00:47:07 +00:00
Angelo Salese
083463dab8 Death to sei_crtc dummy device, state-ized Sengoku Mahjong and Good e Jan video functions, skelly for Seibu CRTC, nw (for now ...) 2013-07-11 23:10:25 +00:00
Curt Coder
5919be052a (MESS) pc1640: Added ISA card for integrated video. (nw) 2013-07-11 21:54:37 +00:00
David Haywood
d8909f1cac more (nw) 2013-07-11 21:21:50 +00:00
David Haywood
283997b282 better splitting of the 4x device. (nw) 2013-07-11 20:22:12 +00:00
Scott Stone
817df6f79e another missing from konicdev split (nw) 2013-07-11 17:54:40 +00:00
Scott Stone
ed4fb24e53 .. stragglers (nw) 2013-07-11 17:15:55 +00:00
Scott Stone
17f7b70131 Split up in their own files the remaining modernized devices contained in konicdev.c. [Osso] 2013-07-11 17:11:27 +00:00
David Haywood
8948677561 further preparation (nw) 2013-07-10 17:01:34 +00:00
David Haywood
b41c1dcbea this one too. (nw) 2013-07-10 14:25:45 +00:00
David Haywood
db35c0db6d I'll need this split out to look at Tasman properly too. (nw) 2013-07-10 13:30:50 +00:00
David Haywood
3ff7f06008 preparing for some work on Tasman
yes, the filename is a bit ugly, but it's what it represents, I'll see if it can be further split into components later.

all users have been given a brief testing
2013-07-09 17:59:28 +00:00
Curt Coder
2a835a4f28 (MESS) c64: Moved cartridges to their own subdirectory. (nw) 2013-07-09 09:46:14 +00:00
David Haywood
11416b9d26 split out the roadgen (nw) 2013-07-08 21:32:44 +00:00
smf-
f968147ce4 Renamed file, thanks to David Haywood for the report (nw) 2013-07-08 14:54:46 +00:00
David Haywood
f4e18367db more useful filenames for the igs protection sims. (nw) 2013-07-08 01:09:27 +00:00
David Haywood
208b502dab skeleton of a skeleton of a skeleton
(if we're doing placeholders for notes on PC based systems we may as well, there is no driver, or dump.)
2013-07-07 19:16:52 +00:00
Miodrag Milanovic
5d8c75464c Force number to be unsigned so it can compile (nw) 2013-07-07 08:12:08 +00:00
Olivier Galibert
bcb0bba370 lindbergh: Skeleton of a skeleton [The Guru, O. Galibert] 2013-07-07 07:53:01 +00:00
Olivier Galibert
c169906fc0 plaeholder 2013-07-07 07:52:37 +00:00
David Haywood
ada9617e4d also untangle the skeleton 68340. where the code ends up is TBD.
the actual core type of the 68340 is CPU32, so it is now derived from that.
2013-07-05 14:32:16 +00:00
David Haywood
1300de18e0 now that we're modern treat the 68307 like other modern CPUs by using a derived type with the peripherals in emu/machine instead of being glued into the CPU core. 2013-07-05 13:17:11 +00:00
Robbbert
9b897a698b (MESS) mbee : converted to modern fdc, still doesn't work though. (nw) 2013-07-05 11:16:08 +00:00
Wilbert Pol
0a71ecb681 arm7.c: Modernized cpu core. (nw) 2013-07-04 20:17:04 +00:00
Miodrag Milanovic
73dfc95f42 (MESS)bml3: Add stub variants bml3mk2 (for MB-6891) and bml3mk5 [jedwidz]
(for MB-6892). For now these behave the same as bml3 (MB-6890).
Refactor disk controllers and kanji ROM as slot devices. This allows
switching between MP-1802 and MP-1805 disk controllers. MP-1805 disk
controller now works. Kanji ROM now works.
Keyboard scanning in 'counter disabled' mode now works.

imgtool: Add bml3 driver, supporting both single-density (MP-1805
controller) and double-density (MP-1802 controller) disks in D88 format.

mc6843: Work around floppy_get_device() not finding drives attached to a
slot device.Store all 8 bits in CTAR current track register, rather than
excluding bit 7 (needed for bml3 MP-1805 boot)
2013-07-04 10:43:00 +00:00
Michaël Banaan Ananas
d847b7e81d (renamed taito_type_x.c) 2013-07-01 22:07:02 +00:00
mariuszw1
b8ef801a4e Sea Battle: added most of the graphics hardware and I/O [Mariusz Wojcieszek] 2013-07-01 21:10:10 +00:00
mahlemiut
1d8e3862e9 de_3: implemented DECO DMD Type 1 (128x16) display. There are various issues with communication to and from this DMD, so some games have issues, or won't even start properly. 2013-06-30 08:42:53 +00:00
Wilbert Pol
4e6b6d3eb2 Removed unneeded file (nw) 2013-06-29 12:17:18 +00:00
David Haywood
796f54597a type x skeleton.
I have no interest in this *at all* but I keep getting bugged about it so I'm giving people a place to pt notes.

From an objective point of view we at least need somewhere to establish details and proper documentation about the hardware and what the original platform consists of in both terms of PC side, software side and original security side before the there is no hope at all due to the travesty being created by all the hacked to run on PC dumps or 'files copied from mounted encrypted partitions' type junk.  That at least I feel is our duty because nobody else is going to care.
2013-06-27 17:10:28 +00:00
Angelo Salese
37a97133d6 Driver file 2013-06-25 15:28:29 +00:00
Curt Coder
93800ee497 (MESS) ibm5150: Keyboard WIP. (nw) 2013-06-24 21:23:34 +00:00
mahlemiut
150c9b7193 de_3: hooked up enough stuff so that games will boot. Implemented DMD Type 2 device and hooked that up to those games that use it. 2013-06-24 10:57:12 +00:00
Fabio Priuli
f07afceb6b (MESS) gb: misc lcd & includes cleanups. nw. 2013-06-24 09:56:09 +00:00
Curt Coder
0999cde96f (MESS) ibm5170: Added skeleton for the IBM PC/AT and 3270PC keyboards. [John Elliot, Curt Coder] 2013-06-23 19:26:07 +00:00
Olivier Galibert
a8255e1d0b placeholder test for Curt 2013-06-22 21:12:59 +00:00
Curt Coder
158bd9f20e (MESS) Added skeleton driver for Ithaca InterSystems DPS-1. [Al Kossow, Curt Coder] 2013-06-21 17:22:43 +00:00