summaryrefslogtreecommitdiffstatshomepage
path: root/.gitattributes
Commit message (Collapse)AuthorAgeFilesLines
* naomi video: Pretend-modernize the powervr2 [O. Galibert] Olivier Galibert2013-06-081-1/+1
|
* commit messages are boring (nw) Olivier Galibert2013-06-081-0/+1
|
* (MESS) snes: added skeleton SA-1 support. nw. Fabio Priuli2013-06-071-0/+2
|
* QT Debugger: WIP for a new breakpoints window. [Andrew Gardner] Andrew Gardner2013-06-061-0/+4
| | | | | | | --out of whatsnew.txt-- You can't click to enable/disable breakpoints yet, and the number of rows doesn't resize yet, but that stuff will come.
* (MESS) ep64: Modernized the Enterprise 64/128 driver. [Curt Coder] Curt Coder2013-06-061-3/+11
|
* "put HLSL back ..." fix build etc. David Haywood2013-06-061-0/+2
|
* As this project is clearly now run by people who care more about "feelings" ↵ Ryan Holtz2013-06-061-2/+0
| | | | | and playing patty-cake with one another rather than actual results, consider this my resignation letter. Anyone who wants to know where HLSL went, feel free to ask Tafoid why he couldn't take a simple joke.
* firebeat: split midi keyboard to separate device [Carl] cracyc2013-06-051-2/+2
| | | pc16552d: kill it (nw)
* (MESS) ep64_cass.xml: Added preliminary cassette software list. [Guru, Curt ↵ Curt Coder2013-06-051-0/+1
| | | | Coder]
* Started to split ide hd from ide controller [smf] smf-2013-06-051-0/+2
|
* (MESS) bml3.c [jedwidz] Miodrag Milanovic2013-06-051-0/+2
| | | | | - improved keyboard - improved video - disk support
* (MESS) ep64_flop.xml: Added floppy images. [Curt Coder] Curt Coder2013-06-041-1/+1
|
* Moved video and machine part of emu in separate mak files and libraries (nw) Miodrag Milanovic2013-06-041-0/+2
|
* (MESS) Modernized MC68328 (DragonBall) device. [Fabio Priuli] Fabio Priuli2013-06-031-2/+0
|
* Split rf5c296 and ata flash functionality from taitogn.c into their own ↵ smf-2013-06-021-0/+4
| | | | devices. The pccard slot has had to revert to use memory handlers instead of device maps for the moment [smf]
* Created a PCCARD slot and Linear Flash Card for System 573. Uses bankdev.c ↵ smf-2013-06-011-0/+4
| | | | for banking the onboard flash chips and the pccard slots. This adds an extra two calls to the memory system & intelfsh.c already called the memory system for accessing the data. [smf]
* (MESS) concept: added stub implementation for the expansion slots as slot ↵ Fabio Priuli2013-06-011-0/+2
| | | | | | devices in place of previous outdated custom one. [Fabio Priuli]
* Modernized the geebee and warpwarp sound devices [Osso] Fabio Priuli2013-06-011-0/+1
|
* Fixed clipping of device address maps if the size of the map caused the end ↵ smf-2013-05-311-0/+2
| | | | address to wrap. Added a proof of concept implementation of a address map bank device, which allows you to bank memory maps. Hooked it up to Taito GNET as an example [smf]
* (MESS) abc80x, abc1600: Added Luxor ABC keyboard port slot interface. [Curt ↵ Curt Coder2013-05-311-0/+2
| | | | Coder]
* (MESS) gba.c: simplified video code, removing many redundancies. [Fabio Priuli] Fabio Priuli2013-05-311-4/+0
|
* modernized the MB14241 and MathBox devices. [Osso] Fabio Priuli2013-05-311-0/+1
|
* (MESS) qx10: Added floppy software list. [Curt Coder] Curt Coder2013-05-301-0/+1
|
* 8237dma: convert its remaining users and kill it (nw) cracyc2013-05-301-2/+0
| | | | -- The apollo and bebox both boot but might need more thorough testing.
* (MESS) enterp: converted the Nick Graphics Chip to be a device. [Fabio Priuli] Fabio Priuli2013-05-291-0/+1
|
* (MESS) pet: Implemented SoftBox IEEE-488 peripheral mode, where a PET ↵ Curt Coder2013-05-291-0/+2
| | | | computer is used as terminal. [Curt Coder, Mike Naberezny]
* speedbal - preparation for further work David Haywood2013-05-291-0/+1
|
* (MESS) Applix: Added floppy disk drives Robbbert2013-05-291-0/+2
|
* added new 7200 FIFO chip device Michaël Banaan Ananas2013-05-291-0/+2
|
* (MESS) pce.c: moved the cd addon to be a separate device. now save states Fabio Priuli2013-05-281-0/+2
| | | work in the driver for HuCard games, not yet for CD games. [Fabio Priuli]
* (MESS) pokemini.c: Merged everything into the driver file and switched to ↵ Wilbert Pol2013-05-271-2/+0
| | | | device_timer. (nw)
* (MESS) pce.c: converted carts to use slot devices [Fabio Priuli] Fabio Priuli2013-05-271-0/+4
|
* z80dart: Merged in uPD7201 and modernized the interface. [Curt Coder] Curt Coder2013-05-271-2/+0
|
* (MESS) softbox: Added floppy software list. [Mike Naberezny] Curt Coder2013-05-271-0/+1
|
* (mess) hook qx10 keyboard up to serial controller [Carl] cracyc2013-05-261-0/+2
|
* (MESS) softlist: added list for Otrona Attache disks. [Kaylee] Fabio Priuli2013-05-261-0/+1
|
* 24cdjuke: added preliminary display and input ports. Sandro Ronco2013-05-251-0/+1
|
* (MESS) gba: updated the driver to use slot devices for carts and removed Fabio Priuli2013-05-251-0/+4
| | | | | | | | | on-cart flash ram devices from main gba now that they can be properly implemented on carts which have them [Fabio Priuli] The main difference for end users is that games using flash ram for saves won't save anymore progresses in a nvram/game_name.nv file but in a file inside nvram/game_name/ folder. Many thanks to Micko for his recent changes to nvram devices which allowed to still save these data per-game!
* added skeleton mb89371 device (nw) smf-2013-05-241-0/+2
|
* placeholders Olivier Galibert2013-05-231-0/+2
|
* (MESS) gmaster.c: Switched to use simple speaker sound device. (nw) Wilbert Pol2013-05-231-2/+0
|
* (MESS) ehx20: Added slave CPU ROM dump. [Kevtris] Curt Coder2013-05-231-0/+1
| | | | | m6800: Resolved out_sc2_func for M6808/HD6301/HD63701 variants. [Curt Coder]
* td0_dsk: add new floppy system support for teledisk [Carl] cracyc2013-05-231-0/+1
| | | | --- Lots of conflicting info out there, need more samples (8", fm)
* Added skeleton for uPD7227 LCD controller. (nw) Curt Coder2013-05-221-0/+2
|
* (MESS) hx20: Added floppy software list. [Curt Coder] Curt Coder2013-05-211-0/+1
|
* (MESS) sms/gamegear: Various improvements [Fabio Priuli] Fabio Priuli2013-05-211-0/+4
| | | | | | | | | | - Converted cart handling and mappers to use slot devices - Simplified bios and cart bankswitch mechanism - Added save state support to both systems - Removed on-cart EEPROM from main gamegear now that it can be properly implemented on carts which have it - Made LCD persistence hack optional (ON by default, it can be turned OFF from Driver Configuration submenu) - Reduced tagmap lookups all across the driver
* Changed keycus into a device and moved it into it's own file, only 3 ↵ smf-2013-05-211-0/+2
| | | | parameters are saved instead of 64k. Changed I/O to 16 bits & uses memory maps instead of installing at runtime. Simplified digital player 3 inputs that are hooked up to dac inputs. [smf]
* (MESS) New not working system: Otrona Attache [Al Kossow, Barry Rodewald] mahlemiut2013-05-211-0/+1
|
* (MESS) horizon: WIP. (nw) Curt Coder2013-05-191-0/+4
|
* - "And he did give them CRT bloom, and it scorched their eyes so; and they wept Ryan Holtz2013-05-191-1/+0
| | | | | | | | | | | | openly, for there was nothing left to see with" [MooglyGuy] * Enabled vector bloom and associated .ini controls * Added raster bloom and associated .ini controls, each bloom "level" is the linear weight of successively half-sized render targets * Removed D3D8 mode * Mass renaming in D3D renderer to use namespaces, initial planning step to HAL-based renderer implementation on Windows (i.e., GL on Windows) * Converted d3d_info, d3d_poly_info, and d3d_texture_info into classes * Added batching of vectors for possible speed increase * Minor cleanup of shader state setting