summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bump to 0.124u1.mame0124u1 Aaron Giles2008-04-0317-456/+456
* Switched from ACCESSING_BYTE_*, ACCESSING_WORD_*, ACCESSING_DWORD_* Aaron Giles2008-04-0327-378/+377
* From: Wilbert Pol Aaron Giles2008-04-033-268/+1305
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-04-031-1/+1
* - converted CDP1869 to the new device system Curt Coder2008-04-022-378/+692
* More COP400 fixes: Curt Coder2008-04-024-251/+219
* Tweaked the hooks that MESS has in the MAME initialization process Nathan Woods2008-04-021-3/+8
* From: JEA Wallace [mailto:jeaw100@york.ac.uk] Aaron Giles2008-04-022-8/+106
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-04-021-1/+1
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-04-025-19/+19
* Added missing #include. Aaron Giles2008-04-021-0/+1
* Removing false assertion; NULL is also DEVICE_TYPE_WILDCARD Nathan Woods2008-04-021-3/+0
* discrete sound system: Couriersud2008-04-017-444/+490
* fix tilemap viewer to draw the whole tilemap when categories are used Nicola Salmoria2008-04-012-1/+9
* Typo fix Nathan Woods2008-04-011-1/+1
* Various SCSI devices register state items by their disk ID, which are not uni... R. Belmont2008-03-312-3/+8
* Fixed state loading now that the digital i/o board's serial number has been c... smf-2008-03-301-1/+0
* MESS specific change; part of MESS' device changeover Nathan Woods2008-03-301-1/+1
* Add ITEM_IDs for additional axes and switches Couriersud2008-03-302-3/+147
* New macros added for checking mem_mask. ACCESSING_BYTE_n, ACCESSING_WORD_n & ... smf-2008-03-3028-375/+379
* [AICA, SCSP] Fixed encoding/decoding of negative denormal floats in the DSP. ... R. Belmont2008-03-302-0/+8
* Added NODE(x) macro to avoid avoid (NODE_00 + 3) in code. Couriersud2008-03-291-1/+2
* adds DISCRETE_RCFILTER_SW to discrete sound Couriersud2008-03-293-2/+107
* MESS-specific changes; mame.h no longer include's MESS's device.h Nathan Woods2008-03-291-1/+4
* Reverted to old execute, new broke more than it fixed. Curt Coder2008-03-294-427/+206
* Removed debugging code. Curt Coder2008-03-291-2/+0
* Rewrote the COP400 execute function. Curt Coder2008-03-294-298/+493
* 1. Added driver for JPM 'Give us a Break' hardware, supporting: Phil Bennett2008-03-291-151/+171
* Minor cleanup and simplification. Removed palette_config(). Aaron Giles2008-03-283-36/+12
* Fixed compile error in MSVC. Aaron Giles2008-03-281-1/+1
* - implemented interrupt Curt Coder2008-03-287-571/+1808
* Fixed: Aaron Giles2008-03-281-6/+15
* Converted special-case DIP switches (service, unknown, unused) into their Aaron Giles2008-03-282-42/+67
* Added fatal error if AM_READ_PORT() references a non-existent port. Aaron Giles2008-03-281-4/+9
* fixed another bug in new debug hook code, data wasn't shifted properly in all... smf-2008-03-271-3/+3
* Passes mem_mask to the read and write debug hooks. This allows the address & ... smf-2008-03-273-36/+67
* reverted, I misunderstood something and it's broken. I'm on it. smf-2008-03-273-67/+36
* Passes mem_mask to the read and write debug hooks. This allows the address & ... smf-2008-03-273-36/+67
* Fix cfg file corruption if joystick is not connected Couriersud2008-03-261-1/+1
* Removed a MESS-ism Nathan Woods2008-03-261-5/+0
* Fix for incorrect sound bug in 0.124. Aaron Giles2008-03-251-2/+2
* Driver for Astro Corp. hardware. Luca Elia2008-03-241-0/+1
* Cleanups for 0.124. Marked Mermaid as working per checkin comment. Aaron Giles2008-03-245-25/+25
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-03-244-7/+5
* From: Lei Wu [mailto:lanewu@hotmail.com] Aaron Giles2008-03-241-2/+4
* Added validity check to ensure input port tags don't have duplicates. Aaron Giles2008-03-241-4/+24
* Undid recent change to remove pen lookups in 16bpp modes. This code Aaron Giles2008-03-241-22/+46
* Added mc6845_set_hpixels_per_column() for the Hercules gfx adapter Zsolt Vasvari2008-03-232-8/+29
* From: Duke [mailto:startaq@gmail.com] Aaron Giles2008-03-231-1/+0
* Added a machine_config* parameter to certain MESS specific hooks Nathan Woods2008-03-231-8/+7