| Commit message (Expand) | Author | Age | Files | Lines |
| * | Cleanups and version bumpmame0144u5 |  Angelo Salese | 2012-01-08 | 14 | -47/+47 |
| * | mess sync (nw) |  Olivier Galibert | 2012-01-07 | 1 | -1/+2 |
| * | uiimage/diimage: Dumbify the menus and add a control layer [O. Galibert] |  Olivier Galibert | 2012-01-07 | 8 | -325/+513 |
| * | scsihd.c: Get sector size from CHD metadata to support old 256 bytes/sector S... |  Curt Coder | 2012-01-06 | 1 | -11/+29 |
| * | Added delayed interrupts in idectrl to enable booting on some older bioses [C... |  Miodrag Milanovic | 2012-01-06 | 1 | -3/+3 |
| * | i386: Moved stack changes to be after protection checks in RETF and IRET |  mahlemiut | 2012-01-06 | 3 | -57/+205 |
| * | Added XTAL_33_833MHz define |  Phil Bennett | 2012-01-05 | 1 | -0/+1 |
| * | Fix for DTD validation (no whatsnew) |  Miodrag Milanovic | 2012-01-05 | 1 | -0/+3 |
| * | Added DEC Rainbow XTAL value and part number update (no whatsnew) |  Miodrag Milanovic | 2012-01-05 | 1 | -1/+2 |
| * | Fixed allocating of multiple parts in softlist (no whatsnew) |  Miodrag Milanovic | 2012-01-05 | 1 | -1/+1 |
| * | Fix four spc700 opcodes which didn't disassemble correctly [kevtris] |  Jonathan Gevaryahu | 2012-01-05 | 1 | -4/+4 |
| * | Fix issue displaying keyboard names in menu (no whatsnew) |  Miodrag Milanovic | 2012-01-05 | 1 | -1/+1 |
| * | Fix z80dma assert |  Angelo Salese | 2012-01-04 | 1 | -3/+4 |
| * | ARM7: Fixed 39-in-1 booting. [Tim Schuerewegen] |  Ryan Holtz | 2012-01-04 | 1 | -2/+18 |
| * | softlist.c: no_dump CHDs should not trigger validation errors. no whatsnew. |  Fabio Priuli | 2012-01-04 | 1 | -3/+8 |
| * | Implemented UD2 instruction, thing is that in any case it should raise invali... |  Miodrag Milanovic | 2012-01-04 | 2 | -1/+5 |
| * | Work-around for Sim City 2k (MESS specific bug-fix) |  Angelo Salese | 2012-01-03 | 1 | -0/+6 |
| * | FABS bug-fix |  Angelo Salese | 2012-01-03 | 1 | -1/+1 |
| * | Ok, this is the last opcode based x87 batch, now things needs to be bug fixed... |  Angelo Salese | 2012-01-03 | 1 | -23/+400 |
| * | Another batch of x87 opcodes |  Angelo Salese | 2012-01-03 | 1 | -2/+91 |
| * | Patch for i386 helps booting Phoenix bios from Carl (no whatsnew) |  Miodrag Milanovic | 2012-01-03 | 1 | -0/+2 |
| * | [MCS48] Fixed I8021/I8022 clock divider. [Curt Coder] |  Miodrag Milanovic | 2012-01-03 | 2 | -32/+35 |
| * | Hooked up Voodoo, and another batch of x87. It fails due of the color DAC |  Angelo Salese | 2012-01-03 | 1 | -3/+150 |
| * | GCC 4.6 compile helper; linking still fails :( (nw) |  R. Belmont | 2012-01-03 | 1 | -1/+1 |
| * | Added group d9, Funky Ball doesn't moan anymore so let's stop for now |  Angelo Salese | 2012-01-03 | 1 | -13/+190 |
| * | Bored in banging my head over fatalerrors, implemented x87 d8 group opcodes |  Angelo Salese | 2012-01-03 | 1 | -9/+177 |
| * | Removed old C-based interface to astrings. astring exists only as |  Aaron Giles | 2012-01-03 | 15 | -96/+74 |
| * | More x87 ... (and yeah, won't stop here) |  Angelo Salese | 2012-01-02 | 1 | -5/+128 |
| * | More opcodes tripped by Funky Ball ... (and no, it doesn't stop here) |  Angelo Salese | 2012-01-02 | 1 | -3/+59 |
| * | Added FLD and FST single-precision opcodes |  Angelo Salese | 2012-01-02 | 1 | -2/+18 |
| * | Removed machine.generic.tmpbitmap, VIDEO_START(generic_bitmapped), |  Aaron Giles | 2012-01-02 | 12 | -142/+149 |
| * | m680x0: fix case where the MMU trashed memory [R. Belmont] |  R. Belmont | 2012-01-02 | 1 | -2/+2 |
| * | Bulk conversion of bitmap_t * to bitmap_t & . With this change the |  Aaron Giles | 2012-01-02 | 68 | -658/+659 |
| * | 68HC05: CLR instruction should not affect the carry flag. Verified with Free... |  R. Belmont | 2012-01-01 | 1 | -1/+1 |
| * | Fix a few stragglers. Add width/height/position setters to |  Aaron Giles | 2011-12-31 | 5 | -103/+72 |
| * | Bulk converted cliprect * to cliprect & across the system. This makes |  Aaron Giles | 2011-12-31 | 55 | -406/+340 |
| * | Moved the implementation for the Sega 315-5124, 315-5246, and 315-5378 video ... |  Wilbert Pol | 2011-12-31 | 3 | -0/+1916 |
| * | Implemented generic functions for RDMSR and WRMSR opcodes in Pentium CPU core... |  Angelo Salese | 2011-12-31 | 3 | -6/+55 |
| * | Converted bitmap_t and rectangle into proper classes. Replaced BITMAP_ADDR* |  Aaron Giles | 2011-12-31 | 39 | -513/+498 |
| * | Implemented FLD and FST Pentium x87 opcodes, used by Savage Quest for testing... |  Angelo Salese | 2011-12-31 | 1 | -1/+20 |
| * | Oh my ... |  Angelo Salese | 2011-12-31 | 1 | -0/+7 |
| * | s3c24xx: lots of changes for future Happy Fish 302-in-1 and Palm Z22 (mess) d... |  Miodrag Milanovic | 2011-12-30 | 5 | -125/+713 |
| * | arm7: implemented MMU permission faults [Tim Schuerewegen] |  Miodrag Milanovic | 2011-12-30 | 4 | -97/+280 |
| * | i8251: Implemented transmit and receive data callbacks [Barry Rodewald] |  Miodrag Milanovic | 2011-12-30 | 1 | -2/+13 |
| * | Floppy changes by OG, imported from MESS (no whatsnew) |  Miodrag Milanovic | 2011-12-30 | 2 | -12/+47 |
| * | Change 'screen' parameter in SCREEN_UPDATE and SCREEN_EOF callbacks to a |  Aaron Giles | 2011-12-29 | 15 | -55/+41 |
| * | Adding "totalcycles" debugger variable |  Nathan Woods | 2011-12-29 | 2 | -1/+17 |
| * | Preliminary hook-up of VGA pixel clock |  Angelo Salese | 2011-12-29 | 1 | -42/+11 |
| * | Worked around 0x3d8 VGA reading, and fixed California Chase in using the righ... |  Angelo Salese | 2011-12-29 | 1 | -0/+6 |
| * | update clock after state load |  Michaƫl Banaan Ananas | 2011-12-28 | 1 | -0/+4 |