| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed compile when there is just SYMBOLS=1 (and not PROFILER=1 or DEBUG=1 whi... |  Miodrag Milanovic | 2010-08-24 | 1 | -5/+1 |
* | Massive memory system change. This is another step along the path toward |  Aaron Giles | 2010-08-19 | 1 | -0/+1 |
* | Return to type safety. Changed address maps back into functions that build |  Aaron Giles | 2010-08-01 | 1 | -0/+1 |
* | Added some missing makefile dependencies [Atari Ace] |  Phil Bennett | 2010-07-15 | 1 | -2/+2 |
* | turned i2cmem into a c++ device & ditched the unused legacy device. |  smf- | 2010-07-07 | 1 | -1/+0 |
* | Split mame.c into mame.c and machine.c, the latter containing the |  Aaron Giles | 2010-06-30 | 1 | -0/+1 |
* | C++-ified the debugger views. Not quite architecturally where I would |  Aaron Giles | 2010-06-25 | 1 | -0/+4 |
* | - Moved ioproc implementation from MESS [Miodrag Milanovic] |  Miodrag Milanovic | 2010-06-23 | 1 | -0/+1 |
* | - Moved softlist implementation from MESS [Miodrag Milanovic] |  Miodrag Milanovic | 2010-06-20 | 1 | -0/+2 |
* | - removed MESS dependency from config.c |  Miodrag Milanovic | 2010-06-17 | 1 | -0/+2 |
* | hashfile moved from MESS to emu section (needed for now in image support unti...mame0138u2 |  Miodrag Milanovic | 2010-06-17 | 1 | -0/+1 |
* | - moved opresolv and zippath into /lib/util from MESS [Miodrag Milanovic] |  Miodrag Milanovic | 2010-06-16 | 1 | -1/+0 |
* | devlegacy.c,clifront.c,info.c [Miodrag Milanovic] |  Miodrag Milanovic | 2010-06-15 | 1 | -0/+2 |
* | WARNING: There are likely to be regressions in both functionality and |  Aaron Giles | 2010-06-08 | 1 | -1/+9 |
* | pcat_nit.c update [Mariusz Wojcieszek] |  mariuszw1 | 2010-06-05 | 1 | -0/+3 |
* | Moved tms6100 code into emu/machine/tms6100.[ch]. Added pinouts for TMS6100 a... |  Couriersud | 2010-05-31 | 1 | -0/+1 |
* | Added gprof support to the makefile. [Bryan Ischo] |  Aaron Giles | 2010-04-08 | 1 | -1/+3 |
* | Imported Z80 DART and Z80 STI from MESS. (no whatsnew) |  Curt Coder | 2010-03-08 | 1 | -0/+2 |
* | Moved ins8154 emulation from MESS to MAME, needed by future drivers |  Dirk Best | 2010-02-20 | 1 | -0/+1 |
* | Internal debugger using the mame rendering infrastructure |  Couriersud | 2010-02-11 | 1 | -1/+3 |
* | Moved HD63484 ACRTC device from mame/video to emu/video. |  Roberto Fresca | 2010-01-26 | 1 | -0/+1 |
* | NOTE: This change requires two new osd functions: osd_malloc() and |  Aaron Giles | 2010-01-08 | 1 | -2/+2 |
* | Results of running the latest srcclean. |  Aaron Giles | 2009-12-28 | 1 | -13/+13 |
* | Rename eepromdev.c/h back to eeprom.c/h |  Aaron Giles | 2009-12-27 | 1 | -1/+1 |
* | Remove old eeprom implementation. |  Aaron Giles | 2009-12-27 | 1 | -1/+0 |
* | Split ADC1038, Konami 033906 and Konami 056230 emulation from gticlub.c and k... |  Fabio Priuli | 2009-12-24 | 1 | -0/+3 |
* | Made MB14241 Shifter IC a device and moved its source to emu/machine. Updated... |  Fabio Priuli | 2009-12-13 | 1 | -0/+1 |
* | Imported SAA5050 emulation from MESS and made it a device. Updated malzak.c t... |  Fabio Priuli | 2009-12-12 | 1 | -0/+1 |
* | Added infrastructure to compile universal standalone disassembler: |  Aaron Giles | 2009-08-22 | 1 | -1/+3 |
* | Intel 8255A PPI: |  Curt Coder | 2009-07-10 | 1 | -0/+1 |
* | Added basic TMS9927 implementation. Hooked it up to the statriv2 |  Aaron Giles | 2009-04-20 | 1 | -0/+1 |
* | Hi, |  Aaron Giles | 2009-04-09 | 1 | -0/+1 |
* | Eeprom and i2c implemeted as devices [Samuele Zannoli] |  davidhay | 2009-04-02 | 1 | -0/+2 |
* | Renamed 6821new.* -> 6821pia.* |  Aaron Giles | 2009-03-03 | 1 | -1/+1 |
* | Delete old PIA implementation. |  Aaron Giles | 2009-03-03 | 1 | -1/+0 |
* | Cidelsa changes: |  Curt Coder | 2009-02-16 | 1 | -1/+0 |
* | Ok, this is The Big One. |  Aaron Giles | 2009-02-11 | 1 | -1/+0 |
* | Added new module devcb, which can generically handle conversions between device |  Aaron Giles | 2009-01-26 | 1 | -0/+1 |
* | 1. Introduced a parallel 6821 PIA implementation, as a MAME device (6821new.c) |  Nathan Woods | 2009-01-11 | 1 | -0/+1 |
* | Removed bogus port 4-7 definitions from MCS-48. Added i8243 |  Aaron Giles | 2009-01-04 | 1 | -0/+1 |
* | Added f3853 to src/emu/emu.mak |  Wilbert Pol | 2008-12-23 | 1 | -0/+1 |
* | CPU interface organization shuffle. The file cpuintrf.h now merely |  Aaron Giles | 2008-12-22 | 1 | -1/+0 |
* | Massive API cleanup/change. The primary goal is that all CPU- |  Aaron Giles | 2008-11-13 | 1 | -1/+0 |
* | Added 22VP931 emulation, which is mostly working. Communication works |  Aaron Giles | 2008-09-25 | 1 | -0/+1 |
* | preliminary firefox emulation. |  smf- | 2008-09-13 | 1 | -0/+1 |
* | Split core laserdisc functionality into separate file ldcore.c. |  Aaron Giles | 2008-09-04 | 1 | -1/+3 |
* | Adds new generic latch device |  Couriersud | 2008-08-22 | 1 | -0/+1 |
* | Added new options 'cheatpath' to specify one or more paths for cheat |  Aaron Giles | 2008-07-31 | 1 | -0/+1 |
* | Note: I have done some testing, but there are probably more bugs |  Aaron Giles | 2008-07-12 | 1 | -1/+1 |
* | Removed DEBUGGER flag from makefile and ENABLE_DEBUGGER |  Aaron Giles | 2008-06-26 | 1 | -14/+7 |