summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/bebox.c
Commit message (Collapse)AuthorAgeFilesLines
* move mess into mame (nw) Miodrag Milanovic2015-09-301-814/+0
|
* bebox.c: reduce tagmap lookups (nw) Wilbert Pol2015-08-021-23/+14
|
* owner name consistency and typo fix (nw) Miodrag Milanovic2015-05-221-1/+1
|
* Synced other dirs withs driver license for MESS (nw) Miodrag Milanovic2015-05-131-2/+2
|
* Added dummy license lines to each file for MESS (nw) Miodrag Milanovic2015-05-071-0/+2
|
* Experiments in PCI land [O. Galibert] Olivier Galibert2014-11-051-2/+2
|
* ins8250_device: converted to devcb2 (nw) Ivan Vangelista2014-05-071-48/+0
|
* am9517a_device: converted to devcb2 (nw) Ivan Vangelista2014-04-291-25/+0
|
* updated lsi53c810 to use delegates, and moved some formerly static Fabio Priuli2014-04-131-24/+19
| | | stuff into bebox and model3 classes. nw.
* compile fix, thank qmc2 (nw) Miodrag Milanovic2014-03-191-1/+1
|
* upd765: Refactored to use devcb2 callbacks. [Curt Coder] Curt Coder2014-03-171-10/+1
|
* Shuffle PCI and some more PC related devices around (nw) Miodrag Milanovic2014-03-071-1/+1
| | | cirrus is not moved since it's not made as proper pci device
* Converted PIT8253 to DEVCB2 [smf] smf-2014-02-231-22/+0
|
* removed some obsolete legacy stuff from src/mess/machine/bebox.c (nw) Oliver Stöneberg2013-08-021-57/+0
|
* Added ata_interface_device, ide_controller_device is now only for pc ↵ smf-2013-06-191-1/+1
| | | | register mapping. Renamed ide_mass_storage_device to ata_mass_storage_device. Changed ide_hdd_device so it only picks up it's image from the harddisk_image_device, which does a lookup to see if there is a region itself. (nw)
* First pass at tidying up ide interface. It no longer tries to force ↵ smf-2013-06-081-22/+0
| | | | everything to act as a PC. A copy of the VIA VT83C461 datasheet would be useful to remove some of the hacks added to make the games using it work again. [smf]
* moved handlers into the ide_controller_device (nw) smf-2013-06-061-9/+4
|
* Modernized the PIT8253 device. [Fabio Priuli] Fabio Priuli2013-06-031-2/+1
|
* 8237dma: convert its remaining users and kill it (nw) cracyc2013-05-301-29/+9
| | | | -- The apollo and bebox both boot but might need more thorough testing.
* A few less anonymous timers in the world. (nw) Andrew Gardner2013-05-271-6/+14
|
* pic8259.c: Switched to devcb2. (nw) Wilbert Pol2013-05-151-14/+0
|
* pic8259.c: Continue modernization. (nw) Wilbert Pol2013-05-141-9/+9
|
* Cleanups and version bumpmame0148u4 Miodrag Milanovic2013-04-301-1/+1
|
* made BEEP and RAM devices initialize in constructor of driver classes (nw) Miodrag Milanovic2013-04-231-3/+3
|
* 8042kbdc is now device (nw) Miodrag Milanovic2013-04-191-33/+1
|
* various cpu lookup cleanup (nw) Miodrag Milanovic2013-04-151-8/+8
|
* Removal of machine().root_device() where appropriate (nw) Miodrag Milanovic2013-04-141-1/+1
|
* removed devhelpr.h and trampolines in half modern devices,also southbridge ↵ Miodrag Milanovic2013-03-201-4/+4
| | | | also use am9517a device now (no whatsnew)
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-23/+23
|
* cleaned up the ide controller enough to change the irq to a DEVCB2 [smf] smf-2012-10-261-5/+4
|
* (mess) upd765: Modernize [O. Galibert] Olivier Galibert2012-10-101-52/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remaining TODO list: - take WP into account - test the amstrad, implement its observational format (edsk) using pasti as a start. Or find the legendary amstrad IPFs. Or both. - correct read track, the implementation is completely wrong. See previous for testing, it's only used in protections the check the inter-sector gaps. - shake and bake on the amstrad, protections are the best to find bugs in a fdc - add the scan id commands, but nothing seems to use them - debug the 2.88M formatting which is unreliable. Fix its IDAM/DAM gap size on formatting too (but that's not what's making it unreliable) - test all the systems that were hit, and fix what needs to be fixed. Beware that multiple problems may happen: - upd765 may be wrong - the driver may not be working - the hookup may be wrong/incomplete (bitrate selection and floppy rpm in particular) - the driver may be too limited for the new implementation (the x68k dma device does not handle non-instant dma yet for instance) - report invalid command when appropriate depending on the actual chip emulated - add the russian clones with their real names
* srcclean (nw) Curt Coder2012-10-071-43/+43
|
* some cleanup (nw) Miodrag Milanovic2012-10-031-109/+95
|
* Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) Miodrag Milanovic2012-10-031-37/+34
|
* Removed need for pc_vga_io_init also made accessors for linear access to VGA ↵ Miodrag Milanovic2012-09-301-16/+39
| | | | memory needed for some models (no whatsnew)
* Removed devconv.h and memconv.h just moved used inlines for now (no whatsnew) Miodrag Milanovic2012-09-261-1/+55
|
* modernization or timer callbacks part 2 (no whatsnew) Miodrag Milanovic2012-09-241-7/+6
|
* change from device->machine() to space.machine() in device handlers in order ↵ Miodrag Milanovic2012-09-211-3/+3
| | | | to make next changes easier (no whatsnew)
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-10/+10
| | | | | | | | | | | | device_memory_interface::space() assert against NULL and return a reference, and pushed references throughout all address space usage in the system. Added a has_space() method to check for those rare case when it is ambiguous. [Aaron Giles] Also reinstated the generic space and added fatal error handlers if anyone tries to actually read/write from it.
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-36/+36
| | | | | | | read/write handlers to take an address_space & instead of an address_space *. Also update pretty much all other functions to take a reference where appropriate. [Aaron Giles]
* Memory handler normalization, part 1. Aaron Giles2012-09-171-2/+2
| | | | | | | | | | | | | READ/WRITE_DEVICE*_HANDLERs are now passed an address_space &, and the 8-bit variants get a mem_mask as well. This means they are now directly compatible with the member function delegates. Added a generic address space to the driver_device that can be used when no specific address space is available. Also added DECLARE_READ/WRITE_DEVICE*_HANDLER macros to declare device callbacks with default mem_mask parameters. [Aaron Giles]
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT ↵ Miodrag Milanovic2012-09-131-12/+11
| | | | changed to be members of state classes (no whatsnew)
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-6/+6
| | | | | | | and cputag_set_input_line_and_vector, replacing them with machine.device("tag")->execute().set_input_line[_and_vector]. [Aaron Giles]
* In device_state_interface, rename state() to state_int() Aaron Giles2012-09-111-2/+2
| | | | | | | | | | | | | | | and set_state() to set_state_int() for consistency. Update all callers. Also add set_pc() helper and updated all callers to use that instead of set_state_int(STATE_GENPC) [Aaron Giles] Added device_t::state() method to get the state interface. Added redundant device_state_interface::state() method to catch redundant use of it. [Aaron Giles] Removed cpu_get_reg() and cpu_set_reg() macros in favor of using the above methods. [Aaron Giles]
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-2/+2
| | | | | | Convert all cpu_get_pc() to safe_pc() and cpu_getpreviouspc() to safe_basepc(). Removed the old macros.
* added missing \n to remaining fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-091-1/+1
|
* converted 53c810 to a c++ device. (nw) smf-2012-08-271-61/+19
|
* glacial SCSI improvements towards NSCSI and beyond, moved the SCSI id onto ↵ smf-2012-08-231-2/+2
| | | | the device (nw)
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+1093