Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed POP, POPF, PUSHF, and flags for V20 core [Carl] | 2011-05-31 | 5 | -7/+11 | |
| | |||||
* | Fixed UNSP CPU core reset [Robbbert] | 2011-05-31 | 1 | -2/+2 | |
| | |||||
* | Fixed for apple2fdc softlist loading (no whatsnew) | 2011-05-31 | 1 | -3/+7 | |
| | |||||
* | mc146818 - Implemented IRQ callbacks for this RTC [Carl] | 2011-05-31 | 2 | -7/+86 | |
| | |||||
* | Fix for Apple GCC (no whatsnew) | 2011-05-31 | 1 | -1/+1 | |
| | |||||
* | (Finally found the time to finish this....) | 2011-05-30 | 23 | -3220/+3335 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Low-level input upgrade. Classes now exist for input_codes, input_items, input_devices, and input_seqs. Also created an input_manager class to hold machine-global state and made it accessible via machine.input(). Expanded the device index range (0-255, up from 0-16), and the OSD can now specify the device index explicitly if they can better keep the indexes from varying run-to-run. [Aaron Giles] Note that I've built and run SDL on Windows, but not all the code paths were exercised. If you use mice/joysticks extensively double-check them to be sure it all still works as expected. This is mainly an OSD and core change. The only thing impacting drivers is if they query for specific keys for debugging. The following S&Rs took care of most of that: S: input_code_pressed( *)\(( *)([^, ]+) *, * R: \3\.input\(\)\.code_pressed\1\(\2 S: input_code_pressed_once( *)\(( *)([^, ]+) *, * R: \3\.input\(\)\.code_pressed_once\1\(\2 | ||||
* | Another missed 4.6 warning (no whatsnew) | 2011-05-30 | 1 | -2/+2 | |
| | |||||
* | idectrl - implemented verify no retry command [Carl] | 2011-05-30 | 3 | -4/+6 | |
| | | | | i86 - Fixed imul instruction [Carl] | ||||
* | Fix compile/linking issue (no whatsnew) | 2011-05-30 | 1 | -4/+0 | |
| | |||||
* | Last round of GCC 4.6 fixes (no whatsnew) | 2011-05-30 | 1 | -3/+3 | |
| | |||||
* | GCC 4.6 "Variable assigned but not used" fixes part 7 (no whatsnew) | 2011-05-30 | 8 | -25/+46 | |
| | |||||
* | GCC 4.6 "Variable assigned but not used" fixes, part 6 (no whatsnew) | 2011-05-30 | 8 | -22/+24 | |
| | |||||
* | GCC 4.6 "Variable assigned but not used" for 6502 family (no whatsnew) | 2011-05-30 | 8 | -60/+68 | |
| | |||||
* | GCC 4.6 "Variable assigned but not used" fixes, part 6 (no whatsnew) | 2011-05-30 | 7 | -18/+19 | |
| | |||||
* | More GCC 4.6 fixes (no whatsnew) | 2011-05-30 | 3 | -3/+7 | |
| | |||||
* | removed psx_machine structure | 2011-05-29 | 2 | -12/+12 | |
| | |||||
* | sh2: fix use of interpreter again (no whatsnew) | 2011-05-29 | 1 | -2/+2 | |
| | |||||
* | whoops. no whatsnew. | 2011-05-29 | 1 | -1/+1 | |
| | |||||
* | enabled pcb recognition to softlists too, this way coco softlist works (no ↵ | 2011-05-29 | 1 | -1/+1 | |
| | | | | whatsnew) | ||||
* | Added HD6345 CRTC-II variant to mc6845.c. [Curt Coder] | 2011-05-29 | 2 | -7/+39 | |
| | |||||
* | i286 - enabling 287 emulation by trapping when needed [Carl] | 2011-05-29 | 5 | -35/+65 | |
| | | | idectrl - Clears error status on driver initialization [Carl] | ||||
* | Placed in a MESS version of pc_vga (no whatsnew) | 2011-05-28 | 5 | -633/+140 | |
| | |||||
* | added a couple of primitives | 2011-05-28 | 2 | -2/+4 | |
| | |||||
* | fixed access violation when running -verifyroms * in the visual studio debugger. | 2011-05-28 | 1 | -1/+1 | |
| | |||||
* | Removed an assignment in device_start that shouldn't have been there, nwn. | 2011-05-27 | 1 | -1/+0 | |
| | |||||
* | Changed name of sn76489 variant used in Sega Master System | 2011-05-27 | 2 | -7/+7 | |
| | | | | | and Megadrive/Genesis from SMSIII to the more technically accurate SEGAPSG, as the PSG in question was not only used on the mark 3 units. [Lord Nightmare] | ||||
* | TMS52xx: Minor updates to the comments and the disabled-by-default | 2011-05-27 | 1 | -10/+17 | |
| | | | | pulse excitation code to better match how hardware would probably work. [Lord Nightmare, Neill Corlett] | ||||
* | PlayStation GPU splits 4 point polygons into triangles. [smf] | 2011-05-26 | 1 | -257/+185 | |
| | |||||
* | removed some unused things | 2011-05-26 | 1 | -24/+6 | |
| | |||||
* | Always align T11 CPU opcode fetches. (nw) | 2011-05-26 | 1 | -0/+1 | |
| | |||||
* | Fix device clock modification to update all related parameters. | 2011-05-26 | 2 | -13/+22 | |
| | | | | Fixes issue with segahang games in particular. | ||||
* | fix build with visual studio | 2011-05-25 | 1 | -6/+6 | |
| | |||||
* | Moved SCSP to main irq function into an external write line function, fixes ↵ | 2011-05-25 | 2 | -7/+6 | |
| | | | | sound regression in Groove on Fight and Intro Don Don [Angelo Salese] | ||||
* | fixed variable name collision which caused bad graphics in some games. | 2011-05-25 | 2 | -12/+12 | |
| | |||||
* | Removed memory allocation calls from image device (no whatsnew) | 2011-05-25 | 3 | -51/+1 | |
| | |||||
* | konicdev et al.: Turn the 053250 into a modern device. [O. Galibert] | 2011-05-25 | 3 | -1/+528 | |
| | |||||
* | SVN sucks, let me count the ways. | 2011-05-25 | 2 | -0/+0 | |
| | |||||
* | fixed display problems due to an uninitialized variable. | 2011-05-25 | 1 | -0/+1 | |
| | |||||
* | oops, forgot about debug builds. | 2011-05-25 | 2 | -3/+12 | |
| | |||||
* | inptport.c - Keyboard chars initialization fix [Tom Clayton] | 2011-05-25 | 1 | -0/+1 | |
| | |||||
* | converted PlayStation GPU to a device [smf] | 2011-05-24 | 3 | -0/+4071 | |
| | |||||
* | HLSL bugfxes, nwn | 2011-05-24 | 1 | -3/+0 | |
| | |||||
* | Cleanups and version bumpmame0142u4 | 2011-05-24 | 13 | -55/+55 | |
| | |||||
* | Initial frameworking for upcoming artwork updates [Mr. Do] | 2011-05-23 | 8 | -10/+84 | |
| | |||||
* | Porting from MESS, nw | 2011-05-23 | 2 | -1/+2 | |
| | |||||
* | i386/i86 : Fixed error in disassembler by Carl (no whatsnew) | 2011-05-23 | 1 | -2/+2 | |
| | |||||
* | pic8259 - updated to be more according to documentation [Carl] | 2011-05-23 | 1 | -16/+5 | |
| | |||||
* | i286 - Fixed one opcode, making win 3.1 boots done by Carl (no whatsnew) | 2011-05-23 | 1 | -1/+1 | |
| | |||||
* | Call off the dogs, the OSD routing for OSD-side sliders has been fixed. nwn | 2011-05-23 | 1 | -1/+1 | |
| | |||||
* | HLSL Updates: [Ryan Holtz, Bat Country Entertainment] | 2011-05-22 | 1 | -2/+17 | |
| | | | | - Created a new OSD function, osd_get_slider_list, which allows OS-specific slider controls. - Plumbed new OSD-specific slider controls for HLSL parameters on Direct3D 9 targets. And there was much rejoicing. |