summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine
Commit message (Collapse)AuthorAgeFilesLines
* (mess) pc: further separation and cleanup (nw) cracyc2014-03-294-1738/+48
|
* converted some more global_alloc_array() usage to ↵ Oliver Stöneberg2014-03-296-49/+11
| | | | dynamic_array/dynamic_buffer (nw)
* (MESS) sms: slightly modified system flags, and fixed RAM init Fabio Priuli2014-03-291-11/+20
| | | which broke some gamegear games (from Enik Land). nw.
* - BetaDisk fixed (there was just needed to start floppy motor ;) [MetalliC] Miodrag Milanovic2014-03-281-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 ↵ Oliver Stöneberg2014-03-2813-41/+42
| | | | global_alloc_array/global_free_array (nw)
* hsync and fsync are part of mc6847 so devcb2 conversion was needed there not ↵ Miodrag Milanovic2014-03-281-3/+1
| | | | in gime, this fixes coco3 issue (nw)
* doing a check if read is safe, but think this need more investigation, why ↵ Miodrag Milanovic2014-03-281-2/+2
| | | | it was called by acia (nw)
* (mess) pc: split tandy 1000 and pcjr from pc.c (nw) cracyc2014-03-273-891/+1
|
* mc6846_device: converted to devcb2 (nw) Ivan Vangelista2014-03-261-69/+0
|
* aga is isa device now, aga/cga cleanup (nw) Miodrag Milanovic2014-03-262-31/+5
| | | note that aga should be extended out of isa_cga in future
* fix cybiko "handlers" (nw) Olivier Galibert2014-03-261-9/+9
|
* (MESS) sms: fixed Korean Gam*Boy 2 being detected as a Japanese Fabio Priuli2014-03-261-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) Miodrag Milanovic2014-03-262-14/+0
|
* h8: Rewrite [O. Galibert] Olivier Galibert2014-03-251-11/+23
| | | (mess) mu100: Main screen turn on [O. Galibert]
* i8271: devcb2. (nw) Curt Coder2014-03-251-2/+0
|
* (MESS) mm1: Separated keyboard from driver. (nw) Curt Coder2014-03-252-0/+390
|
* (MESS) New driver added : Miodrag Milanovic2014-03-251-0/+973
| | | - SWTPC S/09 [Robert Justice]
* (MESS) sms: fixed light phaser support through the gender adapter Fabio Priuli2014-03-251-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] Miodrag Milanovic2014-03-251-78/+123
|
* Fix for Thomson MO6 banking, now more faithful to the hardware [Antoine Mine] Miodrag Milanovic2014-03-251-31/+55
|
* removed mame_* aliases and just use core_* functions (nw) Oliver Stöneberg2014-03-247-26/+26
|
* some more cleanup (nw) Miodrag Milanovic2014-03-241-9/+6
|
* small pc cleanup (nw) Miodrag Milanovic2014-03-244-48/+28
|
* Device-ified SGI memory controller (nw) Ivan Vangelista2014-03-242-195/+301
|
* READ/WRITE*_HANDLER to READ/WRITE*_MEMBER where it was wrongly placed (nw) Miodrag Milanovic2014-03-241-1/+1
|
* no need for this (nw) Miodrag Milanovic2014-03-241-55/+0
|
* (MESS) vtech2 (Laser350/500/700): added cassette save/load Robbbert2014-03-241-10/+4
|
* (MESS) gb.c: Reduce tagmap lookups. (nw) Wilbert Pol2014-03-231-8/+9
|
* modernized 990_hd, moved some code into ti990_10.c, and simplified ↵ Miodrag Milanovic2014-03-234-488/+332
| | | | harddriv.c and remove some legacy leftovers (nw)
* es5503 used devcb2 instead of custom callbacks (nw) Miodrag Milanovic2014-03-231-4/+3
|
* (MESS) fixed smssdisp "regression": slot selection is still not working, Fabio Priuli2014-03-231-11/+15
| | | but images mounted in slot1 start
* (MESS) amigakbd: devcb2. (nw) Curt Coder2014-03-222-8/+20
|
* (MESS) CIA cleanup. (nw) Curt Coder2014-03-221-1/+0
|
* (MESS) CIA cleanup. (nw) Curt Coder2014-03-223-13/+5
|
* (MESS) sms.c: fixed behavior of the TH pin in the Japanese SMS consoles. ↵ Fabio Priuli2014-03-221-9/+22
| | | | [Enik Land]
* missed file (nw) R. Belmont2014-03-221-1/+1
|
* (MESS) Move corvushd to emu/ so slot devices can see it (nw) R. Belmont2014-03-221-1381/+0
|
* (MESS) Simpler config by joyport mods. (nw) Michael Zapf2014-03-215-41/+47
|
* (MESS) Just added a comment. (nw) Michael Zapf2014-03-211-1/+4
|
* move things around this fixes linking (nw) Miodrag Milanovic2014-03-216-3597/+0
|
* Moved TI-99/4A expansion cards to emu/bus/ti99_peb. Michael Zapf2014-03-2133-9377/+0
|
* discrete_sound_w and discrete_sound_r not used any more since ↵ Miodrag Milanovic2014-03-212-3/+3
| | | | discrete_device is modern one (nw)
* (MESS) macpds: Moved to emu/bus/macpds. (nw) Curt Coder2014-03-212-355/+0
|
* (MESS) telstrat: Connected ACIA IRQ. (nw) Curt Coder2014-03-211-4/+2
|
* (MESS) Moved SCSI HBAs to emu/bus/scsi. (nw) Curt Coder2014-03-216-704/+0
|
* (MESS) Fixed swapped arguments. (nw) Michael Zapf2014-03-212-3/+3
|
* Device short name/description fixes to fix noted discrepancies between xml, ↵ Scott Stone2014-03-202-2/+2
| | | | devices and slots. (nw)
* (MESS) softbox: Added preformatted 10MB hard disk image. [Curt Coder] Curt Coder2014-03-201-0/+2
|
* (MESS) corvushd: Converted to a device. (nw) Curt Coder2014-03-203-587/+262
|
* compile fix, thank qmc2 (nw) Miodrag Milanovic2014-03-191-1/+1
|