Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (mess) pc: further separation and cleanup (nw) | 2014-03-29 | 4 | -1738/+48 | |
| | |||||
* | converted some more global_alloc_array() usage to ↵ | 2014-03-29 | 6 | -49/+11 | |
| | | | | dynamic_array/dynamic_buffer (nw) | ||||
* | (MESS) sms: slightly modified system flags, and fixed RAM init | 2014-03-29 | 1 | -11/+20 | |
| | | | which broke some gamegear games (from Enik Land). nw. | ||||
* | - BetaDisk fixed (there was just needed to start floppy motor ;) [MetalliC] | 2014-03-28 | 1 | -4/+14 | |
| | | | | | | | | | | | | | - Pentagon: fixed 7FFD port addressing; CPU clock fixed; adjusted VBLANK IRQ timing (border effects works fine now); - Scorpion: fixed ports addressing; both machines marked as working. Notes: - there are still issues with BetaDisk - for unk reason wrong commands passed to WD17xx (imho ROM switching works somehow wrong), but anyway with write protected disk images it works more-less fine - files from disks loaded OK; - Pentagon1024 randomly crashes then selecting "GLUK BOOT", maybe also coz of rom switching. | ||||
* | replaced some more malloc/free usage with ↵ | 2014-03-28 | 13 | -41/+42 | |
| | | | | global_alloc_array/global_free_array (nw) | ||||
* | hsync and fsync are part of mc6847 so devcb2 conversion was needed there not ↵ | 2014-03-28 | 1 | -3/+1 | |
| | | | | in gime, this fixes coco3 issue (nw) | ||||
* | doing a check if read is safe, but think this need more investigation, why ↵ | 2014-03-28 | 1 | -2/+2 | |
| | | | | it was called by acia (nw) | ||||
* | (mess) pc: split tandy 1000 and pcjr from pc.c (nw) | 2014-03-27 | 3 | -891/+1 | |
| | |||||
* | mc6846_device: converted to devcb2 (nw) | 2014-03-26 | 1 | -69/+0 | |
| | |||||
* | aga is isa device now, aga/cga cleanup (nw) | 2014-03-26 | 2 | -31/+5 | |
| | | | note that aga should be extended out of isa_cga in future | ||||
* | fix cybiko "handlers" (nw) | 2014-03-26 | 1 | -9/+9 | |
| | |||||
* | (MESS) sms: fixed Korean Gam*Boy 2 being detected as a Japanese | 2014-03-26 | 1 | -3/+19 | |
| | | | | | | machine when a real unit does not. [Enik Land] New driver added : - Samsung Gam*Boy I [Enik Land] | ||||
* | no more pc_cga (nw) | 2014-03-26 | 2 | -14/+0 | |
| | |||||
* | h8: Rewrite [O. Galibert] | 2014-03-25 | 1 | -11/+23 | |
| | | | (mess) mu100: Main screen turn on [O. Galibert] | ||||
* | i8271: devcb2. (nw) | 2014-03-25 | 1 | -2/+0 | |
| | |||||
* | (MESS) mm1: Separated keyboard from driver. (nw) | 2014-03-25 | 2 | -0/+390 | |
| | |||||
* | (MESS) New driver added : | 2014-03-25 | 1 | -0/+973 | |
| | | | - SWTPC S/09 [Robert Justice] | ||||
* | (MESS) sms: fixed light phaser support through the gender adapter | 2014-03-25 | 1 | -12/+8 | |
| | | | | | and adopted RAM init pattern on Export consoles too (Korean systems are acknowledged as Export and some Korean games rely on this) [Enik Land] | ||||
* | Preliminary driver support for the HP 49 G [Antoine Mine] | 2014-03-25 | 1 | -78/+123 | |
| | |||||
* | Fix for Thomson MO6 banking, now more faithful to the hardware [Antoine Mine] | 2014-03-25 | 1 | -31/+55 | |
| | |||||
* | removed mame_* aliases and just use core_* functions (nw) | 2014-03-24 | 7 | -26/+26 | |
| | |||||
* | some more cleanup (nw) | 2014-03-24 | 1 | -9/+6 | |
| | |||||
* | small pc cleanup (nw) | 2014-03-24 | 4 | -48/+28 | |
| | |||||
* | Device-ified SGI memory controller (nw) | 2014-03-24 | 2 | -195/+301 | |
| | |||||
* | READ/WRITE*_HANDLER to READ/WRITE*_MEMBER where it was wrongly placed (nw) | 2014-03-24 | 1 | -1/+1 | |
| | |||||
* | no need for this (nw) | 2014-03-24 | 1 | -55/+0 | |
| | |||||
* | (MESS) vtech2 (Laser350/500/700): added cassette save/load | 2014-03-24 | 1 | -10/+4 | |
| | |||||
* | (MESS) gb.c: Reduce tagmap lookups. (nw) | 2014-03-23 | 1 | -8/+9 | |
| | |||||
* | modernized 990_hd, moved some code into ti990_10.c, and simplified ↵ | 2014-03-23 | 4 | -488/+332 | |
| | | | | harddriv.c and remove some legacy leftovers (nw) | ||||
* | es5503 used devcb2 instead of custom callbacks (nw) | 2014-03-23 | 1 | -4/+3 | |
| | |||||
* | (MESS) fixed smssdisp "regression": slot selection is still not working, | 2014-03-23 | 1 | -11/+15 | |
| | | | but images mounted in slot1 start | ||||
* | (MESS) amigakbd: devcb2. (nw) | 2014-03-22 | 2 | -8/+20 | |
| | |||||
* | (MESS) CIA cleanup. (nw) | 2014-03-22 | 1 | -1/+0 | |
| | |||||
* | (MESS) CIA cleanup. (nw) | 2014-03-22 | 3 | -13/+5 | |
| | |||||
* | (MESS) sms.c: fixed behavior of the TH pin in the Japanese SMS consoles. ↵ | 2014-03-22 | 1 | -9/+22 | |
| | | | | [Enik Land] | ||||
* | missed file (nw) | 2014-03-22 | 1 | -1/+1 | |
| | |||||
* | (MESS) Move corvushd to emu/ so slot devices can see it (nw) | 2014-03-22 | 1 | -1381/+0 | |
| | |||||
* | (MESS) Simpler config by joyport mods. (nw) | 2014-03-21 | 5 | -41/+47 | |
| | |||||
* | (MESS) Just added a comment. (nw) | 2014-03-21 | 1 | -1/+4 | |
| | |||||
* | move things around this fixes linking (nw) | 2014-03-21 | 6 | -3597/+0 | |
| | |||||
* | Moved TI-99/4A expansion cards to emu/bus/ti99_peb. | 2014-03-21 | 33 | -9377/+0 | |
| | |||||
* | discrete_sound_w and discrete_sound_r not used any more since ↵ | 2014-03-21 | 2 | -3/+3 | |
| | | | | discrete_device is modern one (nw) | ||||
* | (MESS) macpds: Moved to emu/bus/macpds. (nw) | 2014-03-21 | 2 | -355/+0 | |
| | |||||
* | (MESS) telstrat: Connected ACIA IRQ. (nw) | 2014-03-21 | 1 | -4/+2 | |
| | |||||
* | (MESS) Moved SCSI HBAs to emu/bus/scsi. (nw) | 2014-03-21 | 6 | -704/+0 | |
| | |||||
* | (MESS) Fixed swapped arguments. (nw) | 2014-03-21 | 2 | -3/+3 | |
| | |||||
* | Device short name/description fixes to fix noted discrepancies between xml, ↵ | 2014-03-20 | 2 | -2/+2 | |
| | | | | devices and slots. (nw) | ||||
* | (MESS) softbox: Added preformatted 10MB hard disk image. [Curt Coder] | 2014-03-20 | 1 | -0/+2 | |
| | |||||
* | (MESS) corvushd: Converted to a device. (nw) | 2014-03-20 | 3 | -587/+262 | |
| | |||||
* | compile fix, thank qmc2 (nw) | 2014-03-19 | 1 | -1/+1 | |
| |