Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added known authors to licenses tags (nw) | 2015-05-09 | 47 | -47/+47 | |
| | |||||
* | Updated licenses on Ryan Holtz request (nw) | 2015-05-09 | 2 | -4/+4 | |
| | |||||
* | add some licenses to stuff I wrote (nw) | 2015-05-08 | 2 | -4/+4 | |
| | |||||
* | Start adding owners to files in MESS and updated license for PeT (nw) | 2015-05-08 | 2 | -4/+4 | |
| | |||||
* | changes for Juergen Buchmueller in core and credits for some files in mess(nw) | 2015-05-07 | 5 | -18/+10 | |
| | |||||
* | removed restriction link for BSD3 licensed files (nw) | 2015-05-07 | 84 | -252/+0 | |
| | |||||
* | Added dummy license headers for EMU section (nw) | 2015-05-07 | 344 | -0/+688 | |
| | |||||
* | Changed license of DEC drivers together with Jonathan Gevaryahu (nw) | 2015-05-07 | 2 | -0/+4 | |
| | |||||
* | - improved 9312 device ==> 20% speed increase | 2015-05-06 | 1 | -1/+1 | |
| | | | | | | | | - remove netlist_state_t ==> no added value - removed dead code in solver - various minor modifications - performance monitoring now also displays stats for subdevices - fixed save-state issues [Couriersud] | ||||
* | [MESS] DEC Rainbow updates: [Karl-Ludwig Deisenhofer] | 2015-05-02 | 4 | -120/+795 | |
| | | | | | | | | - Hard disk R/W support and real-time clock support emulating ClikClok card. -wd2010: provides IRQ / (B)DRQ signals. Honors DRIVE_READY and WRITE FAULT (DRDY / WF) now. Set WF to GND and DRDY to VCC in your driver if signals are not serviced. -ds1315 : Handle chip enable / chip reset / phantom writes to RTC. | ||||
* | Don't call outside of netlist in case of noise introduced by solver. | 2015-05-01 | 1 | -3/+14 | |
| | | | (nw) | ||||
* | (mess) m24: add z8000 apb support [Carl] | 2015-04-29 | 1 | -1/+1 | |
| | | | | | | isa_cga: m24 640x400x1 mode (nw) upd765: return 0xff when reading from fifo while busy (nw) z8000: mreq instruction and the apb expects sout to work just like out (nw) | ||||
* | Cleanups and version bumpmame0161 | 2015-04-29 | 10 | -119/+119 | |
| | |||||
* | ins8250: msr is writeable (pcjr depends on this) and fix update (nw) | 2015-04-27 | 1 | -8/+21 | |
| | |||||
* | (MAME)New game added | 2015-04-26 | 1 | -1/+2 | |
| | | | | ----------------- Breakout [Couriersud, DICE Team] | ||||
* | pci9050: first stab at it (nw) | 2015-04-24 | 4 | -121/+253 | |
| | |||||
* | Completed state_save_register_item* removal (nw) | 2015-04-23 | 1 | -7/+7 | |
| | |||||
* | small cleanup (nw) | 2015-04-22 | 1 | -2/+1 | |
| | |||||
* | moved all to std::string (nw) | 2015-04-22 | 11 | -25/+25 | |
| | |||||
* | clang fix. (nw) | 2015-04-20 | 1 | -1/+1 | |
| | |||||
* | hdc9234: Make CLANG happier. (nw) | 2015-04-20 | 2 | -3/+3 | |
| | |||||
* | (MESS) ti99: MFM hard disk emulation WIP (nw) | 2015-04-20 | 1 | -4/+9 | |
| | |||||
* | ti99: fixes for c_str and segfault | 2015-04-20 | 1 | -3/+3 | |
| | |||||
* | ti99: ST225 emulation | 2015-04-20 | 6 | -70/+382 | |
| | |||||
* | Fix crash in mame debugger caused by netlist. (nw) | 2015-04-19 | 1 | -2/+2 | |
| | |||||
* | removed bool conversion and implicit empty check (nw) | 2015-04-19 | 1 | -1/+1 | |
| | |||||
* | Merge pull request #161 from fulivi/mds2_dev | 2015-04-18 | 1 | -5/+1 | |
|\ | | | | | Improvments to imds2 driver (fulivi) | ||||
| * | pic8259: fixed a polling mode bug | 2015-04-13 | 1 | -5/+1 | |
| | | |||||
* | | some astring to std::string conversion (nw) | 2015-04-18 | 1 | -1/+1 | |
| | | |||||
* | | Remove some code commented out during debug. (nw) | 2015-04-17 | 1 | -4/+1 | |
| | | |||||
* | | Fix unused var | 2015-04-17 | 1 | -3/+3 | |
| | | |||||
* | | Minor netlist changes. (nw) | 2015-04-17 | 1 | -1/+2 | |
| | | |||||
* | | (MESS) pet: Implemented write mode on the Commodore 8050/8250/SFD-1001 ↵ | 2015-04-16 | 2 | -21/+0 | |
| | | | | | | | | | | | | | | floppy drives. [Curt Coder] (MESS) victor9k: Separated read/write modes in the floppy controller. (nw) fdc_pll: Removed write_next_bit_prev_cell hack. (nw) | ||||
* | | Replace dynamic_array with std::vector [O. Galibert] | 2015-04-14 | 26 | -91/+93 | |
| | | |||||
* | | fix for clang build (nw) | 2015-04-14 | 1 | -2/+2 | |
|/ | |||||
* | atlantis: added PCI9050 device skeleton. [R. Belmont] | 2015-04-12 | 2 | -0/+224 | |
| | |||||
* | string -> str rename due to future conflicts (nw) | 2015-04-12 | 1 | -3/+3 | |
| | |||||
* | There is no implicit conversion to char* in std::string (nw) | 2015-04-12 | 2 | -2/+2 | |
| | |||||
* | Update iteagle files | 2015-04-11 | 2 | -0/+2 | |
| | |||||
* | Cleanup. (nw) | 2015-04-11 | 1 | -1/+1 | |
| | |||||
* | (MESS) c8050fdc: Fixed write protect sense. (nw) | 2015-04-11 | 1 | -57/+74 | |
| | |||||
* | Merge https://github.com/ZoeB/mame | 2015-04-12 | 4 | -6/+6 | |
|\ | |||||
| * | Revert "publicly" fix | 2015-04-11 | 1 | -1/+1 | |
| | | | | | | | | Allow the variant spelling "publically". | ||||
| * | Fix various typos and spelling mistakes | 2015-04-11 | 5 | -7/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | I'm purposefully leaving /src/emu/bus/cbmiec/c1541.c's kernal.bin as it is, as this particular spelling mistake was originally made by Robert Russell, therefore is canon. See http://en.wikipedia.org/wiki/KERNAL for details. I'm also leaving /src/emu/machine/nscsi_bus.c's RECIEVE as I don't want to break anything, but it's worth someone looking into. I renamed some variables in /src/mame/drivers/sfbonus.c, /src/mame/video/tia.c and /src/mame/video/tia.h, so if anyone wants to verify I didn't break anything, that would be nice. | ||||
* | | cstr() - > c_str() as preparation for move to std::string (nw) | 2015-04-11 | 5 | -78/+78 | |
|/ | |||||
* | Merge branch 'master' of https://github.com/mamedev/mame | 2015-04-10 | 3 | -4/+9 | |
|\ | |||||
| * | (MESS) pet: Refactored the Commodore 8050/8250/SFD-1001 to use the new ↵ | 2015-04-10 | 3 | -4/+9 | |
| | | | | | | | | floppy system. [Curt Coder] | ||||
* | | Merge branch 'master' of https://github.com/ZoeB/mame | 2015-04-10 | 2 | -4/+3 | |
|\ \ | |/ |/| | | | | | | | | | Conflicts: src/mess/drivers/elecbowl.c src/mess/drivers/hh_hmcs40.c src/mess/drivers/hh_tms1k.c | ||||
| * | Tidy tidying | 2015-04-10 | 1 | -0/+1 | |
| | | | | | | | | | | Vas correctly points out that I'm a bit overzealous with blank line deletions when they're there for perfectly good reasons. | ||||
| * | Tidy whitespace in corresponding .h files too | 2015-04-08 | 1 | -2/+0 | |
| | |