summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess
Commit message (Collapse)AuthorAgeFilesLines
* t6a04: updated to use inline configs. nw. Fabio Priuli2014-04-091-9/+6
|
* (mess) x68k: reduce tag lookups and fix adpcm (nw) cracyc2014-04-092-74/+93
| | | hd63450: add drq lines (nw)
* MESS compiles now too.. (nw) Scott Stone2014-04-081-1/+1
|
* Systems Promoted from GAME_NOT_WORKING: Fabio Priuli2014-04-081-7/+7
| | | | | --------------------------------------- Master System Store Display Unit [Enik Land]
* mb89352_device: converted to devcb2 (nw) Ivan Vangelista2014-04-081-9/+9
|
* (MESS) removed an unused interface from NES carts. nw. Fabio Priuli2014-04-081-7/+2
|
* (MESS) updated crt device (used by PDP1 and TX0) to use inline configs. nw. Fabio Priuli2014-04-084-67/+42
|
* i8279_device: converted to devcb2 (nw) Ivan Vangelista2014-04-084-49/+26
|
* ncr539x.device: converted to devcb2 (nw) Ivan Vangelista2014-04-081-8/+4
|
* (MESS) upd65031_device: updated to use delegates Fabio Priuli2014-04-085-80/+39
| | | | + small cleanup of the delegates themselves. nw.
* (MESS) vtvideo: updated to use inline configs. nw. Fabio Priuli2014-04-084-56/+19
|
* megacd.c: Convert to device_gfx_interface, use device finders, cleanups ↵ Alex W. Jackson2014-04-083-291/+236
| | | | [Alex Jackson]
* nes ppu: converted to use inline config + removed some unused config values. nw. Fabio Priuli2014-04-081-11/+6
| | | | vsnes/playch10: reduce tagmap lookups at runtime. nw.
* (MESS) tandy2k: WIP. (nw) Curt Coder2014-04-082-24/+37
|
* (MESS) smssdisp: implemented game selection. [Enik Land] Fabio Priuli2014-04-083-34/+67
|
* (MESS) cat.c: update comments a bit, disable some debug code that got left ↵ Jonathan Gevaryahu2014-04-081-9/+10
| | | | on. (n/w)
* (MESS) Added preliminary keyboard hook-up in AAKART device, adding ↵ Scott Stone2014-04-081-64/+98
| | | | bare-bones keyboard inputs to Acorn Archimedes. [Angelo Salese]
* at_keybc.c: converted to devcb2 (nw) Ivan Vangelista2014-04-072-22/+12
|
* huc6202_device: converted to devcb2 (nw) Ivan Vangelista2014-04-071-18/+13
|
* Support 115200 on Apple III [smf] smf-2014-04-071-1/+1
|
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-07323-2734/+2711
|
* Latest readme (nw) R. Belmont2014-04-061-5/+114
|
* (MESS) tandy2k: Fixed palette. (nw) Curt Coder2014-04-061-1/+1
|
* (MESS) fanucspg: Revised readme, fixed clock values. [Guru] R. Belmont2014-04-061-395/+468
|
* (MESS) mrrack: dumped wave ROMs and 68HC705 MCU [Guru, R. Belmont] R. Belmont2014-04-061-13/+100
|
* (MESS) tandy2k: Tries to load DOS now. (nw) Curt Coder2014-04-062-14/+26
|
* (MESS) kt76 updates: [R. Belmont, Guru] R. Belmont2014-04-061-60/+79
| | | | | | - Dumped and added the wave ROMs - Driver is now working; effects DSP isn't hooked up yet
* (MESS) a7800.c - Numerous Improvements/bugfixes Scott Stone2014-04-063-83/+195
| | | | | | | | | | | * Proper calibration per Diagnostic cart [Mike Saarna] * PAL RIOT fixed. [Mike Saarna] * Corrected SYNC timing to match later GCC tech doc and measurements against real hw [Mike Saarna] * Fix to bug that causes skip to first DLL if its 1 scanline tall. [Mike Saarna] * Fixed total horiz pixels to better match hw testing results and tech docs. Fixed rendering to ensure DMA stolen cycles. [Mike Saarna] * Fixes reading of controller port behavior when held high by RIOT chip [Mike Saarna] * Normalize horizontal frequency while maintaining same net cycles. [Robert Tuccitto] * Fixed a few remaining issues while keeping to documented tech specs and ranges. [Mike Saarna/Robert Tuccitto] * Correct fix to Maria cycles regarding DMA Shutdown short/other line shutdown. [Mike Saarna/Robert Tuccitto]
* (MESS) tandy2k: WIP. (nw) Curt Coder2014-04-061-2/+1
|
* (MESS) tandy2k: Hacked in some video. (nw) Curt Coder2014-04-062-7/+37
|
* hardcode the rs232 port again. (nw) smf-2014-04-064-15/+49
|
* (mess) x68k: rework bus errors (nw) cracyc2014-04-062-69/+38
| | | | hd63450: don't set timer when transfer expects only drqs (nw) upd765: x68k hangs when it receives polling irqs so can only guess the upd72065 doesn't send them (nw)
* MESS: coco uses rs232 port instead of bitbanger [smf] smf-2014-04-064-49/+15
|
* checking svn (nw) Miodrag Milanovic2014-04-061-1/+0
|
* Use owner()->subdevice instead of siblingdevice() like devcb2 does (nw) Alex W. Jackson2014-04-061-1/+1
|
* pecom - Fix year of production (nw) Miodrag Milanovic2014-04-061-1/+1
|
* [COCO3] Better palette/save state fix Nathan Woods2014-04-052-6/+19
|
* [COCO3] Fixed an issue that could cause the palette to not be updated ↵ Nathan Woods2014-04-051-0/+7
| | | | correctly after a save state load
* [COCO3] Now properly updating the CPU clock as per GIME state after state load Nathan Woods2014-04-051-0/+1
|
* device_gfx_interface [Alex Jackson] Alex W. Jackson2014-04-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Moved graphics decoding to a new device interface class: device_gfx_interface. The gfxdecode device is now a device that simply inherits this interface and does nothing else. Devices that draw tilemaps or sprites using gfx_elements should in time be updated to use this interface rather than connect to a machine-global gfxdecode device. Updated toaplan_scu.c as an example (also fixed off-by-one sprite alignment in twincobr and rallybik while I was at it). gfx_elements are normally created in interface_post_start(), making it possible to dynamically create or modify the graphics decoding info during device_start() if you need to. On the other hand, if you need the gfx_elements during device_start(), you can directly call decode_gfx() to create them early. This interface also provides a standard and init-order-safe way to connect to a palette device (similarly to how device_video_interface helps devices connect to a screen), so it's handy for any device that does palettized drawing even if it doesn't use gfx_elements. Updated k053250.c as an example of this usage. gfxdecode info entries can now reference shared RAM regions by tag as well as ROM regions, automatically handle endianness, and have some other new capabilities. Updated nemesis.c and pgm.c to showcase the new features. Removed validate_display() (it was just a commented out stub already) since its only function, checking that drivers don't have an ind16 screen without a palette, is now done by screen_device::device_validity_check(). Updated obsolete comments about GFXLAYOUT_RAW (cps1.c hasn't used raw gfx for years, and "to save memory" is no longer a good reason to use it)
* (MESS) tandy2k: WIP. (nw) Curt Coder2014-04-052-6/+39
|
* (MESS) tandy2k: WIP. (nw) Curt Coder2014-04-052-30/+139
|
* (MESS) tandy2k: WIP. (nw) Curt Coder2014-04-052-22/+42
|
* mc68328_device: converted to devcb2 (nw) Ivan Vangelista2014-04-051-36/+9
|
* (MESS) previous BBC Master commit was over-simplifying the cart Fabio Priuli2014-04-051-5/+12
| | | | mapping compared to the real thing. This should be more in line with the code which will be needed with slots. nw.
* (MESS) nc.c: fixed nvram in the nc200. nw. Fabio Priuli2014-04-051-0/+2
|
* (MESS) minor psion.c cleanup. (nw) Sandro Ronco2014-04-041-3/+3
|
* er, it's JP, not J Michaël Banaan Ananas2014-04-041-6/+6
|
* added J1 jumper/solderpad, used to call the monitor on dev system Michaël Banaan Ananas2014-04-041-10/+22
|
* (make bioslist a bit easier to read) Michaël Banaan Ananas2014-04-041-23/+22
|