OSDN Git Service

[VM][I286][I386][PC9801] Merge upstreeam 2020-02-21.
[csp-qt/common_source_project-fm7.git] / source / history.txt
1 2/21/2020
2
3 [VM/I386_NP21] update to Neko Project 21/W ver0.86 rev71 beta4
4
5 [PC9801VX] support to switch cpu mode to V30
6 [PC9801RA] support to switch cpu mode to V30
7
8
9 2/17/2020
10
11 [EMU] add is_floppy_disk_connected() and is_quick_disk_connected()
12 [WINMAIN] disable floppy/quick disk drive menus when drives are disconnected
13
14 [VM/I8080] improve disassembler to distinguish 8080 and 8085
15 [VM/I86] split i86/i88/i186/v30 from I286 class
16 [VM/I86] fix aam in v30
17 [VM/I86] support 8080 emulation mode in V30
18 [VM/I386_NP21] improve not to explicitly accept irq while executing opecode
19 [VM/I386_DASM] split i386 disassembler from I286/I386 class
20 [VM/V30_DASM] split v30 disassembler from I286 class
21 [VM/V30_DASM] add 8080 disassebler for 8080 emulation mode
22 [VM/VM_TEMPLATE] add is_floppy_disk_connected() and is_quick_disk_connected()
23
24 [PC9801] support to enable/disable 1MB/640K/320KB-FDD interfaces
25
26
27 2/1/2020
28
29 [EMU] support to create blank hard disk image (*.hdi/*.nhd)
30 [WINMAIN] add menu items to mount blank hard disk image
31
32 [VM/DEVICE] improve memory/io bus interfaces for 16/32bit access
33 [VM/DEVICE] add get_event_clocks() and get_cpu_clocks()
34 [VM/EVENT] add get_event_clocks() and get_cpu_clocks()
35 [VM/I386_NP21] support 80386 (based on Neko Project 21/W i386 core)
36 [VM/I8259] make update_intr() public
37 [VM/MEMORY] improve memory bus interfaces for 16/32bit access
38 [VM/MEMORY] make rd_table/wr_table/addr_shift public
39 [VM/UPD7220] fix stop command (thanks Neko Project 21/W)
40
41 [FMR50] change i386 core from MAME to Neko Project 21/W
42 [FMR50] support to mount blank hard disk image
43 [MZ2500] support to mount blank hard disk image
44 [MZ2800] support to mount blank hard disk image
45 [PC9801] change i386 core from MAME to Neko Project 21/W
46 [PC9801] support to mount blank hard disk image
47 [PC9801/DISPLAY] improve code for big-endian host machine
48 [PC9801/FMSOUND] support 86-type PCM (thanks Neko Project 21/W)
49 [PC9801/MEMBUS] improve memory bus interfaces for 16/32bit access
50 [PC9801/MOUSE] fix irq number in hireso mode
51 [PC9801/SASI] improve irq/drq signals to generate from sasi bus signals
52 [X1TURBO] support to mount blank hard disk image
53 [X1TURBO/IOBUS] fix not to clear vram in reset()
54
55
56 1/23/2020
57
58 [VM/Z80DMA] fix byte counter read by read mask follows command (thanks Mr.Sato)
59
60
61 12/31/2019
62
63 [MZ2500/CRTC] apply crtc patch (thanks Mr.Koucha-Youkan)
64
65
66 11/3/2019
67
68 [PC98RL] fix horizontal frequency
69 [PC98RL/DISPLAY] fix not to change horizontal frequency
70 [PC98RL/DISPLAY] fix cg window
71 [PC98RL/DISPLAY] fix multiple vram planes accessing
72 [PC9801/DISPLAY] fix vram word accessing (thanks Mr.Artane.)
73
74
75 10/28/2019
76
77 [X1/PSUB] improve tape recording
78 [X1/SUB] improve tape stopping
79 [X1/SUB] improve tape write-protected signal
80
81
82 10/22/2019
83
84 [X1/PSUB] improve tape end signal
85 [X1/SUB] improve tape end signal
86
87
88 4/30/2019
89
90 [VM/DEVICE] add is_primary_cpu() and update_extra_event()
91 [VM/EVENT] support to udpate event while cpu is running one opecode
92 [VM/I8259] fix reading isr register (thanks Mr.rednow)
93 [VM/SCSI_HOST] fix to raise irq at command/message phase
94 [VM/Z80] improve to update event in every read/write cycle
95
96 [CEFUCOM21] support Hino Electronics CEFUCOM-21 (not work)
97 [MZ2500/CRTC] apply crtc patch (thanks Mr.Koucha-Youkan)
98 [PC8801MA] improve to enable/disable cmdsing and pcg
99 [PC8801MA] improve to enable/disable changing palette for each scan line
100
101
102 2/19/2019
103
104 [VM/DEVICE] add is_primary_cpu() and update_extra_event()
105 [VM/EVENT] support to udpate event while cpu is running one opecode
106 [VM/Z80] improve to update event in every read/write cycle
107
108 [MZ2500/MEMORY] improve pcgram wait in display timing
109
110
111 2/16/2019
112
113 [EMU/DEBUGGER] improve to enumerate devices that is debugger available
114 [EMU/DEBUGGER] improve to show all breaked reasons
115 [EMU/DEBUGGER] support breakpoint of cpu selected by "! device" command
116 [EMU/*] simplify code for debugger
117 [VM/*] simplify code for debugger
118
119 [VM/I8237] support break point for direct memory access
120 [VM/MB8877] fix not to wait 60ms to start read/write after seek is finished
121 [VM/MC6844] support break point for direct memory access
122 [VM/TMS9918A] support break point for registers and vram access
123 [VM/UPD71071] support break point for direct memory access
124 [VM/Z80DMA] support break point for direct i/o and memory access
125
126
127 2/14/2019
128
129 [EMU/DEBUGGER] support break point for non-cpu device
130 [EMU/DEBUGGER] change command length from 64 to 1024
131
132 [VM/AY_3_891X] support break point
133 [VM/DEVICE] add get_debug_data_addr_space()
134 [VM/DEVICE] change type of get_debug_regs_info() from void to bool
135 [VM/MB8877] fix to decrease first seek time by 500us (2D/2DD) or 250us (2HD)
136 [VM/TMS9918A] support break point
137 [VM/YM2151] support break point
138 [VM/YM2203] support break point
139 [VM/Z80CTC] fix to reset interrupt req/in service by bit2 of control register
140 [VM/Z80DMA] fix to reset interrupt req/in service by reset command
141
142 [X1TURBO/EMM] support to access vram as memory space from debugger
143 [X1TURBO/IOBUS] support to access vram as memory space from debugger
144 [X1TURBO/IOBUS] support break point
145
146
147 2/9/2019
148
149 [EMU/DEBUGGER] enlarge text buffer size
150
151 [VM/DEVICE] add get_context_child() to enumerate daisy-chained devices
152 [VM/DISK] add get_sector_info()
153 [VM/MB8877] improve debugger to show current head position and disk geometry
154 [VM/MB8877] fix not to abort command when eject disk in unselected drive
155 [VM/UPD765A] improve debugger to show current head position and disk geometry
156 [VM/Z80*] add get_context_child() to enumerate daisy-chained devices
157
158 [X1TURBO] fix to force clear iei/oei of z80 family devices when reset vm
159 [X1TURBO/DISPLAY] fix to check bit0/2 of port 0x1fd0 in draw_text()
160
161
162 2/8/2019
163
164 [EMU/*] simplify code to draw screen while debugging cpu
165 [OSD/*] simplify code to draw screen while debugging cpu
166 [VM/*] simplify code to draw screen while debugging cpu
167
168 [BUBCOM80/DISPLAY] improve dmac
169 [HC80/IO] fix slave-cpu command 0x27 and 0x29 (thanks Mr.Stefano Bodrato)
170
171
172 2/7/2019
173
174 [EMU/DEBUGGER] improve to draw screen while debugging cpu
175 [EMU] add override/restore/run_wndproc() for debugger
176 [EMU] add create_bank_floppy_disk()
177 [OSD/WIN32] add override/restore/run_wndproc() for debugger
178
179 [VM/315_5124] improve draw_screen() for debugger
180 [VM/H6280] improve to run window procedure while suspending for debugger
181 [VM/I286] improve to run window procedure while suspending for debugger
182 [VM/I386] improve to run window procedure while suspending for debugger
183 [VM/I8080] improve to run window procedure while suspending for debugger
184 [VM/M6502] improve to run window procedure while suspending for debugger
185 [VM/MC6800] improve to run window procedure while suspending for debugger
186 [VM/MC6809] improve to run window procedure while suspending for debugger
187 [VM/MCS48] improve to run window procedure while suspending for debugger
188 [VM/TMS9918A] improve draw_screen() for debugger
189 [VM/TMS9995] improve to run window procedure while suspending for debugger
190 [VM/UPD7801] improve to run window procedure while suspending for debugger
191 [VM/UPD7810] improve to run window procedure while suspending for debugger
192 [VM/V9938] improve draw_screen() for debugger
193 [VM/V99X8] improve draw_screen() for debugger
194 [VM/Z80] improve to run window procedure while suspending for debugger
195
196 [BUBCOM80/DISPLAY] improve draw_screen() for debugger
197 [FAMILYBASIC/PPU] improve draw_screen() for debugger
198 [MZ80K/DISPLAY] improve draw_screen() for debugger
199 [MZ1500/MEMORY] improve draw_screen() for debugger
200 [PC8801/PC88] improve draw_screen() for debugger
201 [PCENGINE/PCE] improve draw_screen() for debugger
202 [SMC777/MEMORY] improve draw_screen() for debugger
203 [X1/DISPLAY] improve draw_screen() for debugger
204
205
206 1/29/2019
207
208 [MZ80K/MEMORY] support COLOR GAL 5 (thanks Mr.Suga)
209 [PC8001/PC88] fix issue that cursor is mistakenly hidden
210
211
212 1/18/2019
213
214 [PC8001/PC88] clear ram[0xff33] for DEMPA Galaxian
215 [SMC777/MEMORY] improve to render screen in each scan line
216
217
218 1/16/2019
219
220 [EMU] improve to reinitialize vm in reset when dipswitch is changed
221
222 [VM/UPD765A] fix st3 in sence devstat command to set two-side bit (temporary)
223
224 [PC8801] support GSX-8800
225 [PC8801] support to enable/disable PC-8801-11/GSX-8800/PCG-8100
226 [PC8801] fix some degradations
227
228
229 1/11/2019
230
231 [PC8001] support NEC PC-8001
232 [PC8001] support NEC PC-8001mkII
233 [PC8801] support NEC PC-8801
234 [PC8801] support NEC PC-8801mkII
235
236
237 12/28/2018
238
239 [EMU] support to insert blank 2D/2DD/2HD disk image
240
241
242 12/27/2018
243
244 [PC6001/PSUB] improve keyboard irq
245 [PC8801/PC88] improve initial memory map when CD BIOS is loaded
246 [PC8801/PC88] support CD-DA fade in/out
247
248
249 12/18/2018
250
251 [VM/I386] improve i386 core based on MAME 0.204
252 [VM/SCSI_CDROM] improve vendor specific command for NEC CD-ROM^2
253 [VM/SCSI_DEV] fix to write buffer when current command is not WRITE6/10/12
254 [VM/SCSI_DEV] fix Request Sense command to get correct data length
255 [VM/SCSI_HDD] fix not to write buffer when current command is not WRITE6/10/12
256
257 [PC8801/PC88] improve initial memory map when CD BIOS is loaded
258 [PC8801/PC88] revert screen renderer fixes in 12/1/2018 except scanline issues
259 [PC8801/PC88] fix dmac registers to clear higher 16bits of pair32_t
260 [PC8801/PC88] fix dmac to read i/o in verify mode
261
262
263 12/9/2018
264
265 [VM/SCSI_CDROM] add vendor specific command for NEC CD-ROM^2
266
267 [PC8801/PC88] support CD-ROM drive (thanks M88/cdif)
268 [PC8801/PC88] support Video Art Boad (thanks X88000)
269
270
271 12/5/2018
272
273 [VM/MB8877] improve reset() to finish previous command and reset fdc completely
274 [VM/Z80] add read_signal() to read irq status
275
276 [PC8801/PC88] improve to render scan line with black if color graphic mode
277 [SMC70/MEMORY] support 640x400 and 160x100 graphic mode
278 [SMC777/MEMORY] fix issue that text blink is not working
279 [SMC777/MEMORY] improve inport 21h to read vsync irq status
280 [SMC777/MEMORY] improve inport 51h to read cursor and space keys as joystick #1
281 [VM/*] improve tape interfaces for each virtual machine
282
283
284 12/4/2018
285
286 [CONFIG] remove fmgen_dll_path and add mame2151_dll_path/mame2608_dll_path
287
288 [VM/YM2203] remove HAS_YM2608 and YM2203_PORT_MODE to simplify code
289
290 [PC8801] support HMB-20 sound board
291
292
293 12/2/2018-2
294
295 [PC8801/PC88] fix text/graph renderer again (thanks Mr.Bookworm)
296
297
298 12/2/2018
299
300 [PC8801/PC88] fix not to apply reverse attribute to monochrome graphic screen
301
302
303 12/1/2018
304
305 [PC8801] enable/disable drawing scan line when monitor type is hireso/standard
306 [PC8801/PC88] improve text attributes/rederer (thanks ePC-8801MA\89ü)
307 [PC8801/PC88] fix analog back color
308 [PC8801/PC88] improve routine to change palette for each scan line
309
310
311 11/28/2018
312
313 [WIN32/INPUT] support joystick with multiple axes and hat key
314 [WIN32/INPUT] improve joystick to keyboard function for numpad key 5
315
316
317 11/27/2018
318
319 [WIN32/INPUT] support joystick to keyboard function
320 [WIN32/SCREEN] support Window x1.5 mode
321
322 [PC8801/PC88] support PC key, that is mapped to F11
323
324
325 11/23/2018
326
327 [VM/I386] improve i386_limit_check to consider data size
328 [VM/SCSI_DEV] improve REQ timing just after ACK is raised
329
330 [PC6001/*] apply patch for timing issues (thanks Mr.Akikawa)
331 [PC8801/PC88] support to change palette for each scan line
332 [PC9801] support PC-9801-86 sound board for PC-9801RA and PC-98RL
333 [PC9801/FMSOUND] fix process_state
334
335
336 10/14/2018
337
338 [COMMON/FILEIO] improve functions to load/save state file for big-endian
339
340 [VM/*] improve process_state for big-endian
341
342
343 10/13/2018
344
345 [EMU/DEBUGGER] increase breakpoint number from 8 to 16
346
347 [VM/VM_TEMPLATE] fix issue that virtual machine is not correctly released
348
349
350 10/10/2018
351
352 [VM/SCSI_DEV] fix ack signal issue when multiple devices are attached
353 [VM/SCSI_HOST] support to output cd/io/msg/req signals to other devices
354
355 [MZ2800/SASI] support SASI I/F and HDD (thanks Mr.Oh!Ishi)
356
357
358 10/7/2018
359
360 [COMMON] add pair16_t and pair64_t (thanks Mr.Artane.)
361 [COMMON] rename pair_t to pair32_t
362 [COMMON] add functions for endians (thanks Mr.Artane.)
363 [EMU] fix roman/kana conversion when uppercase alphabet is input (thanks Mr.Artane.)
364 [EMU] abolish SUPPORT_VARIABLE_TIMING and USE_TAPE_BUTTON
365 [WINMAIN] abolish USE_ALT_F10_KEY
366 [WIN32/INPUT] abolish NOTIFY_KEY_DOWN and USE_SHIFT_NUMPAD_KEY
367 [WIN32/INPUT] improve key input for shift + numpad keys
368
369 [VM/*] introduce VM_TEMPLATE (thanks Mr.Artane.)
370
371
372 10/5/2018
373
374 [COMMON] combine load_state and save_statet of cur_time_t to process_state
375 [COMMON/FIFO] combine load_state and save_statet to process_state
376 [COMMON/FILEIO] add functions to load/save state file
377
378 [VM/*] combine load_state and save_statet to process_state
379 [VM/I386] fix to load/save vtlb state
380 [VM/I386] fix to rebuild tables when load state
381
382 [JX] support save/load state
383 [FM77AV] import Mr.Artane.'s fixes (Release in September 30, 2018)
384
385
386 9/30/2018
387
388 [COMMON/FILEIO] improve Fseek for compressed file by gzip
389 [EMU] improve to mount/unmount hard disk image in reset() if not hot swappable
390 [EMU/DEBUGGER] add commands for checkpoint
391 [EMU/DEBUGGER] improve to read/write files in initial current directory
392
393 [VM/DISK] improve for case 2D disk is inserted to 2DD drive (thanks Mr.Sato)
394 [VM/HARDDISK] support Virtual98 hdd image
395 [VM/HARDDISK] improve for solid image file
396 [VM/IO] improve debug log
397 [VM/MSM58321] fix pulse event (thanks Mr.Artane.)
398 [VM/SCSI_DEV] add is_hot_swappable
399 [VM/SCSI_HDD] improve to mount/unmount image in reset() if not hot swappable
400 [VM/SASI_HDD] support SASI hard disk drive
401 [VM/SN76489AN] fix save/load state function
402 [VM/UPD71071] fix verify command
403
404 [FM77L4] add eFM77L4 codes (thanks Mr.Artane.)
405 [MZ80A] improve to switch 2D/2DD drive type
406 [MZ80B] improve to switch 2D/2DD drive type
407 [MZ1500] improve to switch 2D/2DD drive type
408 [MZ2500] improve to switch 2D/2DD drive type
409 [MZ2800/FLOPPY] improve to switch 2D/2DD drive type
410 [MZ2800/SASI] support SASI I/F and HDD (partial)
411 [PC98XA] support NEC PC-98XA
412 [PC9801/MEMBUS] fix save/load state function
413 [X1TURBO/FLOPPY] improve to switch 2D/2DD drive type (thanks Mr.Sato)
414
415
416 5/24/2018
417
418 [COMMON] import Mr.Artane.'s fixes (Commits on May 10, 2018)
419 [COMMON/FIFO] import Mr.Artane.'s fixes (Commits on May 10, 2018)
420 [EMU] support set_vm_screen_lines() (thanks Mr.Artane.)
421 [EMU] fix interfaces for bubble cassette
422 [EMU] add interfaces for hard disk
423 [WINMAIN] add interfaces for hard disk
424
425 [VM/DEVICE] support read_debug_reg()
426 [VM/DISK] import Mr.Artane.'s fixes (Commits on May 10, 2018)
427 [VM/HARDDISK] support hard disk handler
428 [VM/I286] improve i286 core based on MAME 0.197
429 [VM/I286] support read_debug_reg()
430 [VM/I386] support read_debug_reg()
431 [VM/I8237] fix verify command
432 [VM/I8237] support to read bank register by read_signal()
433 [VM/MC6809] import Mr.Artane.'s fixes (Commits on May 10, 2018)
434 [VM/SCSI_DEV] support SASI specify command
435 [VM/SCSI_HDD] improve to use hard disk handler
436 [VM/SCSI_HOST] support to read ack signal
437
438 [BUBCOM80] support Systems Formulate BUBCOM80
439 [FM77AV] import Mr.Artane.'s fixes (Commits on May 10, 2018)
440 [FMR30] support to change hard disk image
441 [FMR50] support to change hard disk image
442 [FMR50/BIOS] improve to use hard disk handler
443 [MZ2500] support to select floppy drive type 2DD/2D
444 [MZ2500] support to change hard disk image
445 [MZ2500/MZ1E30] reimplent SASI I/F with general SCSI host/hard disk device
446 [PC9801/CPUREG] support NMI enable/disable
447 [PC9801/MEMBUS] improve for 24bit/32bit address
448 [PC9801/SASI] support SASI I/F and hard disk drives
449 [X1TURBO/SASI] support SASI I/F and hard disk drives
450
451
452 5/6/2018
453
454 [COMMON] add is_absolute_path() and create_absolute_path() functions
455 [COMMON/FILEIO] add Gzopen() function to read/write compressed file by gzip
456
457 [EMU] support to save/load compressed state file
458 [EMU/DEBUGGER] support to switch the target cpu/device
459
460 [VM/I386] improve i386 core based on MAME 0.197
461 [VM/MB8877] improve for debugger
462 [VM/TMS9918] improve for debugger
463 [VM/UPD765A] improve for debugger
464 [VM/UPD765A] fix read/write commands to check density (thanks PC8801MA\89ü)
465 [VM/UPD765A] fix read diagnostics status for unformat/density mismatch case
466
467 [PC8801/PC88] fix underline/upperline attributes
468 [PC98XL] support NEC PC-98XL
469 [PC9801/MEMBUS] support NEC EMS
470 [PC9801/MEMBUS] support SASI/SCSI/IDE BIOS (only BIOS, not drives)
471 [X1/KEYBOAD] improve phantom keys (thanks Mr.Sato)
472
473
474 3/1/2018
475
476 [PC98RL] support NEC PC-98RL
477 [PC9801/DISPLAY] update for hireso mode
478 [PC9801/DISPLAY] fix for the case gdc scroll parameters are invalid
479 [PC9801/MEMBUS] update for hireso mode
480 [PC9801/MEMBUS] support outport 053Dh
481 [PC9801/MEMBUS] move memory map routine from VM class to MEMBUS class
482
483
484 2/28/2018
485
486 [VM/I286] fix not to clear cycles in reset()
487 [VM/I386] fix not to clear cycles in reset()
488 [VM/I386] improve mov_r16_rm16 instruction to check limit
489 [VM/I386] fix debugger
490
491 [PC9801RA] support NEC PC-9801RA
492
493
494 2/27/2018
495
496 [VM/I8237] fix bank register and inc mask register
497
498 [PC9801/DISPLAY] fix array length of analog palette
499 [PC9801/MEMBUS] improve memory bus for i386 or later (partial)
500
501
502 2/25/2018
503
504 [VM/DISK] improve for case 2D/2DD disk is inserted to 2DD/2D drive
505
506 [FMR30/FLOPPY] support to change drive type 2DD/2HD
507 [FMR30/FLOPPY] support to get media type 2D/2DD/2HD
508 [FMR50/BIOS] suppoert int 93h, ah=00h/01h to set/get drive type
509 [FMR50/BIOS] improve int 93h, ah=02h to get sector size and media type
510 [FMR50/FLOPPY] support to change drive type 2DD/2HD
511 [MZ80A] support to select floppy drive type 2D/2DD
512 [MZ80B] support to select floppy drive type 2D/2DD
513 [MZ80B] support to select cpu clock 4MHz/6MHz
514 [MZ800] support to select floppy drive type 2D/2DD
515 [MZ1500] support to select floppy drive type 2D/2DD
516 [MZ2200] support to select floppy drive type 2D/2DD
517 [MZ2200] support to select cpu clock 4MHz/6MHz
518 [MZ2800/FLOPPY] support to change drive type 2DD/2HD
519 [PC100] support to select floppy drive type 2D/2DD
520 [PC100/IOCTRL] improve dipswitch value for floppy drive type 2D/2DD
521 [X1TURBO] support to select floppy drive type 2D/2DD/2HD
522 [X1TURBO/FLOPPY] support to change drive type 2D/2DD/2HD
523
524
525 2/23/2018
526
527 [VM/DISK] support two side
528 [VM/I8237] support address mask
529 [VM/I8237] fix interface to connect tc signal for ch.2-4
530 [VM/IO] support to create multiple instances with different address range
531 [VM/MC6840] fix issue for the case address range is not 0-7
532 [VM/MEMORY] support to create multiple instances with different address ranges
533 [VM/UPD765A] fix st3 in sence devstat command
534
535 [FM16BETA] support FUJITSU FM16beta (not work)
536 [FMR50/MEMORY] fix memset issue
537 [PC9801] fix to connect terminal count signal from dmac to fdc
538
539
540 12/27/2017
541
542 [EMU] support to restore sound frequency/latency settings when load state
543
544 [VM/DISK] support T98-NEXT nfd r0 floppy disk image
545 [VM/DISK] support BKDSK hdm/hd5/hd4/hdb/dd9/dd6 floppy disk image
546
547
548 12/15/2017
549
550 [COMMON/FILEIO] add Fcompare function
551
552 [VM/*] improve save/load state function to check device class name
553 [VM/YM2151] fix save/load state function
554
555
556 12/14/2017
557
558 [RESOURCE] change accelerators for switching full speed and roman/kana input
559 [WINMAIN] fix to call ImmAssociateContext() in WM_ACTIVATE (thanks PC8801MA\89ü)
560
561 [VM/HD46505] fix to force update event timing when R0-R9 are modified
562 [VM/HUC6280] support to show clocks since starting scanline in debugger
563 [VM/I286] support to show clocks since starting scanline in debugger
564 [VM/I386] support to show clocks since starting scanline in debugger
565 [VM/M6502] support to show clocks since starting scanline in debugger
566 [VM/MC6800] support to show clocks since starting scanline in debugger
567 [VM/MC6809] support to show clocks since starting scanline in debugger
568 [VM/MCS48] support to show clocks since starting scanline in debugger
569 [VM/TMS9995] support to show clocks since starting scanline in debugger
570 [VM/UPD7220] fix to force update event timing when sync are modified
571 [VM/UPD7801] support to show clocks since starting scanline in debugger
572 [VM/UPD7810] support to show clocks since starting scanline in debugger
573 [VM/Z80] support to show clocks since starting scanline in debugger
574
575 [X1TURBOZ/DISPLAY] fix pcg/analog palette access wait again (thanks Mr.Sato)
576
577
578 12/12/2017
579
580 [VM/DISK] fix crc in id/data field (thanks Mr.Sato)
581 [VM/HD46505] fix not to raise DISPTMG signal if bit2,3 of R8 are 11
582
583 [X1TURBOZ/DISPLAY] fix pcg/analog palette access wait (thanks Mr.Sato)
584 [X1TURBOZ/DISPLAY] fix to draw each line at start of hblank (thanks Mr.Sato)
585
586
587 12/3/2017
588
589 [VM/UPD765A] fix read diagnostic to set ND when 1st sector's id are not match
590
591
592 11/28/2017
593
594 [EMU/DEBUGGER] fix ut command to show correct range of cpu trace
595
596 [VM/DEVICE] rename bios_call_i86() to bios_call_far_i86()
597 [VM/HUC6280] support to show total cpu clocks in debugger
598 [VM/HUC6280] support cpu trace
599 [VM/I286] support to show total cpu clocks in debugger
600 [VM/I286] support cpu trace
601 [VM/I386] support to show total cpu clocks in debugger
602 [VM/I386] support cpu trace
603 [VM/M6502] support to show total cpu clocks in debugger
604 [VM/M6502] support cpu trace
605 [VM/MC6800] support to show total cpu clocks in debugger
606 [VM/MC6800] support cpu trace
607 [VM/MC6800] fix issue that can not break at instruction following tap/cli/sei
608 [VM/MC6809] support to show total cpu clocks in debugger
609 [VM/MC6809] support cpu trace
610 [VM/MCS48] fix to add clocks for interrupt to total cpu clocks
611 [VM/TMS9995] support to show total cpu clocks in debugger
612 [VM/TMS9995] support cpu trace
613 [VM/UPD7801] support to show total cpu clocks in debugger
614 [VM/UPD7801] support cpu trace
615 [VM/UPD7810] support to show total cpu clocks in debugger
616 [VM/UPD7810] support cpu trace
617 [VM/Z80] fix to add clocks for interrupt to total cpu clocks
618
619
620 11/26/2017
621
622 [PC8801MA] fix text attribute when dma underrun occurs
623
624
625 11/25/2017
626
627 [EMU/DEBUGGER] support command history
628 [EMU/DEBUGGER] support ut command (unassemble cpu trace)
629 [EMU/DEBUGGER] fix < command to check if command file is correctly opened
630
631 [EMU/OSD] fix initialize_screen_buffer() for RGB565 (thanks PC8801MA\89ü)
632 [EMU/OSD] improve read_console_input() to get cursor key
633
634 [VM/MCS48] support to show total cpu clocks in debugger
635 [VM/MCS48] support cpu trace
636 [VM/UPD7220] improve vsync/hsync timing
637 [VM/UPD7220] improve status register to select vblank/hblank by sync command
638 [VM/YM2151] improve not to load mamefm.dll again (thanks PC8801MA\89ü)
639 [VM/YM2203] improve not to load mamefm.dll again (thanks PC8801MA\89ü)
640 [VM/Z80] support to show total cpu clocks in debugger
641 [VM/Z80] support cpu trace
642
643 [PC8801MA] support OPN+OPN, OPNA+OPNA, and OPNA+OPN (thanks PC8801MA\89ü)
644 [PC8801MA] fix back space key issue (thanks PC8801MA\89ü)
645 [PC8801MA] fix bank switch of extrom (thanks PC8801MA\89ü)
646 [PC8801MA] fix not to apply digital palette in monochrome and digital mode
647 [PC8801MA] fix to apply analog palette in monochrome and analog mode
648 [PC8801MA] fix to apply reverse in text attribute to monochrome graphic
649 [PC8801MA] fix cpu mode "Z80 8MHz (FE2/MC)"
650
651 [X1/KEYBOAD] support phantom keys (thanks Mr.Sato)
652 [X1/SUB] fix not to check iei status when sub cpu sends ack (thanks Mr.Sato)
653
654
655 8/12/2017
656
657 [EMU/DEBUGGER] improve to show message when cpu is not suspended soon
658
659 [PC8801/PC88] fix to render text color #0 with back color
660 [PC8801/PC88] fix to get text color attribute when text display is stopped
661
662
663 8/10/2017
664
665 [EMU] support to enter 0-9 by numpad key while roman to kana is enabled
666 [EMU] support to enter shift + function key while roman to kana is enabled
667 [EMU/DEBUGGER] fix to wait until cpu is suspended and enters into waiting loop
668
669 [VM/I386] fix to flush vtlb after modifying address mask
670 [VM/UPD7220] support to specify device class to access vram
671 [VM/Z80] fix to run dma before checking interrupts
672
673 [PC8801/PC88] fix monocolor graph screen to get color index from text attribute
674 [PC8801/PC88] fix monocolor graph screen to render with graph palette
675
676 [PC9801VX] support NEC PC-9801VX
677 [PC9801/CPUREG] support address mask i/o
678 [PC9801/DISPLAY] support EGC (thanks Neko Project 2)
679 [PC9801/DISPLAY] support EGC/GRCG access from graphic GDC
680 [PC9801/MEMBUS] support 24bit/32bit address memory bus
681 [PC9801/MEMBUS] support ITF rom
682
683
684 6/22/2017
685
686 [EMU] move auto key codes from winmain to emu class
687 [EMU] support to convert roman letters to kana letters
688 [WINMAIN] support APPLICATION accelerator to enable/disable roman to kana
689 [WINMAIN] support CTRL+ALT+ENTER accelerator to enable/disable full speed
690
691 [VM/I386] improve i86/i286 core based on MAME 0.185
692 [VM/UPD765A] fix device status (thanks annonymus guy)
693 [VM/YM2203] fix to mask YM2608 ports in YM2203 case (thanks annonymus guy)
694
695 [PC8801/PC88] fix bank switch of extend ram (thanks annonymus guy)
696 [PC8801/PC88] fix crtc for dma underrun case (thanks annonymus guy)
697
698
699 5/28/2017
700
701 [WINMAIN] support to run simulation at full speed
702
703 [VM/I386] improve i386 core based on MAME 0.185
704
705
706 5/20/2017
707
708 [YIS/DISPLAY] support correct font rom (thanks Mr.Moriya)
709 [YIS/DISPLAY] support native graphic commands
710 [YIS/DISPLAY] include KST32B stroke font and its decoder (thanks Mr.Saka.N)
711
712 [X1TURBOZ/DISPLAY] fix 8 color mode with 4096 palette (thanks Mr.Sato)
713
714
715 5/17/2017
716
717 [X1TURBOZ/DISPLAY] fix 64/4096 color mode (thanks Mr.Sato)
718
719
720 5/15/2017
721
722 [X1TURBOZ] support SHARP X1turboZ
723 [X1TURBOZ/DISPLAY] support X1turboZ enhanced graphic modes
724 [X1TURBOZ/IOSUB] support analog palette access wait
725
726
727 5/13/2017
728
729 [WIN32/SCREEN] fix not to move window position unnecessarily
730
731 [VM/AM9511] support AM9511 (thanks Xep128)
732 [VM/DISK] support to specify raw track size
733 [VM/MB8877] support to specify raw track size
734 [VM/MC6844] support MC6844
735 [VM/MC6850] support MC6850
736 [VM/MSM58321] add read_signal()
737 [VM/MEMORY] improve that dma controller does not read/write memory mapped i/o
738 [VM/NOISE] fix not to restart from first sample if already playing noise
739
740 [YIS] support YAMAHA YIS (thanks YAMAHA and Mr.Moriya)
741
742
743 4/16/2017
744
745 [VM/IO] revert the fix in 4/15/2017
746 [VM/SN76489AN] revert the fix in 4/15/2017
747
748
749 4/15/2017
750
751 [COMMON] add muldiv_s32 and muldiv_u32 to multiple 32bit integer
752 [COMMON] fix functions to support symbols
753
754 [VM/IO] improve to use read/write_io8/16/32w() to get wait clock from device
755 [VM/SN76489AN] improve to return 32 + 16 * n for wait clock
756
757 [MZ700] improve correct cpu clock and frame rate
758 [MZ800] improve correct cpu clock and frame rate
759
760
761 4/2/2017
762
763 [RESOURCE] improve menu items
764 [WINMAIN] improve menu items
765
766 [EX80] support to show/hide crt monitor
767
768
769 3/30/2017
770
771 [COMMON] add functions to convert char, wchar_t, and _TCHAR to each other
772 [COMMON] add _fgetts, _ftprintf, my_ftprintf_s, and my_swprintf_s
773 [COMMON/FILEIO] add Fgetts and Ftprintf for _TCHAR
774 [COMMON/FILEIO] fix functions using ZLIB for _UNICODE case
775 [EMU/DEBUGGER] fix for _UNICODE case
776 [WINMAIN] improve to update status only when status is changed
777
778 [VM/HUC6280] improve disassembler to support symbols (thanks Mr.Kei Moroboshi)
779 [VM/I8080] improve disassembler to support symbols
780 [VM/M6502] support debugger and disassembler (thanks MAME)
781 [VM/MCS48] improve disassembler to support symbols
782 [VM/TMS9995] fix disassembler for _UNICODE case
783 [VM/UPD7810] improve disassembler to support symbols
784 [VM/UPD7810] fix disassembler for _UNICODE case
785
786 [BABBAGE2ND] support debugger and save/load state
787 [FAMILYBASIC] support debugger
788 [YS6464A] support debugger and save/load state
789
790
791 3/28/2017
792
793 [COMMON] add _tcscat and my_tcscat_s
794 [COMMON] add structure and functions to support symbols
795 [EMU/DEBUGGER] improve debugger to support symbols (thanks Mr.Kei Moroboshi)
796
797 [VM/MC6800] improve disassembler to support symbols (thanks Mr.Kei Moroboshi)
798 [VM/MC6809] improve disassembler to support symbols (thanks Mr.Kei Moroboshi)
799 [VM/TMS9995] improve disassembler to support symbols (thanks Mr.Kei Moroboshi)
800 [VM/UPD7801] improve disassembler to support symbols (thanks Mr.Kei Moroboshi)
801 [VM/Z80] improve disassembler to support symbols (thanks Mr.Kei Moroboshi)
802
803
804 3/26/2017
805
806 [VM/YM2413] support mute
807
808 [FAMILYBASIC] support Family BASIC MMC5/VRC7 MOD
809 [FAMILYBASIC] support correct scanlines
810 [FAMILYBASIC/MEMORY] support MMC5/ VRC7 based on unofficial nester
811 [FAMILYBASIC/MEMORY] fix data recorder signal (thanks MESS)
812
813
814 3/20/2017
815
816 [COMMON] suport to read ascii/binary file compressed by gzip
817 [RESOURCE] fix fm8/fm7/fm77 dipswitch menu items
818 [WINMAIN] fix to update status bar twice/second to supress flickar
819
820 [VM/SCSI_CDROM] support CD-ROM bin/img file compressed by gzip
821 [VM/DATAREC] support tape image file compressed by gzip
822 [VM/DATAREC] support to save FUJITSU FM-7/77 t77 format tape image
823
824 [BMJR/MEMORY] fix sound mixer not to clear previously mixed sound
825
826
827 3/18/2017
828
829 [WINMAIN] support multiple data recorder
830 [EMU] support multiple data recorder
831
832 [VM/DATAREC] support HITACH BASIC Master Jr bin format tape image
833 [VM/PTF20] support access lamp signal
834
835 [BMJR/MEMORY] fix reading cmt signal
836 [BMJR/MEMORY] fix sound mixer
837 [TK80BS/CMT] support TK-80 cmt i/f
838
839
840 3/15/2017
841
842 [WINMAIN] add status bar to draw access lamps
843 [EMU] add interfaces to get access status of floppy/quick/hard disk drives
844 [EMU] add interface to get cmt status message
845
846 [VM/DATAREC] support cmt status message
847 [VM/HD44102] fix build error
848 [VM/MC6800] fix M_RDOP and M_RDOP_ARG macros (thanks PockEmul)
849 [VM/LD700] support access lamp signal
850 [VM/SCSI_CDROM] support access lamp signal
851 [VM/SCSI_DEV] support access lamp signal
852 [VM/SCSI_HDD] support access lamp signal
853
854 [HC20] fix issue that we cannot debug TF-20 CPU
855 [JR800] support National JR-800 (thanks PockEmul)
856
857
858 3/12/2017
859
860 [VM/DATAREC] fix issue that fast forward noise may not stop
861
862
863 3/11/2017
864
865 [VM/DATAREC] support to play play/stop/fast-fwd noise
866 [VM/MB8877] support to play seek/load/unload noise
867 [VM/HD44102] support HD44102 based on MAME 0.171
868 [VM/T3444A] support to play seek/load/unload noise
869 [VM/UPD765A] support to play seek/load/unload noise
870 [VM/UPD765A] fix seek time (thanks Mr.Artane.)
871
872 [MZ80B/MEMORY80B] fix vgate signal (thanks Mr.Suga)
873
874
875 3/8/2017
876
877 [VM/DISK] improve to check if disk image is modified more strictly
878 [VM/DISK] import yaya2016-04-13plus1 (thanks Mr.umaiboux)
879 [VM/V9938] import yaya2016-04-13plus1 (thanks Mr.umaiboux and MAME)
880 [VM/YM2413] import yaya2016-04-13plus1 (thanks Mr.umaiboux)
881
882 [FMR30] split project for i86 and i286
883 [MSX/*] import yaya2016-04-13plus1 (thanks Mr.umaiboux)
884
885
886 3/7/2017
887
888 [WIN32/INPUT] improve to accept shift + caps/kana/kanji
889
890 [VM/DISK] support device name (thanks Mr.Aratane.)
891 [VM/EVENT] improve to check abnormal scanline number (thanks Mr.Sato)
892 [VM/EVENT] fix light weight sound rendering (thanks Mr.168)
893 [VM/*] add device name to all devices of each machine (thanks Mr.Aratane.)
894
895 [MZ80B] change floppy drive type from 2D to 2DD (thanks Mr.Suga)
896 [MZ80B/MEMORY80B] support I-O DATA PIO-3039 (thanks Mr.Suga)
897
898
899 3/4/2017
900
901 [WINMAIN] add interfaces for bubble casette (thanks Mr.Artane.)
902 [EMU] add interfaces for bubble casette (thanks Mr.Artane.)
903
904 [VM/*] import Mr.Artane.'s fixes (Commits on Feb 18, 2017)
905 [VM/AY_3_891X] split YM2203 and AY-3-891X (thanks Mr.Artane.)
906 [VM/DISK] fix trim buffer routine for 2D disk image (thanks Mr.Artane.)
907 [VM/EVENT] support light weight sound rendering (thanks Mr.Artane.)
908 [VM/MB8877] fix seek command for 2D disk image (thanks Mr.Artane.)
909
910 [FM77AV] import Mr.Artane.'s fixes (Commits on Feb 18, 2017)
911
912
913 3/1/2017
914
915 [EMU/DEBUGGER] support < command (input commands from file)
916
917 [X1/MEMORY] support to unmap rom by reading port 1Exxh (thanks Mr.Sato)
918
919
920 2/9/2017
921
922 [WINMAIN] support to draw bitmap image onto buttons
923 [WINMAIN] fix to redraw pcb bitmap image when window is invalidated
924 [WIN32/SCREEN] fix to invalidate rects for 7-seg leds and buttons
925
926 [BABBAGE2ND] add bitmap images for buttons
927 [EX80] add bitmap images for buttons
928 [SMB80TE] add bitmap images for buttons
929 [TK80BS] add bitmap images for buttons
930 [TK85] support NEC TK-85
931 [YS6464A] add bitmap images for buttons
932
933
934 12/31/2016
935
936 [COLECOVISION/KEYBOARD] fix not to raise irq when joystick is pressed
937 [COLECOVISION/KEYBOARD] fix joystick/tenkey inputs
938 [COLECOVISION/KEYBOARD] fix to save/load tenky enabled status
939 [SC3000/MEMORY] support 32KB+16KB or 128KB ROM carts
940
941
942 12/30/2016
943
944 [COLECOVISION] support COLECO ColecoVision (thanks Mr.tanam)
945
946
947 12/29/2016
948
949 [RESOURCE] recompress png files in https://tinypng.com/
950
951 [EMU/DEBUGGER] support p command (trace one opcode, step-over)
952
953 [MZ80K/MEMORY] support V-GATE signal (thanks Mr.Suga)
954 [PASOPIA/DISPLAY] fix graphic color in screen 2 mode (thanks Mr.Kamei)
955 [SMB80TE] support SHARP SM-B-80TE
956
957
958 4/13/2016
959
960 [WINMAIN] improve auto key for the case to switch upper/lowercase with capslock
961 [EMU/DEBUGGER] fix issue that u command may cause the infinite loop
962
963 [VM/DATAREC] support to detect the frequency of signal
964 [VM/DATAREC] fix to always adjust zero position of wave signal
965 [VM/UPD1990A] fix not to check clk signal is low when stb signal is raised
966 [VM/UPD7810] support debugger
967 [VM/UPD7810] support MOV A,S opecode
968 [VM/UPD7810] fix not to change V register (thanks PockEmul)
969
970 [PC2001] support NEC PC-2001
971 [PC2001] fix cpu clock
972 [PC2001] support beep sound
973 [PC2001/IO] support rtc control signals
974 [YALKY] support Yuasa Kyouiku System YALKY
975 [YALKY/IO] improve data recorder controller
976
977
978 4/1/2016
979
980 [VM/DATAREC] suppot to specify channel of data and voice for each vm
981 [VM/UPD7810] support uPD7810 series based on MAME 0.152
982 [VM/UPD16434] support uPD16434 based on PockEmul
983
984 [PC2001] support NEC PC-2001 (not work)
985 [SMC70] support SONY SMC-70
986 [YALKY] support Yuasa Kyouiku System YALKY (not work)
987
988
989 3/23/2016
990
991 [VM/FMGEN] fix psg volume (thanks Mr.umaiboux and Mr.Artane.)
992 [VM/MZ1P17] support MZ-80P3 and MZ-80P4 (thanks Mr.Suga)
993 [VM/UPD7801] support HOLD/HLDA signals at PC #7/#6 pins
994
995 [FM77AV] import Mr.Artane.'s fixes (Commits on Mar 20, 2016)
996 [MZ80K] support dummy printer device and MZ-80P3 / MZ-80P4 (thanks Mr.Suga)
997 [MZ80K/KEYBOARD] fix shift and kana keys
998 [MZ2800] fix issue that prnfile instance is not initialized
999
1000
1001 3/17/2016
1002
1003 [ALL] improve VC++2013 project files for include/lib directories and manifest
1004
1005 [COMMON] import Mr.Artane.'s fixes (Commits on Mar 11, 2016)
1006 [EMU] import Mr.Artane.'s fixes (Commits on Mar 11, 2016)
1007 [EMU] add get_sound_rate()
1008
1009 [VM/SCSI_CDROM] improve CD-DA mixer to reduce cpu usage
1010
1011 [PCENGINE/PCE] fix adpcm streaming with dma function for Ys III
1012
1013
1014 3/16/2016
1015
1016 [VM/HUC6280] support busreq
1017 [VM/MSM5205] support MSM5205 based on MAME 0.171
1018 [VM/SCSI_CDROM] support SCSI CD-ROM drive
1019 [VM/SCSI_CDROM] support NEC features based on MAME 0.171 and Ootake 2.76
1020 [VM/SCSI_DEV] support more correct req timing
1021 [VM/SCSI_DEV] simplify codes
1022 [VM/SCSI_HDD] fix save/load state function to call SCSI_DEV's ones
1023 [VM/SCSI_HDD] simplify codes
1024 [VM/SCSI_HOST] suuport output bsy signal to notify bus free
1025
1026 [PCENGINE] support CD-ROM^2 based on MAME 0.171 and Ootake 2.76
1027 [PCENGINE] change icon file
1028
1029
1030 3/5/2016
1031
1032 [EMU] add force_out_debug_log() function
1033
1034 [VM/DEVICE] add definitions for SCSI signals
1035 [VM/I8237] suuport output signal to notify terminal count
1036 [VM/MB8877] support MB89311
1037 [VM/SCSI_HOST] support SCSI base host adaptor
1038 [VM/SCSI_DEV] support SCSI base device
1039 [VM/SCSI_HDD] support SCSI hard disk drive
1040 [VM/UPD71071] fix to clear registers at initialize() for debug mode
1041 [VM/UPD71071] fix initial mode and mask registers values in reset()
1042
1043 [FMR30] fix not to use pseudo bios class when ipl rom image is loaded
1044 [FMR30/SCSI] support SCSI host adaptor
1045 [FMR50] fix not to use pseudo bios class when ipl rom image is loaded
1046 [FMR50/BIOS] remove codes for unused memory card and power management bios
1047 [FMR50/SCSI] support SCSI host adaptor
1048
1049
1050 3/1/2016
1051
1052 [ALL] use integer types defined in stdint.h (uint8 -> uint8_t, etc)
1053 [ALL] rename pair and scrntype to pair_t and scrntype_t
1054
1055 [COMMON] add get_long_full_path_name() and get_parent_dir()
1056 [COMMON] rename IsFileExists() in FILEIO class to IsFileExisting()
1057 [EMU] import Mr.Artane.'s fixes (Commits on Feb 27, 2016)
1058 [EMU] add get_osd()
1059 [EMU] add set_mouse_pointer(), set_mouse_button(), and get_mouse_button()
1060 [EMU] add get_access_lamp_status() and get_led_status()
1061 [EMU/DEBUGGER] avoid PostMessage() and GetAsyncKeyState()
1062 [WIN32/CONSOLE] add is_console_key_pressed() and close_debugger_console()
1063
1064 [VM/DATAREC] fix t77 image loader (thanks Mr.Artane.)
1065 [VM/DEVICE] add get_device_name() (thanks Mr.Artane.)
1066 [VM/DISK] import Mr.Artane.'s fixes for eFM7/77/77AV hacks
1067 [VM/MB8877] import Mr.Artane.'s fixes for eFM7/77/77AV hacks
1068 [VM/MC6809] add 16/32bit read/write functions for debugger (thanks Mr.Artane.)
1069 [VM/V99X8] fix macro to create color (thanks Mr.Artane.)
1070 [VM/Z80DMA] fix build issue for MinGW's (older) GCC (thanks Mr.Artane.)
1071
1072 [FM77AV] import Mr.Artane.'s fixes (Commits on Feb 27, 2016)
1073 [FM77AV] add eFM8 codes (thanks Mr.Artane.)
1074 [J3100] fix build issues (thanks Mr.Artane.)
1075
1076
1077 2/26/2016
1078
1079 [WINMAIN] refactor codes
1080 [WIN32] fix routine to check the Windows Vista or later
1081 [WIN32/INPUT] improve DirectInput codes for newer DirectX 9.0 SDK
1082 [WIN32/VIDEO] improve routine to copy DirectShow buffer to vm screen buffer
1083
1084 [VM/HD46505] support to set character clock
1085 [VM/MC6840] reimplement based on MAME 0.168
1086 [VM/T3444A] fix build error
1087 [VM/YM2203] fix to clear output register and mode register in reset()
1088
1089
1090 2/21/2016
1091
1092 [VM/MB8877] fix timing to start read/write sector for invalid format track
1093 [VM/T3444A] fix timing to start read/write sector for invalid format track
1094
1095 [MZ2500/CMT] fix reset signal again for Laydock
1096
1097
1098 2/19/2016
1099
1100 [ALL] add VC++2013 project files
1101 [ALL] change many public method names according to common naming convention
1102
1103 [COMMON] add create_string() function
1104 [WINMAIN] copy codes to read clipboard for auto key from osd class
1105 [EMU] copy codes for auto key and joystick mapping from osd class
1106 [EMU/OSD] remove codes for auto key and joystick mapping
1107
1108 [VM/PRNFILE] fix not to register ack event in initialize() for debug build
1109 [VM/MZ1P17] fix not to register ack event in initialize() for debug build
1110 [VM/MZ1P17] fix font rom loader for MZ-80B/2000/2200
1111
1112 [MZ2200/MEMORY80B] fix green monitor color
1113
1114
1115 2/17/2016
1116
1117 [EMU] improve screen stretch modes
1118 [EMU/OSD] improve screen stretch modes
1119
1120 [VM/FMGEN] support to set left/right volumes
1121 [VM/YM2151] support to set left/right volumes
1122 [VM/YM2203] support to set left/right volumes
1123 [VM/Z80DMA] fix timing of bus request and release
1124
1125 [MZ2200/MEMORY80B] fix green monitor not to refer text/back color registers
1126 [MZ2200/MEMORY80B] support to swap left/right side of color and green monitors
1127
1128
1129 2/13/2016
1130
1131 [VM/DISK] fix routine to calculate sector position for invalid format track
1132 [VM/DISK] increase max sector number from 256 to 512
1133 [VM/MB8877] improve timing to start read/write sector for invalid format track
1134 [VM/MZ1P17] fix initial value of reset signal
1135 [VM/PRNFILE] fix initial value of reset signal
1136 [VM/T3444A] improve timing to start read/write sector for invalid format track
1137
1138 [MZ2200/MEMORY80B] support dual (color and green) monitors
1139
1140
1141 2/11/2016
1142
1143 [VM/DISK] fix to allow fdc class to get gap3 size
1144 [VM/MB8877] improve timing to start read/write sector
1145 [VM/T3444A] improve timing to start read/write sector
1146 [VM/T3444A] fix to wait 100usec for tnd signal after sector is finshed
1147
1148
1149 2/10/2016
1150
1151 [COMMON] improve routine to apply volume to sound samples
1152 [WINMAIN] improve volume dialog
1153 [WINMAIN] change volume uppder limit from +20dB to 0dB
1154 [WINMAIN] support joystick dialog
1155 [WINMAIN] simplify codes
1156 [EMU] remove function to get sound device info
1157 [EMU] change keyboard/joystick/mapper data pointer to const pointer
1158
1159 [MZ80K/KEYBOARD] fix for constant keyboatd data pointer
1160 [PC6001/PSUB] fix for constant keyboatd data pointer
1161 [X1/KEYBOARD] fix for constant keyboatd data pointer
1162
1163
1164 2/7/2016
1165
1166 [WINMAIN] add dialog to set sound device volumes
1167 [EMU] support to get sound device info
1168 [EMU] support to set left/right volumes
1169
1170 [VM/BEEP] support to set left/right volumes
1171 [VM/DATAREC] support to set left/right volumes
1172 [VM/DEVICE] add virtual function to set left/right volumes
1173 [VM/LD700] support to set left/right volumes
1174 [VM/PCM1BIT] support to set left/right volumes
1175 [VM/SN76489AN] support to set left/right volumes
1176 [VM/TMS3631] support to set left/right volumes
1177 [VM/UPD7552] support to set left/right volumes
1178 [VM/YM2151] support to set volume
1179 [VM/YM2203] support to set volume
1180 [VM/YM2413] support to set left/right volumes
1181 [VM/YM2413] fix memory leak issue
1182
1183 [BMJR/MEMORY] support to set left/right volumes
1184 [FAMILYBASIC/APU] support to set left/right volumes
1185 [MULTI8] support beep sound
1186 [PV1000/PSG] support to set left/right volumes
1187 [SCV/SOUND] support to set left/right volumes
1188
1189
1190 2/4/2016
1191
1192 [VM/TMS9995] support debugger
1193
1194
1195 1/10/2016
1196
1197 [VM/MZ1P17] support ESC % 2 in MZ-1 mode
1198 [VM/MZ1P17] support MZ-2/3/X1 mode
1199 [VM/MZ1P17] improve hiragana mode
1200 [VM/MZ1P17] support overprint in the case that line feed distance is not enough
1201 [VM/MZ1P17] improve busy signal
1202 [VM/MZ1P17] support ack and reset signal
1203 [VM/PRNFILE] improve busy signal
1204 [VM/PRNFILE] support ack and reset signal
1205
1206 [MZ1500] support dummy printer device and MZ-1P17
1207 [MZ2200/PRINTER] support dummy printer device and MZ-1P17
1208 [MZ2500/PRINTER] improve to use printer reset signal
1209 [MZ2800/PRINTER] support dummy printer device and MZ-1P17
1210 [MZ3500] support dummy printer device and MZ-1P17
1211 [MZ5500] support dummy printer device and MZ-1P17
1212 [PC8801/PC88] fix to get printer busy status
1213 [PC9801] fix to get printer busy status
1214 [PC98LT] fix to get printer busy status
1215 [X1] support dummy printer device and MZ-1P17
1216
1217
1218 12/31/2015
1219
1220 [VM/MZ1P17] support underline, hiragana mode, and color mode
1221
1222
1223 12/30/2015
1224
1225 [COMMON] add jis_to_sjis() function
1226 [EMU] fix to delete OSD instance after delete VM instance
1227 [EMU/OSD] improve functions to manipulate bitmaps and fonts
1228
1229 [VM/PRNFILE] support save/load state
1230 [VM/MZ1P17] support MZ-1P17
1231
1232 [MZ2500/PRINTER] support dummy printer device and MZ-1P17
1233
1234
1235 12/23/2015
1236
1237 [ALL] fix for UNICODE character set case
1238
1239 [COMMON] improve create_local_path() and get_file_path_without_extensiton() not to overwrite previous result soon
1240 [EMU/OSD] improve to capture screen with png file format
1241 [EMU/OSD] improve functions to manipulate bitmaps and fonts
1242
1243 [TOOL/MZ80K] support software keyboard for MZ-80K/C
1244
1245
1246 12/20/2015
1247
1248 [EMU/OSD] remove functions for pinter interface
1249 [EMU/OSD] add functions to manipulate bitmaps and fonts
1250
1251 [VM/PRNFILE] support dummy printer device that outputs to file
1252
1253 [MZ80K/MEMORY] combine memory class and display class
1254 [MZ80K/MEMORY] support PCG-8000/1200
1255 [MZ700/MEMORY] fix PCG-700
1256 [PC6001] improve to use new dummy printer device
1257 [PC8801] improve to use new dummy printer device
1258 [PC9801] improve to use new dummy printer device
1259 [PC98LT] improve to use new dummy printer device
1260 [X1] improve to use new dummy printer device
1261
1262
1263 12/17/2015
1264
1265 [COMMON] add application_path() and create_local_path()
1266 [COMMON] add create_date_file_path()
1267 [COMMON] add get_host_time()
1268 [EMU/OSD] remove EMU::application_path() and EMU::bios_path()
1269 [EMU/OSD] remove OSD::create_date_file_name()
1270 [EMU/OSD] remove EMU::get_host_time()
1271 [WIN32/SCREEN] fix screen rotation
1272
1273 [EX80] improve screen
1274
1275
1276 12/16/2015
1277
1278 [COMMON] improve config, common, and fileio for other environments
1279 [EMU/OSD] improve lock_vm() and unlock_vm() to support nesting
1280 [EMU/OSD] add force_unlock_vm() to force unlock vm ignoring nesting
1281
1282 [VM/DISK] improve for other environments
1283 [VM/F9368] support F9368
1284 [VM/FMGEN] fix to use FILEIO class (thanks Mr.Artane.)
1285 [VM/LD700] improve for other environments
1286 [VM/MC6809] improve for other environments
1287 [VM/UPD765A] improve for other environments
1288 [VM/V99X8] fix to check if screen buffer is valid or not
1289
1290 [EX80] support save/load state
1291 [FM77AV] import Mr.Artane.'s fixes (Commits on Dec 13, 2015)
1292 [J3100] fix build errors (thanks Mr.Artane.)
1293 [TK80BS] support save/load state
1294
1295
1296 12/15/2015
1297
1298 [WINMAIN] fix to check if button caption is multi-line or not
1299
1300 [VM/I8080] fix to use fetch_op() function to fetch opecode
1301 [VM/I8080] support to read interrupt enabled status
1302
1303 [EX80] support TOSHIBA EX-80
1304 [TK80BS] improve screen
1305
1306
1307 12/10/2015
1308
1309 [COMMON] improve common.h for other environments
1310 [WIN32/SCREEN] fix crt filter issue for eFM-7
1311
1312
1313 12/9/2015
1314
1315 [EMU/OSD] add OSD class and move OS dependent codes to OSD class
1316 [WIN32/SCREEN] support screen rotation 180deg and 270deg, not only 90deg
1317 [WIN32/SCREEN] support to load png image from resource
1318
1319 [FM77AV] import Mr.Artane.'s fixes (Commits on Dec 7, 2015)
1320 [PC9801] fix PC-9801-26(K) irq number on YM2203 port A again
1321 [TK80BS] add printed circuit board picture and buttons
1322 [X1TURBO/PSUB] fix kana key map in keyboard mode B
1323
1324
1325 11/18/2015
1326
1327 [WINMAIN] support to eject disk with d88 bank selection menu open
1328 [EMU/WIN32] add tape_playing(), tape_recording(), and tape_position()
1329
1330 [VM/*] add tape_playing(), tape_recording(), and tape_position()
1331
1332 [FM77AV] import Mr.Artane.'s fixes (Commits on Nov 14, 2015)
1333
1334
1335 10/31/2015
1336
1337 [WIN32/INPUT] fix broken auto key function
1338 [WIN32/INPUT] support to notify l/r-shift/control/menu key to virtual machine
1339 [WIN32/SOUND] fix not to create a sound buffer on sound card memory
1340
1341 [FM77AV] import Mr.Artane.'s fixes (Commits on Oct 29, 2015)
1342
1343
1344 10/27/2015
1345
1346 [VM/IO] fix build error
1347 [VM/UPD765A] fix tc signal in exec phase (thanks Mr.PI.)
1348
1349
1350 10/7/2015
1351
1352 [VM/DISK] import Mr.Artane.'s fixes for FM-7 PSY-O-BLADE
1353 [VM/IO] improve debug log for second cpu
1354
1355 [FM77AV] import Mr.Artane.'s fixes (Commits on Oct 2, 2015)
1356
1357
1358 10/6/2015
1359
1360 [WIN32/DEBUGGER] add > command to output the logfile
1361
1362 [VM/UPD7220] support vram data mask to support 12bit vram for MZ-3500
1363 [VM/Z80] improve disassembler for DD/ED/FD opecodes
1364
1365 [MZ3500/SUB] fix character vram bit width
1366 [MZ3500/SUB] fix graphic vram size
1367 [MZ3500/SUB] fix to negate color palette number of kanji character screen
1368
1369
1370 9/30/2015
1371
1372 [EMU/WIN32] fix eFM77AV40/EX menu issues
1373
1374 [VM/TMS3631] add TMS3631 based on Neko Project 2
1375
1376 [MZ3500/SUB] support monochrome mode
1377 [MZ3500/SUB] support vertical/horizontal line
1378 [MZ3500/SUB] fix character color in the case color number is zero
1379 [PC9801] fix PC-9801-26(K) irq number on YM2203 port A
1380 [PC9801] support PC-9801-14
1381
1382
1383 9/29/2015
1384
1385 [EMU/WIN32] fix terrible mistakes (thanks Mr.Artane.)
1386
1387 [VM/DISK] import Mr.Artane.'s fixes for FM-7 PSY-O-BLADE
1388 [VM/MB8877] import Mr.Artane.'s fixes for FM-7 series
1389
1390 [FM77AV] add eFM77AV40/40EX codes (thanks Mr.Artane.)
1391 [FM77AV] import Mr.Artane.'s fixes (from SNAPSHOT 20150926)
1392 [MZ3500/MAIN] support some dip switches
1393 [MZ3500/SUB] support middle resolution monitor and green monitor
1394 [PC9801] support to enable/disable sound board and sound bios
1395
1396
1397 9/26/2015
1398
1399 [MZ3500/SUB] fix kanji character renderer
1400 [MZ3500/SUB] fix character renderer for non transparent black color
1401
1402
1403 9/25/2015
1404
1405 [MZ3500] support HALT button
1406 [MZ3500/KEYBOARD] support PRO/OP mode switch
1407 [MZ3500/KEYBOARD] support CL and 00 keys
1408 [MZ3500/KEYBOARD] change key assign for program control keys
1409 [MZ3500/MAIN] fix to add one clock wait for each m1 cycle
1410 [MZ3500/MAIN] fix memory mapper to check me1/me2 signals
1411 [MZ3500/MAIN] fix memory mapper to update only when register values are changed
1412 [MZ3500/SUB] support kanji rom and kanji vram
1413 [MZ3500/SUB] implement graphic screen renderer
1414
1415
1416 9/23/2015-2
1417
1418 [MZ3500/KEYBOARD] support kana key
1419
1420
1421 9/23/2015
1422
1423 [VM/UPD765A] fix index hole signal width to 5msec (thanks Mr.Sato)
1424
1425 [MZ3500] support SHARP MZ-3500
1426 [MZ3500/KEYBOARD] implement keyboard
1427 [MZ3500/SUB] enlarge ram size of sub cpu
1428 [MZ3500/SUB] fix text screen renderer
1429
1430
1431 9/17/2015
1432
1433 [TOOL/ANY2D88] support to convert solid image to 1dd
1434 [TOOL/ANY2D88] support to convert solid image with sector size 256bytes
1435
1436 [WINMAIN] improve to inhibit starting screen saver
1437
1438 [VM/DISK] fix issue in the case that file extension of solid image is *.dsk
1439 [VM/DISK] update physical disk format table
1440 [VM/DISK] improve fdi converter
1441 [VM/DISK] support to get am1 position in id field
1442 [VM/MB8877] improve timing to start read/write sector
1443 [VM/MB8877] fix to use const time to search sector in incorrect timing setting
1444 [VM/T3444A] fix to use const time to search sector in incorrect timing setting
1445 [VM/UPD765A] fix to use const time to search sector in incorrect timing setting
1446
1447 [MZ80K/DISPLAY] support green monitor for MZ-80C
1448 [X1TURBO/DISPLAY] fix issue in the case that char raster is greater than 8/16
1449
1450
1451 9/15/2015
1452
1453 [TOOL/ANY2D88] add new utility any2d88 that converts any format image to d88
1454
1455 [COMMON] add FileLength() function to FILEIO class
1456 [WIN32/DEBUGGER] disable ctrl-c on the debug console
1457
1458 [VM/DATAREC] support to record tap format image
1459 [VM/DISK] simplify image loader
1460 [VM/DISK] improve cpdread converter for invalid track size table
1461
1462 [MZ80K/MZ80FIO] fix drive number register (thanks Mr.masa and Mr.Suga)
1463
1464
1465 9/9/2015
1466
1467 [COMMON] add batch file to merge manifest file for Windows Vista or later
1468
1469
1470 9/8/2015
1471
1472 [VM/DISK] fix for single density disk in double density drive
1473 [VM/T3444A] support T3444A/T3444M
1474
1475 [BMJR] support HITACHI BASIC Master Jr
1476 [MZ80K/MZ80FIO] support MZ-80FIO
1477 [MZ80K/KEYBOARD] fix eisuu/kana key to toggle with kana key
1478 [PC6001] fix signal connections between i8255 and PC-80S31K
1479
1480
1481 8/28/2015
1482
1483 [WIN32/SCREEN] improve and simplify crt filter
1484
1485 [VM/DATAREC] rename SIG_DATAREC_OUT to SIG_DATAREC_MIC
1486 [VM/DATAREC] rename set_context_out() to set_context_ear()
1487 [VM/DEVICE] add virtual functions to get remaining time until event is expired
1488 [VM/DEVICE] add functions to get remaining time until event is expired
1489 [VM/MC6800] fix build error for MB8861
1490 [VM/YS6522] support YS6522 based on MAME 0.164
1491
1492 [JR100] support National JR-100
1493
1494
1495 8/25/2015
1496
1497 [WIN32/SCREEN] improve crt filter for non stretched screen
1498 [WIN32/SCREEN] fix not to lock Direct3D9 offscreen surface for a long period
1499
1500 [PC8801/PC88] import Mr.PI.'s fixes from XM8 version 1.30
1501
1502
1503 8/24/2015
1504
1505 [VM/DISK] fix to save image in d88 format if solid image is physical formatted
1506 [VM/DISK] fix to save single side solid image correctly
1507 [VM/DISK] fix imagedisk converter for single side disk image
1508
1509
1510 8/23/2015
1511
1512 [VM/DISK] fix routine to check FM-7 DEATH FORCE
1513
1514
1515 8/22/2015-2
1516
1517 [VM/DISK] support solid 1dd 280kb disk image with .img extension
1518 [VM/MB8877] revert the fix in 8/22/2015
1519
1520 [SMC777] fix floppy drive speed to 600rpm
1521
1522
1523 8/22/2015
1524
1525 [COMMON] replace many _TCHAR* to const _TCHAR* mainly for file path
1526 [WIN32/DEBUGGER] improve L and W command to load/write intel hex format file
1527
1528 [VM/DISK] add patch for FM-7 DEATH FORCE (thanks Mr.Artane.)
1529 [VM/MB8877] fix for 2d disk image on 2dd/2hd drive (thanks Mr.Artane.)
1530 [VM/MC6809] improve mc6809 instructions (thanks Mr.Artane.)
1531
1532 [FM77AV] import Mr.Artane.'s fixes (Commits on Aug 19, 2015)
1533 [MZ2500/CRTC] fix character blinking (thanks Mr.KanegonP)
1534
1535
1536 8/21/2015
1537
1538 [WIN32/INPUT] improve auto key function for us-keyboard
1539 [WIN32/INPUT] support to load vm's own auto key table
1540
1541 [VM/DISK] support *.1dd floppy disk image
1542 [VM/I286] fix build error
1543 [VM/MB8877] fix to check cylinder number for read/write sector command
1544
1545 [SMC777] support SONY SMC-777
1546
1547
1548 8/13/2015
1549
1550 [VM/HUC6280] support debugger
1551 [VM/I86] fix aad instruction for NEC V30
1552 [VM/I286] add NEC V30 instructions based on MAME 0.128
1553
1554 [PC9801U] fix to use new V30 core
1555 [PC9801VF] fix to use new V30 core
1556 [PC9801VM] fix to use new V30 core
1557 [PC98DO] fix to use new V30 core
1558 [PC98HA] fix to use new V30 core
1559 [PC98LT] fix to use new V30 core
1560
1561
1562 8/9/2015
1563
1564 [VM/MB8877] support MB8866
1565 [VM/MB8877] improve type-2/3 command timing for E flag
1566 [VM/MB8877] fix write protect status (thanks Mr.Artane.)
1567
1568 [MZ80A] change fdc device type from MB8876 to MB8866
1569
1570
1571 8/8/2015
1572
1573 [VM/DISK] remove ugly patch for X1turbo Alpha
1574 [VM/MB8877] remove ugly patch for X1turbo Alpha
1575 [VM/MB8877] improve type-1 command timing
1576 [VM/MB8877] improve type-2/3 command timing for E flag
1577 [VM/MB8877] improve force interrupt command to finish write sector command
1578 [VM/Z80SIO] improve transmitting timing for external clock signal
1579
1580
1581 8/7/2015
1582
1583 [VM/DATAREC] support ASCII MSX cas format tape image (thanks Mr.Sean Young)
1584 [VM/DATAREC] improve mzt converter to support fast forward/rewind
1585 [VM/DISK] improve image decoder for single side and data mark missing cases
1586 [VM/MB8877] fix timing to abort searching the target sector
1587 [VM/MB8877] fix to raise irq signal after abort searching the target sector
1588 [VM/MB8877] fix to abort write command before drq when disk is write protected
1589 [VM/MB8877] fix to abort write command when lost data occurs at first drq
1590 [VM/MB8877] fix to read/write data register when lost data occurs
1591 [VM/MB8877] fix to show crc error when verify track number at seek command
1592 [VM/MB8876] fix not to show busy after seek command for FMR-30/50/60 series
1593
1594
1595 8/5/2015
1596
1597 [WINMAIN] support menu to enable/disable correct fdc timing
1598
1599 [VM/DISK] improve to check both id crc error and data crc error
1600 [VM/I286] fix issue that emulation may go to infinite loop when cpu is halted
1601 [VM/MB8877] fix index hole signal width to 5msec (thanks Mr.Sato)
1602 [VM/MB8877] improve drq signal timing to check E flag of type-2 and 3 commands
1603 [VM/MB8877] improve drq signal timing for write track command
1604 [VM/MB8877] improve data lost timing for write sector and write track commands
1605 [VM/MB8877] improve to check both id crc error and data crc error
1606 [VM/UPD765A] improve timing to go to exec phase
1607 [VM/UPD765A] improve to check both id crc error and data crc error
1608 [VM/Z80SIO] improve transmitting timing (thanks Mr.Sato)
1609
1610 [FMR50/BIOS] improve to check both id crc error and data crc error
1611 [FMR50/BIOS] improve write track command for sectors without data field
1612 [MSX2/MEMORY] improve to check both id crc error and data crc error
1613
1614
1615 8/3/2015
1616
1617 [VM/DISK] support sectors without data field
1618 [VM/MB8877] improve drq signal timing for write sector command (thanks Mr.Sato)
1619 [VM/MB8877] improve index hole signal width (thanks Mr.Sato)
1620 [VM/MB8877] improve read/write command to wait at least 60msec after seeking
1621 [VM/MB8877] improve seek command not to set seek error without verify flag
1622 [VM/MB8877] improve read/write sector commands for sectors without data field
1623 [VM/MB8877] improve write track command for sectors without data field
1624 [VM/MB8877] improve force interrupt command to finish write track command
1625 [VM/MB8877] remove ugly patch for MZ-2500 RELICS
1626 [VM/UPD765A] improve read/write sector commands for sectors without data field
1627 [VM/Z80SIO] improve transmitting timing (thanks Mr.Sato)
1628
1629
1630 8/1/2015
1631
1632 [WINMAIN] support menu to modify write protected status of floppy disk image
1633 [WINMAIN] support menu to enable/disable DirectInput for keyboard
1634 [WIN32/INPUT] support to swap joystick buttons #1/#3/#5... and #2/#4/#6...
1635
1636 [VM/DISK] fix not to inherit the write protected status of image file
1637 [VM/DISK] support to modify write protected status of floppy disk image
1638 [VM/DISK] add ugly patch for FM-7 Gambler Jiko Chuushin Ha
1639 [VM/MB8877] improve read/write commands to access the current track
1640 [VM/MB8877] improve seek commands (thanks Mr.Artane.)
1641 [VM/MB8877] suppot to set/get write protected status of floppy disk image
1642 [VM/MB8877] add ugly patch for FM-7 Gambler Jiko Chuushin Ha
1643 [VM/MC6809] improve mc6809 instructions (thanks Mr.Artane.)
1644 [VM/PC6031] suppot to set/get write protected status of floppy disk image
1645 [VM/PTF20] suppot to set/get write protected status of floppy disk image
1646 [VM/UPD765A] suppot to set/get write protected status of floppy disk image
1647
1648 [FM77AV] import Mr.Artane.'s fixes
1649
1650
1651 7/31/2015
1652
1653 [COMMON] fix all vcproj files to disable WholeProgramOptimization option
1654 [COMMON] fix all vcproj files to enable SSE2 instructions
1655 [CONFIG] support ignore crc options individually for each floppy drive
1656 [WINMAIN] support ignore crc options individually for each floppy drive
1657
1658 [VM/DISK] support ignore crc options individually for each floppy drive
1659 [VM/MB8877] improve read/write commands  (thanks Mr.Artane.)
1660 [VM/MC6809] improve mc6809 instructions (thanks Mr.Artane.)
1661 [VM/PC80S31K] fix m1 wait for PC-8801 series (thanks Mr.PI.)
1662 [VM/PC80S31K] fix for force ready signal (thanks Mr.PI.)
1663 [VM/UPD765A] fix for force ready signal (thanks Mr.PI.)
1664 [VM/YM2203] improve timer timing (thanks Mr.PI.)
1665 [VM/YM2151] improve timer timing (thanks Mr.PI.)
1666
1667 [FM77AV] import Mr.Artane.'s fixes
1668 [PC8801] import Mr.PI.'s fixes from XM8 version 1.20
1669
1670
1671 6/28/2015
1672
1673 [FM77AV] import Mr.Artane.'s fixes
1674 [MZ2500/CMT] fix reset signal
1675 [MZ2500/CRTC] improve timing for 15KHz and 24KHz mode
1676 [MZ2500/MEMORY] improve vram wait in display timing
1677 [PC8801] import Mr.PI.'s fixes from XM8 version 1.10
1678
1679
1680 6/25/2015
1681
1682 [EMU/WIN32] add sleep(ms) for virtual machines (thanks Mr.PI.)
1683 [WIN32/DEBUGGER] support * for bc/bd/be to clear/disable/enable all points
1684 [WIN32/DEBUGGER] fix to accept escape key when the console is active
1685
1686 [VM/FMGEN] fix status register (thanks Mr.PI.)
1687 [VM/MC6809] improve mc6809 instructions (thanks Mr.Artane.)
1688 [VM/YM2203] fix busy period (thanks Mr.PI.)
1689
1690 [FM77] add eFM77 codes (thanks Mr.Artane.)
1691 [FM77AV] import Mr.Artane.'s fixes
1692 [PC8801] import Mr.PI.'s fixes from XM8 version 1.00
1693 [PC8801/PC88] fix to check if sio output is connected to cmt or rs232c
1694
1695
1696 4/29/2015
1697
1698 [EMU/WIN32] suport to load intel hexadecimal object file format
1699 [WIN32/DEBUGGER] fix my_hexatoi() for 32bit hexadecimal value
1700
1701 [VM/MC6809] improve mc6809 instructions (thanks Mr.Artane.)
1702
1703 [FM77AV] import Mr.Artane.'s fixes
1704 [Z80TVGAME] support Homebrew Z80 TV GAME SYSTEM
1705
1706
1707 4/24/2015
1708
1709 [VM/DISK] fix to check only bit4-7 of sector status (thanks Mr.Artane.)
1710 [VM/I386] improve i386 core based on MAME 0.160
1711 [VM/MC6809] improve mc6809 instructions (thanks Mr.Artane.)
1712
1713 [FM77AV] import Mr.Artane.'s fixes
1714
1715
1716 4/10/2015
1717
1718 [CONFIG] remove model-dependent codes
1719
1720 [VM/MC6809] improve mc6809 instructions (thanks Mr.Artane.)
1721 [VM/MC6809] support debugger (thanks Mr.Artane.)
1722
1723 [FM77AV] import Mr.Artane.'s fixes
1724 [MZ2800/MEMORY] fix memory bank swith
1725
1726
1727 4/7/2015
1728
1729 [VM/MC6809] improve mc6809 instructions (thanks Mr.Artane.)
1730
1731 [FM77AV] add eFM77AV codes (thanks Mr.Artane.)
1732
1733
1734 3/28/2015
1735
1736 [FM7] add eFM7 codes (thanks Mr.Artane.)
1737
1738
1739 3/26/2015
1740
1741 [VM/MB8877] fix not to return error status when seek to unformatted track (thanks Mr.Artane.)
1742 [VM/MC6809] improve mc6809 instructions (thanks Mr.Artane.)
1743 [VM/YM2151] support mamefm.dll
1744 [VM/YM2203] fix to check SUPPORT_MULTIPLE flag of mamefm.dll
1745
1746 [MSX2/MEMORY] import Mr.tanam's fixes
1747
1748
1749 3/21/2015-2
1750
1751 [MSX2] import Mr.umaiboux's patches posted on Mr.tanam's blog
1752
1753
1754 3/21/2015
1755
1756 [VM/DISK] support 1dd floppy image
1757 [VM/V99X8] support V99x8 (thanks Mr.umaiboux and Zodiac)
1758 [VM/V99X8] support save/load state
1759 [VM/Z80] support to hook ret opecode for pseudo bios call
1760
1761 [MSX1] add yaMSX1 codes (thanks Mr.tanam, Mr.umaiboux and fMSX)
1762 [MSX1] support save/load state
1763 [MSX2] add yaMSX2 codes (thanks Mr.tanam, Mr.umaiboux and fMSX)
1764 [MSX2] support save/load state
1765
1766
1767 3/19/2015
1768
1769 [WIN32/INPUT] fix DirectInput issues
1770
1771
1772 3/15/2015
1773
1774 [WINMAIN] support to disable Desktop Window Manager (DWM) automatically
1775 [WIN32/INPUT] support DirectInput for keyboard
1776
1777 [VM/*] simplify including fileio.h
1778 [VM/DATAREC] fix sound mixer
1779 [VM/MC6809] improve mc6809 instructions (thanks Mr.Artane.)
1780 [VM/UPD7801] fix disassembler
1781
1782 [FM16PI] support save/load state
1783 [FMR30] support save/load state
1784 [FMR50] support save/load state
1785 [FMR60] support save/load state
1786 [FMR70] support save/load state
1787 [FMR80] support save/load state
1788 [FP200/IO] fix lcd driver
1789
1790
1791 3/12/2015
1792
1793 [FMR50/BIOS] support to format a floppy disk image physically
1794
1795
1796 3/12/2015
1797
1798 [VM/DATAREC] support to play tape sound
1799 [VM/DATAREC] support FUJITSU FM-7/77 t77 format tape image (thanks Mr.Artane.)
1800 [VM/EVENT] suppot to change secondary cpu clock (thanks Mr.Artane.)
1801 [VM/MC6809] improve mc6809 instructions (thanks Mr.Artane.)
1802 [VM/MEMORY] support memory wait
1803 [VM/PTF20] support save/load state
1804 [VM/UPD765A] fix not to write sector because of tc if no data transfered
1805
1806 [FP200] support save/load state
1807 [FP200] support memory and io wait
1808 [HC20] support save/load state
1809 [HC40] support save/load state
1810 [HC80] support save/load state
1811 [X07] support save/load state
1812 [X1TURBO] support cmt control buttons
1813
1814
1815 3/4/2015
1816
1817 [VM/I8255] fix save/load state
1818
1819 [MZ700/MEMORY] support PCG-700
1820 [PC8201] support save/load state
1821
1822
1823 3/3/2015
1824
1825 [CONFIG] add cmt baud rate setting (thanks FP-1100 user)
1826
1827 [VM/UPD765A] fix period to raise lost data for write id command
1828
1829 [FP1100/MAIN] fix expansion slot selection
1830 [FP1100/SUB] fix color register (thanks FP-1100 user)
1831 [FP1100/SUB] fix vram plane mask
1832 [FP1100/SUB] support dipswitch to select cmt baud rate
1833
1834
1835 2/28/2015
1836
1837 [COMMON] fix typo virtical to vertical (thanks Mr.Koucha-Youkan)
1838
1839 [VM/DISK] fix to use correct gap0/gap1/gap3 length for known format images
1840 [VM/Z80] fix disassembler (thanks Mr.Reddam)
1841
1842
1843 2/21/2015
1844
1845 [WIN32/INPUT] support to specify wait after shift key is pressed or released
1846 [WIN32/SCREEN] improve crt filter for rotated screen
1847 [CONFIG] add screen rotation setting
1848
1849 [VM/BEEP] improve sound quality
1850 [VM/DATAREC] simplify sound mixer
1851 [VM/DEVICE] rename bios_call() to bios_call_i86()
1852 [VM/DEVICE] rename bios_int() to bios_int_i86()
1853 [VM/DEVICE] add virtual function bios_call_z80()
1854 [VM/DISK] support to fix sector number from big endian to little endian
1855 [VM/EVENT] support more precise loop event timing
1856 [VM/EVENT] improve sound quality
1857 [VM/HD46505] fix to update timing after all required registers are written
1858 [VM/PCM1BIT] simplify sound mixer
1859 [VM/PCM1BIT] fix to suppress petite noise when go to mute
1860 [VM/SN76489AN] improve sound quality
1861 [VM/UPD7801] support correct serial i/o
1862 [VM/Z80] support pseudo bios call
1863
1864 [FP1100] improve auto key timing after shift key is pressed or released
1865 [FP1100] fix crtc horizontal frequency
1866 [FP1100] support cmt
1867 [FP1100/MAIN] support wait for i/o access
1868 [FP1100/SUB] support cmt control circuit consists of some standard logic ics
1869 [FP1100/SUB] support vram plane mask
1870 [MZ1500] support screen rotation (thanks Mr.Koucha-Youkan)
1871 [PASOPIA7/IOBUS] fix to initialize mio flag
1872 [PC8801MA/PC88] improve beep and cmd sing mixer
1873 [PC100] split setting for monitor type and screen rotation
1874 [PV1000/PSG] improve sound quality
1875
1876
1877 2/13/2015
1878
1879 [VM/UPD765A] add ugly patch for PC-8801 Kimochi Disk 2
1880
1881 [FP1100] change slot indices to support floppy drives
1882 [FP1100/MAIN] fix to clear irq from sub cpu when raise irq to sub cpu
1883 [PC8801MA/PC88] fix routine to set back color to black in color mode
1884 [PC8801MA/PC88] fix crtc to clear status in set interrupt mask (thanks Mr.cisc)
1885 [PC8801MA/PC88] fix crtc to restart when dma underrun does not occur
1886 [PC8801MA/PC88] fix out port 0x53 (thanks Mr.Redart)
1887
1888
1889 2/1/2015
1890
1891 [VM/DISK] fix condition to check if the track offset is valid
1892 [VM/DISK] fix routine to trim the disk image
1893
1894
1895 1/31/2015
1896
1897 [VM/DISK] improve for format operation
1898 [VM/DISK] fix issue that deleted mark is mistakely recognized as crc error
1899 [VM/MB8877] support write track command
1900 [VM/PTF20] rename pseudo EPSON TF-20 class from TF20 to PTF20
1901 [VM/PTF20] improve format command
1902 [VM/TF20] support EPSON TF-20
1903 [VM/UPD765A] support write id command
1904
1905 [HC20] support EPSON TF-20
1906
1907
1908 1/28/2015
1909
1910 [VM/DATAREC] fix issue for loading state file saved while recording
1911 [VM/PC6031] support save/load state
1912 [VM/UPD7552] support save/load state
1913 [VM/UPD7552] support init() function to specify sound rate
1914 [VM/YM2203] fix to reset fmdll before registers are restored (thanks Mr.Rednow)
1915
1916 [FAMILYBASIC] support save/load state
1917 [MULTI8/CMT] fix issue for loading state file saved while recording cmt
1918 [MZ2800] support save/load state
1919 [MZ5500] support save/load state
1920 [MZ6500] support save/load state
1921 [PC6001] fix to specify sound rate to uPD7552
1922 [PC6001] support save/load state
1923 [PC6001MK2] support save/load state
1924 [PC6001MK2SR] support save/load state
1925 [PC6601] support save/load state
1926 [PC6601SR] support save/load state
1927 [PC8801MA/PC88] fix issue for loading state file saved while recording cmt
1928 [PC8801MA/PC88] fix crtc for dma underrun case (thanks Mr.Rednow)
1929 [PC98HA] support save/load state
1930 [PC98HA] fix crash issue
1931 [PC98LT] support save/load state
1932 [PC98LT] fix crash issue
1933
1934
1935 1/24/2015
1936
1937 [COMMON] avoid _tfopen_s() and use _tfpoen() not to lock reading file
1938 [WINMAIN] fix to close d88 format disk image after image titles are read
1939
1940 [VM/DISK] fix to save image to temporary file if image file cannot be written
1941 [VM/MB8877] fix to enable REC NOT FOUND patch only for Batten Tanuki
1942
1943 [X1TURBO] support to select boot floppy media type 2D or 2HD
1944
1945
1946 1/21/2015
1947
1948 [MZ2500/SERIAL] fix port 0xcd for specifying Z80SIO TX/RX clock frequency
1949 [MZ2800/SERIAL] fix port 0xcd for specifying Z80SIO TX/RX clock frequency
1950
1951
1952 1/19/2015
1953
1954 [VM/HD146818P] support save/load state
1955 [VM/I386] support save/load state
1956 [VM/I8080] support save/load state
1957 [VM/I8155] support save/load state
1958 [VM/M6502] support save/load state
1959 [VM/MC6800] support save/load state
1960 [VM/MC6820] support save/load state
1961 [VM/MC6840] support save/load state
1962 [VM/UPD4991A] support save/load state
1963 [VM/UPD71071] support save/load state
1964 [VM/Z80SIO] improve transmit/receive timing
1965 [VM/Z80SIO] support external transmit/receive clocks
1966
1967 [FP1100] support save/load state
1968 [MULTI8] support save/load state
1969 [MYCOMZ80A] support save/load state
1970 [MZ1500] support correct sio timing
1971 [MZ2200] support correct sio timing
1972 [MZ2500] support to switch sio port address
1973 [MZ2500] support correct sio timing
1974 [MZ2800] support to switch sio port address
1975 [MZ2800] support correct sio timing
1976 [MZ5500] support correct sio timing
1977 [PASOPIA] support save/load state
1978 [PASOPIA7] support save/load state
1979 [PASOPIA7] fix to use standard i/o bus class
1980 [PASOPIA7/IOBUS] simplify unique i/o bus class
1981 [QC10] support save/load state
1982 [QC10] support correct sio timing
1983 [X1TURBO] support correct sio timing
1984 [X1TURBO] fix to use standard i/o bus class
1985 [X1TURBO/IOBUS] simplify unique i/o bus class
1986
1987
1988 1/14/2015
1989
1990 [COMMON] fix to use secure string functions
1991 [COMMON] add substitutes for _TCHAR and secure string functions
1992
1993 [VM/I386] improve i386 core again based on MAME 0.157
1994
1995 [MZ80A] support MZ-80AIF and floppy drives (thanks Mr.Suga)
1996
1997
1998 1/11/2015
1999
2000 [VM/MC6820] fix mc6820 build error (thanks Mr.Artane.)
2001
2002 [PC8801MA/PC88] fix RGB to COLOR_RGB macro (thanks Mr.Artane.)
2003 [PHC25] fix issue that cmt tape igam can not be correctly loaded
2004
2005
2006 1/10/2015
2007
2008 [VM/DATAREC] support NEC PC-6001 p6t format tape image (temporary)
2009 [VM/DATAREC] improve NEC PC-6001 p6 format tape image loader
2010 [VM/I386] improve i386 core based on MAME 0.157
2011 [VM/MC6847] support save/load state
2012 [VM/MSM58321] support save/load state
2013 [VM/YM2203] support to change device type to YM2608
2014
2015 [MAP1010] support save/load state
2016 [MZ80A] support save/load state
2017 [MZ80K] support save/load state
2018 [MZ1200] support save/load state
2019 [PC6001/SUB] support p6t format tape image (temporary)
2020 [PC6001/SUB] fix to start/stop data recorder by 0x19/0x1a command
2021 [PC6001/PSUB] support p6t format tape image (temporary)
2022 [PC6001/PSUB] fix cmt loader to wait 1sec between header and body
2023 [PC8801MA] support to select PC-8801-23 (OPNA) or PC-8801-11 (OPN)
2024 [PC100] support save/load state
2025 [PHC20] support save/load state
2026 [PHC25] support save/load state
2027 [PV1000] support save/load state
2028 [RX78] support save/load state
2029
2030
2031 1/1/2015
2032
2033 [PC8801MA/PC88] fix to mask bit4-7 of extended ram bank register
2034
2035
2036 12/29/2014
2037
2038 [VM/SN76489AN] support save/load state
2039 [VM/TMS9918A] support save/load state
2040 [VM/TMS9995] support save/load state
2041 [VM/UPD7801] support save/load state
2042
2043 [M5] support save/load state
2044 [MZ700] support save/load state
2045 [MZ800] support save/load state
2046 [MZ1500] support save/load state
2047 [MZ1500/KANJI] support MZ-1R23 and MZ-1R24
2048 [PC8801MA/PC88] fix many PC-8001mkIISR issues (thanks Mr.apaslothy)
2049 [PV2000] support save/load state
2050 [PYUTA] support save/load state
2051 [SC3000] support save/load state
2052 [SCV] support save/load state
2053
2054
2055 12/26/2014
2056
2057 [VM/AND] support save/load state
2058 [VM/I8237] support save/load state
2059 [VM/I86] support save/load state
2060 [VM/LS244] support save/load state
2061 [VM/LS393] support save/load state
2062 [VM/NAND] support save/load state
2063 [VM/NOR] support save/load state
2064 [VM/NOT] support save/load state
2065 [VM/OR] support save/load state
2066 [VM/UPD1990A] fix to show lsb bit of second when shift register is not updated
2067 [VM/UPD7220] support save/load state
2068
2069 [PC8801MA/PC88] fix many PC-8001mkIISR issues (thanks Mr.apaslothy)
2070 [PC8801MA/PC88] fix cmt issue that pacland cannot be loaded on PC-8001mkIISR
2071 [PC9801] support save/load state
2072 [PC9801E] support save/load state
2073 [PC9801U] support save/load state
2074 [PC9801VF] support save/load state
2075 [PC9801VM] support save/load state
2076 [PC98DO] support save/load state
2077
2078
2079 12/25/2014
2080
2081 [EMU/WIN32] fix to remove printer file if the file size is less than 2 bytes
2082 [EMU/WIN32] fix to initialize virtual machine when sound device type is changed
2083
2084 [VM/HD46505] support save/load state
2085 [VM/I286] support save/load state
2086 [VM/I8259] support save/load state
2087 [VM/MCS48] support save/load state
2088 [VM/UPD1990A] fix to show lsb bit of second after all bit are read
2089
2090 [MZ2200] support save/load state
2091 [PC8801MA/PC88] fix many PC-8001mkIISR issues (thanks Mr.apaslothy)
2092 [PC8801MA/PC88] fix renderer for graphic screen with text attribute color
2093 [X1] support save/load state
2094 [X1TWIN] support save/load state
2095 [X1TURBO] support save/load state
2096
2097
2098 12/23/2014
2099
2100 [EMU/WIN32] simplify get/put functions for several types in file i/o class
2101
2102 [VM/BEEP] support save/load state
2103 [VM/DATAREC] support save/load state
2104 [VM/DISK] support save/load state
2105 [VM/DISK] fix issue that disk image except d88 or beta image may not be saved
2106 [VM/EVENT] fix load state function to update number of sound samples per frame
2107 [VM/FMGEN] support save/load state
2108 [VM/I8251] support save/load state
2109 [VM/I8253] support save/load state
2110 [VM/I8255] support save/load state
2111 [VM/IO] support save/load state
2112 [VM/MB8877] support save/load state
2113 [VM/PC6031] fix to initialize old_D2H
2114 [VM/PC80S31K] support save/load state
2115 [VM/PCM1BIT] support save/load state
2116 [VM/RP5C01] support save/load state
2117 [VM/UPD765A] support save/load state
2118 [VM/UPD1990A] support save/load state
2119 [VM/W3100A] support save/load state
2120 [VM/YM2151] support save/load state
2121 [VM/YM2203] support save/load state
2122 [VM/Z80] support save/load state
2123 [VM/Z80CTC] support save/load state
2124 [VM/Z80DMA] support save/load state
2125 [VM/Z80PIO] support save/load state
2126 [VM/Z80SIO] support save/load state
2127
2128 [MZ80B] support save/load state
2129 [MZ1500/QUICKDISK] fix to clear first data/send break flags
2130 [MZ2500] support save/load state
2131 [MZ2500/CMT] fix issue that Laydock is not correctly booted
2132 [PC8001MKIISR] support save/load state
2133 [PC8801MA] support save/load state
2134 [PC8801MA/PC88] fix to reset dirty NIPPY patch flag
2135 [PC8801MA/PC88] fix not to render text scree when dma ch.2 is not running
2136
2137
2138 12/18/2014
2139
2140 [EMU/WIN32] support save/load state
2141 [EMU/WIN32] support get/put functions for several types in file i/o class
2142
2143 [VM/EVENT] support save/load state functions
2144 [VM/HUC6280] support save/load state functions
2145 [VM/I8155] fix to clear event register id in reset()
2146 [VM/I8253] fix to clear event register id in reset()
2147 [VM/UPD765A] fix to clear event register id in reset()
2148
2149 [MZ2500/CMT] fix to check the pulse width of ipl reset signal
2150 [PCENGINE] support save/load state
2151
2152
2153 12/16/2014
2154
2155 [VM/MB8877] fix to show not ready status a moment when no command is running
2156
2157 [MZ80A] add EmuZ-80A codes (thanks Mr.Suga)
2158
2159
2160 11/28/2014
2161
2162 [X1TURBO/DISPLAY] fix text renderer for 32rasters/char mode
2163
2164
2165 11/22/2014
2166
2167 [WIN32/SCREEN] support two screen stretch modes keep aspect and fill screen
2168
2169 [VM/I8080] fix debugger trace issue in busreq status
2170 [VM/I86] fix debugger trace issue in busreq status
2171 [VM/I286] fix debugger trace issue in busreq status
2172 [VM/I386] fix debugger trace issue in busreq status
2173 [VM/Z80] fix debugger trace issue in busreq status
2174
2175
2176 11/21/2014
2177
2178 [PC8801MA/PC88] fix to support multi blocks tape images
2179 [PC8801MA/PC88] add dirty patch for NIPPY
2180
2181
2182 10/29/2014
2183
2184 [PC8801MA/PC88] fix to check dma underrun in every frames
2185 [PC8801MA/PC88] fix port number of crtc status
2186 [PC8801MA/PC88] add function to read crtc parameters
2187
2188
2189 10/28/2014
2190
2191 [PC8801MA/PC88] fix crtc issue that dma underrun never occurs
2192 [PC8801MA/PC88] fix crtc status
2193
2194
2195 10/27/2014
2196
2197 [PC8801MA/PC88] revert the uPD5257 fix for CHOBIN
2198
2199
2200 10/26/2014
2201
2202 [WINMAIN] fix frame rate issue again
2203
2204
2205 10/25/2014
2206
2207 [WINMAIN] fix frame rate issue (thanks Mr.Rednow)
2208 [WIN32/DEBUGGER] fix issue about inputting decimal value
2209
2210 [VM/Z80] fix disassembler
2211
2212 [PC8801MA/PC88] fix uPD8257 dma controller
2213 [PC9801] fix PC-9801-26K bios size
2214
2215
2216 10/11/2014
2217
2218 [WIN32/DEBUGGER] fix issue that hexa value ends with d is recognized as decimal
2219
2220 [VM/Z80] fix disassembler
2221
2222 [PC8801MA/PC88] fix to press insdel key automatically when backspace is pressed
2223
2224
2225 10/10/2014
2226
2227 [VM/I8155] fix issue in the case that cpu clock is less than const frequency
2228 [VM/I8253] fix issue in the case that cpu clock is less than const frequency
2229 [VM/Z80CTC] fix issue in the case that cpu clock is less than const frequency
2230
2231 [PC8801MA/PC88] support PCG-8100
2232
2233
2234 10/4/2014
2235
2236 [PC8801MA/PC88] fix color/monochrome and 320x200/640x200 bits in port31
2237
2238
2239 9/29/2014
2240
2241 [WIN32/SCREEN] support crt filter
2242
2243 [BABBAGE2ND] update circuit board picture
2244 [PC9801U] support NEC PC-9801U
2245 [PC9801VF] support NEC PC-9801VF
2246
2247
2248 9/13/2014
2249
2250 [WIN32/DEBUGGER] support search command
2251
2252 [VM/I86] support to change IP register value from debugger console
2253 [VM/I286] support to change IP register value from debugger console
2254 [VM/I386] support to change IP register value from debugger console
2255 [VM/MC6800] support debugger
2256
2257 [HC20/MEMORY] fix keyboard chattering
2258
2259
2260 9/7/2014
2261
2262 [WIN32/DEBUGGER] support debugger console
2263
2264 [VM/DEBUGGER] support common debugger object
2265 [VM/EVENT] fix to check ownew of event before it is canceled
2266 [VM/I8080] support debugger
2267 [VM/I86] support debugger
2268 [VM/I86] remove code for i186 and i286
2269 [VM/I286] fix for i8086/i8088/i80186
2270 [VM/I286] fix not to quit REP when remained icount is less than 0
2271 [VM/I286] support debugger
2272 [VM/I386] support debugger
2273 [VM/MB8877] fix not to cancel event registered by other device
2274 [VM/MCS48] support debugger
2275 [VM/UPD7801] support debugger
2276 [VM/Z80] support debugger
2277
2278 [FM16PI] fix to use new i86 core
2279 [FMR30] fix to use new i86 core
2280 [MZ2200] fix to use new i86 core
2281 [MZ5500] fix to use new i86 core
2282 [MZ6500] fix to use new i86 core
2283 [MZ6550] fix to use new i86 core
2284 [PC8801/PC88] fix uPD8257 address and counter registers
2285 [PC100] fix to use new i86 core
2286 [PC9801] fix to use new i86 core
2287 [PC9801E] fix to use new i86 core
2288
2289
2290 8/29/2014
2291
2292 [PC8801/PC88] fix crtc to support non transparent mode
2293 [PC8801/PC88] fix crtc issue that cursor is not displayed in non attibutes mode
2294
2295
2296 8/28/2014
2297
2298 [COMMON] fix all vcproj files to set WholeProgramOptimization option
2299 [WINMAIN] support 320x240 full screen mode
2300
2301 [VM/FMGEN] update fmgen.cpp from v1.49 to v1.50 (thanks Mr.Rururu-Tan)
2302 [VM/FMGEN] update opna.cpp from v1.68 to v1.70 (thanks Mr.Rururu-Tan)
2303 [VM/DATAREC] support NEC PC-6001 cas/p6 format tape image
2304 [VM/I386] fix memory leak issue
2305 [VM/I386] fix x87 opcodes FPREM and FPREM1 based on MAME 0.154
2306 [VM/MC6847] support enable/disable signal
2307 [VM/PC6031] support NEC PC-6031 and PC-6032 (thanks Mr.Nishida)
2308 [VM/UPD765A] fix to compare all of C/H/R/N to search sector (thanks Mr.Haserin)
2309
2310 [GAMEGEAR/MEMORY] fix memory leak issue
2311
2312 [MZ2500] fix to reset only cpu and memory map in standard (non-ipl) reset
2313 [MZ2500/CMT] fix to check the pulse width of ipl reset and cmt eject signals
2314 [MZ2500/CRTC] fix 640x400, 4 colors mode for Yukara K2 (temporary)
2315 [MZ2500/FLOPPY] support i/o signal to swtich internal/external floppy drives
2316 [MZ2500/FLOPPY] remove dirty patch for Laydock
2317
2318 [PC6601] support real sub cpu emulation (thanks Mr.Moriya)
2319 [PC6601/FLOPPY] rename system to floppy
2320 [PC6601/FLOPPY] split to PC-6601 internal floppy drive class and PC-6031 class
2321 [PC6601/FLOPPY] support to switch internal/external floppy drives
2322 [PC6601/MEMORY] split to memory class and timer/irq class
2323 [PC6601/MEMORY] support CRTKILL/BUSRQ signals
2324 [PC6601/PSUB] rename keyboard to psub (pesudo sub cpu)
2325 [PC6601/PSUB] simplify cmt codes
2326
2327 [PC8801/PC88] fix text attributes
2328
2329
2330 5/15/2014
2331
2332 [PC6001] update yaPC-6001/6201/6601 codes (thanks Mr.tanam)
2333 [PC6001] support PC-80S31K floppy drives
2334 [PC6001MK2] support PC-80S31K floppy drives
2335 [PC6001MK2SR] add yaPC-6401 codes (thanks Mr.tanam)
2336 [PC6601SR] add yaPC-6801 codes (thanks Mr.tanam)
2337
2338
2339 5/1/2014
2340
2341 [VM/I286] reimplement based on MAME 0.149
2342 [VM/I286] support disassembler
2343 [VM/I386] reimplement based on MAME 0.152
2344 [VM/I386] support disassembler
2345
2346 [FMR50] split project for i286, i386 and i486
2347 [FMR60] split project for i286, i386 and i486
2348 [FMR50/MEMORY] improve memory address mask for cpu and dma
2349 [FMR50/MEMORY] support shutdown flag
2350 [FMR50/MEMORY] remove invalid color palette i/o
2351 [FMR50/MEMORY] fix text color palette #0
2352 [FMR50/MEMORY] fix text reverse/blink
2353 [FMR50/TIMER] support free run counter
2354
2355
2356 4/17/2014
2357
2358 [WINMAIN] fix resource leak issue (thanks Mr.Redart)
2359 [EMU/WIN32] fix resource leak issue (thanks Mr.Redart)
2360
2361 [VM/FMGEN] fix compiler dependent issue
2362 [VM/YM2203] support full sound generator dll features (thanks Mr.Redart)
2363
2364 [MZ1500/QUICKDISK] support *.qdf raw quick disk images
2365 [PX7/MEMORY] fix super impose signal based on openMSX-0.10.0
2366
2367
2368 4/10/2014
2369
2370 [EMU/WIN32] support to map keys to joystick buttons
2371
2372 [GAMEGEAR] fix to map keys to joystick buttons
2373 [MASTERSYSTEM] fix to map keys to joystick buttons
2374 [PX7/MEMORY] fix to add one clock wait for each m1 cycle
2375 [PC6001] update yaPC-6001/6201/6601/6801 codes (thanks Mr.tanam)
2376
2377
2378 4/8/2014
2379
2380 [EMU/WIN32] support to capture the movie sounds in DirectShow codes
2381
2382 [VM/DATAREC] support SORD M5 cas format tape image
2383 [VM/LD700] support PIONEER LD-700 laser-disc player based on openMSX-0.10.0
2384 [VM/PCM1BIT] fix noise occurs when input signals top
2385 [VM/YM2203] support to overwrite i/o mode to fixed value
2386
2387 [M5/CMT] stop loading cmt when tape image reaches the end of tape
2388 [PX7] support PIONEER PX-7 (MSX1 + laser-disc player)
2389 [PX7] fix MSX1 implements (thanks Mr.umaiboux)
2390
2391
2392 4/7/2014
2393
2394 [WINMAIN] fix issue in the case that menu bar becomes multi line
2395
2396 [VM/DATAREC] fix to output no sound signal when tape image reaches end of tape
2397 [VM/YM2203] fix build error in YM2608 case
2398
2399
2400 4/1/2014
2401
2402 [VM/TMS9918A] fix mode1 and mode1+2 to fill out of screen with back color
2403 [VM/YM2203] fix i/o port codes for AY-3-8910/8912/8913
2404 [VM/YM2203] fix assert issue in fmgen module (thanks Mr.Mamiya)
2405
2406 [PC8001MK2SR] fix ini file name
2407
2408
2409 3/26/2014
2410
2411 [EMU/WIN32] improve video recorder timing to sync to sound recorder
2412 [EMU/WIN32] improve video recorder to compress frames in another thread
2413 [EMU/WIN32] support to play a movie file
2414 [EMU/WIN32] support Fgets() in file i/o class
2415 [EMU/WIN32] support new function to get the file path without extension
2416
2417 [VM/TMS9918A] support super impose
2418
2419 [GAMEGEAR] add yaGAMEGEAR codes (thanks Mr.tanam)
2420 [MASTERSYSTEM] add yaMASTERSYSTEM codes (thanks Mr.tanam)
2421 [PC6001] update yaPC-6001 codes (thanks Mr.tanam)
2422 [PC6001MK2] add yaPC-6201 codes (thanks Mr.tanam)
2423 [PC6601] add yaPC-6601 codes (thanks Mr.tanam)
2424 [PX7] support PIONEER PX-7 (MSX1 + laser-disc player) (partial)
2425
2426
2427 1/8/2014
2428
2429 [VM/DISK] fix cpdread converter to check cylinder/side in track info block
2430 [VM/DISK] fix cpdread converter to check deleted mark
2431 [VM/MB8877] fix to seek one track when force interrupt is done
2432
2433 [MZ800/FLOPPY] connect fdc drq signal to cpu irq pin
2434 [MZ800/FLOPPY] support irq mask register
2435 [MZ800/FLOPPY] support motor on/off signal delay
2436 [MZ800/MEMORY] support monochrome display
2437 [MZ800/MEMORY] fix to connect vblank signal to Z80PIO:PA5, not hblank signal
2438
2439
2440 12/31/2013
2441
2442 [EMU/WIN32] support printer interface
2443
2444 [PC8801/PC88] support printer interface
2445 [PC9801/PRINTER] support printer interface
2446 [PC98LT/PRINTER] support printer interface
2447 [MZ800] change the floppy drive type from 2D to 2DD
2448 [X1TURBO/PRINTER] support printer interface
2449
2450
2451 12/5/2013
2452
2453 [VM/MC6840] support MC6840 (partial)
2454
2455 [PC8801/PC88] fix to show opn busy flag at the first access only for ALPHA
2456 [PC8801/PC88] support crtc reverse flag
2457
2458
2459 8/24/2013
2460
2461 [EMU/WIN32] fix access lamp renderer for Direct3D9
2462
2463 [VM/HD46505] fix to initialize frequency if vline is lesser than 400
2464 [VM/MB8877] fix not to show record not found status after drive is changed
2465 [VM/MB8877] fix to activate access lamp while searching target sector
2466 [VM/MC6847] add function to load external cgrom image
2467 [VM/MC6847] support to request bus to cpu in display timing
2468 [VM/MC6847] support color bleed in black/white pattern (thanks Mr.tanam)
2469
2470 [PC6001] add yaPC-6001 codes (thanks Mr.tanam)
2471 [X1TURBO/EMM] change EMM memory size to 320KB
2472 [X1TURBO/PSUB] fix to clear irq flag when z80 reads data from sub cpu
2473
2474
2475 8/21/2013
2476
2477 [WINMAIN] fix to use GetFullPathName() to get the parent directory
2478
2479 [VM/MB8877] modify constant period for searching sector
2480
2481
2482 8/16/2013
2483
2484 [VM/DISK] add ugly patch for X1turbo ARCUS
2485 [VM/MB8877] fix to use constant period for searching sector if disk has no skew
2486 [VM/MB8877] fix to show busy status while searching sector if sector not found
2487 [VM/Z80DMA] fix dma stop condition
2488
2489
2490 8/10/2013
2491
2492 [VM/DATAREC] fix not to skip frames while doint ff/rew
2493 [VM/DATAREC] support ff/rew for cas and tap images
2494 [VM/DATAREC] support APSS signals and doing APSS for SHARP X1
2495
2496 [MZ2200] support to select if loading mzt to ram directly or not
2497 [X1TURBO] fix cmt ff/rew speed to x16
2498 [X1TURBO/PSUB] support APSS command
2499
2500
2501 8/9/2013
2502
2503 [EMU/WIN32] improve debug log function
2504
2505 [VM/Z80DMA] fix not to reset all registers in reset command
2506
2507 [X1] support CZ-8BM2
2508 [X1/MOUSE] support serial mouse
2509
2510
2511 8/8/2013
2512
2513 [VM/DISK] fix not to convert standard disk images to d88 format images
2514 [VM/DISK] add ugly patch for X1turbo ALPHA
2515 [VM/HD46505] reset registers and timings in reset()
2516 [VM/MB8877] fix to use constant wait to search sector for standard disk image
2517 [VM/MB8877] add ugly patch for X1turbo ALPHA
2518 [VM/YM2151] fix to show busy status in a moment
2519 [VM/YM2203] fix to show busy status in a moment
2520 [VM/Z80DMA] fix dma stop condition
2521
2522 [PC8801/PC88] improve initial memory pattern
2523 [X1TURBO/DISPLAY] fix text renderer for kanji character on standard display
2524 [X1TURBO/DISPLAY] fix text renderer for 16rasters/char mode
2525 [X1TURBO/IO] fix not to add wait for text vram (temporary)
2526
2527
2528 8/2/2013
2529
2530 [EMU/WIN32] fix to create new avi file when current file is close to 2GB
2531
2532 [VM/DISK] support 1.20MB/1.44MB/2.88MB floppy disk images
2533 [VM/DISK] fix to add index mark in track image
2534 [VM/UPD765A] fix read data command when sector size or number is invalid
2535 [VM/UPD765A] fix seek time for MZ-3500
2536
2537
2538 8/1/2013
2539
2540 [VM/DEVICE] support virtual function to set or get expend cpu clocks
2541 [VM/DEVICE] support virtual function to get passed usec
2542 [VM/DEVICE] support virtual functions for dma access with i/o wait
2543 [VM/DISK] support function to get perid to transfer specified bytes
2544 [VM/DISK] support functions to get drive rpm and track size
2545 [VM/DISK] improve make track image
2546 [VM/DEVICE] support function to get passed usec
2547 [VM/I86] support function to get and set expend cpu clocks
2548 [VM/I86] fix single mode dma when busreq is active
2549 [VM/I286] support function to get and set expend cpu clocks
2550 [VM/I386] fix single mode dma when busreq is active
2551 [VM/I386] support function to get and set expend cpu clocks
2552 [VM/I386] fix single mode dma when busreq is active
2553 [VM/MB8877] improve timing of index hole, seek, search sector and transfer data
2554 [VM/MB8877] improve to raise drq signal for each data
2555 [VM/MB8877] improve timing of index hole, seek, search sector and transfer data
2556 [VM/UPD765A] improve read data command to read sector gaps among sectors
2557 [VM/UPD765A] improve read id command to read id of first found sector
2558 [VM/Z80] support function to get and set expend cpu clocks
2559 [VM/Z80] fix single mode dma when busreq is active
2560 [VM/Z80DMA] improve timing of data transfer, bus request and release
2561
2562 [PC8801/PC88] support to select hireso/standard display type
2563 [PC8801/PC88] improve memory wait (thanks Mr.Crazy Unit)
2564 [X1TURBO] fix not to input 2MHz to Z80CTC on CZ-8BS1
2565 [X1TURBO/DISPLAY] fix color reverse attribute (thanks Mr.Enri)
2566 [X1TURBO/FLOPPY] support motor on/off signal (thanks Mr.Sato)
2567 [X1TURBO/IO] improve i/o wait (thanks Mr.Sato)
2568
2569
2570 7/25/2013
2571
2572 [X1TURBO/DISPLAY] fix text renderer for vertical/horizontal doubled character
2573
2574
2575 7/24/2013
2576
2577 [WINMAIN] support 320x240 fullscreen mode
2578 [EMU/WIN32] support multiple quick disk drives and cart slots
2579 [CONFIG] support to read/write ini file
2580
2581
2582 7/23/2013
2583
2584 [WINMAIN] simplify codes for boot mode and device type menus
2585 [EMU/WIN32] fix sound recorder not to output the old samples
2586
2587 [VM/HD146818P] fix not to save backuped ram if it is not modified
2588 [VM/MCS48] fix to divide the given clocks in MCS48 class
2589 [VM/MCS48] fix not to run cpu if enough clocks are not given
2590 [VM/RP5C15] fix not to save backuped ram if it is not modified
2591
2592 [FAMILYBASIC] support to select basic rom
2593 [FAMILYBASIC/MEMORY] fix not to save backuped ram if it is not modified
2594 [FMR30/CMOS] fix not to save backuped ram if it is not modified
2595 [FMR50/CMOS] fix not to save backuped ram if it is not modified
2596 [J3100SL/SLMEMORY] fix not to save backuped ram if it is not modified
2597 [PC8801MA] support dipswitch to select memory wait on/off
2598 [PC8801MA/PC88] fix display vertical frequency
2599 [PC8801MA/PC88] fix m1 wait and ram/vram wait clocks
2600 [PC98HA/MEMORY] fix not to learn ram/ram drive/memcard if they are not modified
2601 [QC10/MEMORY] fix not to save backuped ram if it is not modified
2602 [TK80BS] support to select basic rom
2603 [MZ700/CMOS] fix not to save backuped ram if it is not modified
2604 [SCV/MEMORY] fix not to save backuped ram if it is not modified
2605 [X1TURBO/PSUB] fix key repeat timing
2606 [X1TURBO/SUB] fix signal to detect cassette tape
2607
2608
2609 5/11/2013
2610
2611 [VM/I286] reimplement based on MAME 0.148
2612 [VM/I386] reimplement based on MAME 0.148
2613 [VM/I8255] improve mode #1 and #2
2614 [VM/MCS48] support mcs48 based on MAME 0.148
2615
2616 [X1TURBO] support real sub cpu and keyboard emulation
2617 [X1TURBO/DISPLAY] fix routine to get currently displayed character address
2618 [X1TURBO/DISPLAY] fix routine to render Vx2 character
2619 [X1TURBO/PSUB] improve key repeat timing
2620
2621
2622 4/25/2013
2623
2624 [VM/DATAREC] fix mzt image converter based on Bin2Wav
2625
2626 [MZ2200] fix to reset Z80PIO in special_reset()
2627 [MZ2200/MEMORYB80] fix to load mzt image to memory only when offset is 0
2628 [MZ2200/MZ1M01] fix to reset inport value from Z80PIO in reset()
2629
2630 [PC8201] fix cpu clock from 2.4MHz to 2.4576MHz
2631 [PC8201] support cmt
2632 [PC8201] fix to reset rtc strobe signal at boot
2633
2634
2635 4/14/2013
2636
2637 [WINMAIN] support to show a message on title bar post from vm or emu class
2638 [WINMAIN] disable close media menu when media file is not opened
2639 [EMU/WIN32] add function to post a message onto title bar
2640
2641 [VM/DATAREC] fix mzt image converter to add 1sec space after header block
2642 [VM/DATAREC] support to post the tape status message onto title bar
2643 [VM/Z80PIO] fix handshake signals in bidirectional mode
2644 [VM/Z80PIO] fix masks follows bit in control register
2645 [VM/Z80PIO] fix to disable interrupt until the mask register is written
2646
2647 [MZ80B/MEMORY] support optional 2nd vram
2648 [MZ2200/MEMORY] fix not to load mzt image to memory when attribute is not $01
2649 [MZ2200/MZ1M01] support 16bit cpu board (MZ-1M01)
2650
2651
2652 3/30/2013
2653
2654 [VM/DATAREC] fix issue that sample number in recorded wav file header is 0
2655 [VM/DATAREC] improve recording wav file
2656 [VM/DATAREC] improve wave shaper function to support dB-BASIC
2657 [VM/EVENT] fix issue that continuous event causes invalid event clock
2658 [VM/Z80PIO] support handshake mode
2659
2660 [MZ2200/MEMORY] support m1 wait when ipl rom is selected
2661 [MZ2200/MEMORY] support vram access wait
2662 [MZ2200/MZ1R13] fix address increment
2663
2664
2665 3/29/2013
2666
2667 [MZ2200] support quick disk drive (MZ-1E18 and MZ-1F11)
2668 [MZ2200/MZ1R12] support to load MZ-1E18 ipl rom image
2669 [MZ2200/MZ1R13] support to switch kanji/dictionary roms
2670
2671
2672 3/28/2013
2673
2674 [WINMAIN] fix to support max 30 screen resolutions
2675
2676 [VM/DATAREC] support wave shaper function
2677 [VM/EVENT] fix not to skip frames when the sound is outputted
2678
2679
2680 3/23/2013
2681
2682 [VM/I8080] support disassembler
2683
2684 [FP200] support CASIO FP-200
2685
2686
2687 3/21/2013
2688
2689 [VM/DATAREC] fix to skip the fact chunk in wave file header
2690
2691 [MZ80B] support SHARP MZ-80B
2692 [MZ2200] support SHARP MZ-2200
2693
2694
2695 2/26/2013
2696
2697 [WINMAIN] destry window before emulation core is released
2698
2699 [PC8801MA/PC88] fix text attributes
2700
2701
2702 2/7/2013
2703
2704 [EMU/WIN32] remove the function to play media files
2705
2706 [VM/DATAREC] support fast forward and rewind
2707 [VM/DATAREC] support playing wav file
2708 [VM/HD146818P] fix to restart timer event when date/time is modified
2709 [VM/MSM58321] fix to restart timer event when date/time is modified
2710 [VM/RP5C01] fix to restart timer event when date/time is modified
2711 [VM/UPD1990A] fix to restart timer event when date/time is modified
2712 [VM/UPD4990A] fix uPD1990A compatible mode
2713 [VM/Z80] revert modifying clocks for interrupt in mode2
2714
2715 [FMR30/RTC] fix to restart timer event when date/time is modified
2716 [HC40/IO] fix to restart timer event when date/time is modified
2717 [HC80/IO] fix to restart timer event when date/time is modified
2718 [MZ2500/CASSETTE] support playing a music cassette tape
2719 [MZ2500/CASSETTE] support load/save a data cassette tape
2720 [MZ2500/CASSETTE] support fast forward and rewind a cassette tape
2721 [X07/IO] fix to restart timer event when date/time is modified
2722 [X1TURBO/SUB] fix to restart timer event when date/time is modified
2723 [X1TURBO/SUB] support fast forward and rewind a cassette tape
2724
2725 [TOOL/MZ2500] add new tool to cleanup the cassette tape for APSS
2726
2727
2728 1/23/2013
2729
2730 [WINMAIN] support drag & drop a cart or disk image files
2731
2732 [VM/HD146818P] support modifying the date and time
2733 [VM/MSM58321] renamed from RTC58321 to MSM58321
2734 [VM/MSM58321] support modifying the date and time
2735 [VM/MSM58321] support busy flag and base signal register
2736 [VM/MSM58321] remove ugly functions for FMR-50/60
2737 [VM/MS5832] removed and joined to MSM58321
2738 [VM/RP5C01] support modifying the date and time
2739 [VM/RP5C15] removed and joined to RP5C01
2740 [VM/UPD1990A] support modifying the date and time
2741 [VM/UPD1990A] remove ugly functions for PC-9801/PC-98LT
2742 [VM/UPD4991A] support modifying the date and time
2743 [VM/Z80] revert previous modification
2744 [VM/Z80] modify clocks for interrupt in mode2
2745
2746 [FM16PI] replace rtc chip from msm5832 to rtc58321
2747 [FMR30/RTC] support modifying the date and time
2748 [FMR50/TIMER] support rtc with standard signal connections
2749 [HC40/IO] support modifying the date and time
2750 [HC80/IO] support modifying the date and time
2751 [PC9801] support rtc with standard signal connections
2752 [PC9801/DISPLAY] initialize year data in memory switch
2753 [PC98LT/CALENDAR] support rtc with standard signal connections
2754 [PC100] fix rtc signal connection and now rtc works fine
2755 [PCENGINE] fix to check the selected cart is for super grafx
2756 [X07/IO] support modifying the date and time
2757 [X1TURBO/SUB] support modifying the date and time
2758
2759
2760 1/18/2013
2761
2762 [VM/DISK] fix to always save the converted disk image
2763 [VM/Z80] revert reimplemented Z80 core based on MAME 0.145
2764
2765 [PC8801MA/PC88] support n80 format tape image
2766
2767
2768 12/29/2012
2769
2770 [EMU/WIN32] support joysticks with more than 4 buttons
2771 [EMU/WIN32] support new function to get crc32 value
2772
2773 [VM/DISK] fix make_track() to consider the media type
2774 [VM/DISK] fix teledisk/imagedisk converter to get the correct media type
2775 [VM/UPD765A] fix read diagnotics to start reading at the top of 1st sector data
2776
2777 [FAMILYBASIC/PPU] fix crash issue in ppu
2778 [PC8001MK2SR] support NEC PC-8001mkIISR
2779 [PCENGINE] support NEC-HE PC Engine / SuperGrafx
2780
2781
2782 10/25/2012
2783
2784 [PC8801MA/PC88] fix dma wait cycles on V1S mode
2785
2786
2787 10/23/2012
2788
2789 [VM/HUC6280] reimplement based on MAME 0.147
2790 [VM/I286] reimplement based on MAME 0.147
2791 [VM/I386] reimplement based on MAME 0.147
2792
2793 [FAMILYBASIC/MEMORY] fix joypad status
2794 [PC8801MA/PC88] fix video memory wait on V1S mode
2795 [X1TWIN/PCE] reimplement vdc based on MESS 0.147
2796
2797
2798 8/18/2012
2799
2800 [EMU/WIN32] support to switch GDI/Direct3D9
2801
2802 [VM/UPD7220] add get_start() function
2803 [VM/YM2203] support mamefm.dll(V1)
2804
2805 [PC8801MA/PC88] fix text attributes based on m88
2806 [PC8801MA/PC88] fix to update memory wait in reset() 
2807 [PC9801/DISPLAY] fix to check gdc start status
2808
2809
2810 3/20/2012
2811
2812 [EMU/WIN32] fix not to render screen to Direct3D9 buffer while recording video
2813
2814 [VM/DEVICE] add new virtual function to nitify ei opecode is done on cpu
2815 [VM/YM2151] fix to raise/clear irq line when it is changed as level signal
2816 [VM/YM2203] fix to raise/clear irq line when it is changed as level signal
2817 [VM/Z80] fix to notify ei opecode is done on z80 core
2818
2819 [PC8801MA/PC88] fix sound irq based on m88 for Lipstick Adv and Re-Fight
2820
2821
2822 3/15/2012
2823
2824 [EMU/WIN32] fix to renew vm class instance to change cpu clock in reset()
2825
2826 [PC8801MA/PC88] support data recorder
2827 [PC8801MA/PC88] fix not to show pallete#0 color when graph screen is disabled
2828 [PC8801MA/PC88] fix to recognize ctrl + comma/period as numpad comma/period
2829
2830
2831 3/6/2012
2832
2833 [WINMAIN] fix to reset timing controls when run any extra frames to fill sound buffer
2834 [EMU/WIN32] fix to stretch offscreen buffer in both window mode and fullscreen mode
2835 [EMU/WIN32] fix to call ReleaseDC() to release the device context
2836 [EMU/WIN32] fix to call SelectObject() to select the old hBmp before release the DIBSection
2837 [EMU/WIN32] fix to start play sound buffer when virtual machine is driven
2838 [EMU/WIN32] fix to use constant threshold for joystick direction values
2839 [EMU/WIN32] support table to convert given keycodes from winmain
2840 [EMU/WIN32] fix to initialize d88 multi volume handler
2841
2842 [VM/DEVICE] add virtual function to fetch opecode
2843 [VM/FMGEN] fix to give the advanced time with chip clock, not usec
2844 [VM/YM2151] fix to initialize register #29 to enable only timer interrupt
2845 [VM/YM2151] fix to update fmgen count when read/write opm registers
2846 [VM/YM2151] fix to update fmgen count with chip clocks
2847 [VM/YM2203] fix to update fmgen count when read/write opn(a) registers
2848 [VM/YM2203] fix to update fmgen count with chip clocks
2849 [VM/Z80] fix to use new fetch_op() function to fetch opecode from memory bus
2850
2851 [PASOPIA] support floppy drives by Mr.zak
2852 [PASOPIA/DISPLAY] fix attribute and display mode by Mr.zak
2853 [PASOPIA/MEMORY] fix vram access via pio by Mr.zak
2854 [PASOPIA/PAC2] support kanji rom and joystick pac by Mr.zak
2855 [PASOPIA/RAMPAC2] support to change file to load/save rampac2 image by Mr.zak
2856
2857 [PASOPIA7] fix memory bank switch by Mr.zak
2858 [PASOPIA7/RAMPAC2] support to change file to load/save rampac2 image by Mr.zak
2859
2860 [PC8801MA] change rtc device type from uPD1990A to uPD4990A
2861 [PC8801MA/PC88] support bus mouse
2862 [PC8801MA/PC88] change memory wait cycles
2863 [PC8801MA/PC88] fix not to draw cursor before cursor position is updated
2864 [PC8801MA/PC88] fix to refer text attributes for hireso screen
2865 [PC8801MA/PC88] fix a ugly patch for attributes issue for RST Ongaku Disk 12
2866
2867
2868 2/22/2012
2869
2870 [WINMAIN] add codes to check memory leaks in debug build
2871 [VM/*] fix memory leaks
2872
2873 [MULTI8/CMT] fix not to refer other device in release() function
2874 [MZ1500/QUICKDISK] fix not to refer other device in release() function
2875 [PC9801/CMT] fix not to refer other device in release() function
2876 [TK80BS/CMT] fix not to refer other device in release() function
2877
2878
2879 2/21/2012
2880
2881 [PC8801MA/PC88] update memory wait cycles
2882
2883
2884 2/20/2012
2885
2886 [WINMAIN] support d88 disk image with multi voluemes
2887 [EMU/WIN32] update screen manager with Direct3D9
2888
2889 [VM/DISK] support d88 disk image with multi voluemes
2890
2891 [JX/DISPLAY] fix not to render screen just after screen size is changed
2892 [PC8801MA/PC88] fix to render 640x400 graph screen refering text attributes
2893 [PC8801MA/PC88] update memory/dma wait cycles based on m88 and QUASI88
2894
2895
2896 2/16/2012
2897
2898 [WINMAIN] simplify timing controls
2899 [EMU/WIN32] simplify screen manager
2900 [EMU/WIN32] fix to capture the rotated screen in vertical screen mode
2901
2902 [VM/Z80] reimplement based on MAME 0.145 Z80 core
2903
2904 [PC8801MA] support NEC PC-8801MA
2905 [PC8801MA/PC88] fix to initialize main ram pettern
2906 [PC8801MA/PC88] fix text window
2907 [PC8801MA/PC88] fix to clear vram bank when alu is active
2908 [PC98DO] remove dictionary rom, joystick and opna sound
2909
2910
2911 2/13/2012
2912
2913 [PC98DO/PC88] fix to show opn busy flag at the first access (for ALPHA)
2914
2915 [VM/EVENT] fix not to clear sound buffer index in reset function
2916 [VM/I8255] fix not to clear output signals in default setting
2917
2918
2919 2/11/2012
2920
2921 [PC98DO/PC88] fix to select hireso screen only in monochrome mode
2922 [PC98DO/PC88] fix crtc registers
2923 [PC98DO/PC88] fix the character scan lines and screen height again
2924 [PC98DO/PC88] fix to consider the number of attributes data
2925 [PC98DO/PC88] add a ugly patch for attributes issue for alpha
2926
2927 [VM/I8255] fix to clear output signals when control register is written
2928 [VM/Z80] fix not to output debug log for continuously executed halt command
2929
2930
2931 2/8/2012
2932
2933 [EMU/WIN32] fix to release all pressed keys when the main window lost focus
2934
2935 [PC98DO/PC88] fix hireso/mono graphic screen renderer
2936 [PC98DO/PC88] support dictionary rom
2937 [PC98DO/PC88] fix the character scan lines and screen height again
2938
2939
2940 2/7/2012
2941
2942 [VM/UPD765A] fix the wait time to finish seek command
2943
2944 [PC9801/DISPLAY] support semi graphics on text screen
2945
2946
2947 2/6/2012
2948
2949 [VM/YM2151] fix to raise irq when timer is expired before it is reset
2950 [VM/YM2203] support YM2608(OPNA)
2951 [VM/YM2203] fix to raise irq when timer is expired before it is reset
2952
2953 [PC98DO/PC88] fix to clear text screen when dma overrun occurs
2954 [PC98DO/PC88] fix to refer same palettes in 8/512 color mode
2955 [PC98DO/PC88] support OPNA sound (though PC-98DO does not support OPNA...)
2956 [PC98DO/PC9801] support OPNA sound (though PC-98DO does not support OPNA...)
2957
2958
2959 2/2/2012
2960
2961 [VM/Z80] fix to consider meaningless $dd/$ed/$fd
2962
2963 [PC9801] disable i/o port to change mouse irq frequency
2964 [PC9801E] disable i/o port to change mouse irq frequency
2965 [PC98DO/PC88] fix to raise vrtc irq when crtc is not started
2966
2967
2968 1/31/2012
2969
2970 [VM/UPD1990A] support uPD4990A
2971
2972 [PC98DO/PC88] support caps/kana lock
2973 [PC98DO/PC88] fix to reverse strobe signal to rtc
2974
2975
2976 1/30/2012
2977
2978 [PC98DO/PC88] fix text attributes again
2979 [PC98DO/PC88] fix not to raise irq when disk is changed
2980
2981
2982 1/29/2012
2983
2984 [PC98DO/PC88] fix to canel the requested irq when it is masked
2985 [PC98DO/PC88] fix text attributes
2986
2987
2988 1/27/2012
2989
2990 [VM/DISK] fix the routine to check d88 format
2991 [VM/EVENT] fix the event manager for sub cpu event timing
2992
2993
2994 1/25/2012
2995
2996 [WINMAIN] support to specify the minimum window width
2997
2998 [EMU/WIN32] fix the routine to detect the shift and numpad keys are pressed
2999
3000 [VM/DISK] fix to check if the inserted disk image is really d88 format
3001 [VM/EVENT] update event manager to check events in every cpu opecode
3002 [VM/HUC6260] update cpu to run only one opecode and return clocks
3003 [VM/I86] update cpu to run only one opecode and return clocks
3004 [VM/I386] update cpu to run only one opecode and return clocks
3005 [VM/M6502] update cpu to run only one opecode and return clocks
3006 [VM/MC6800] update cpu to run only one opecode and return clocks
3007 [VM/MC6809] update cpu to run only one opecode and return clocks
3008 [VM/TMS9995] update cpu to run only one opecode and return clocks
3009 [VM/UPD765A] fix to get the side number from hdu param in SHARP MZ-3500 case
3010 [VM/UPD765A] fix index hole signal width and frequency
3011 [VM/UPD7801] update cpu to run only one opecode and return clocks
3012 [VM/Z80] update cpu to run only one opecode and return clocks
3013
3014 [HC80/IO] fix the memory access violation issue when run without rom images
3015 [PC100/IOCTRL] move keyborad initialization from intialize() to reset()
3016 [PC98DO] raise irq when disk is inserted or ejected
3017 [PC98DO/MOUSE] fix not to clear the registered event when machine is reset
3018 [PC98DO/PC88] fix extended vram selection mode
3019 [PC98DO/PC88] fix the key code table for ins/del
3020 [PC98DO/PC88] fix to convert the pressed ins/f6-10 keys to shift + del/f1-f5
3021 [SC3000] support SF-7000
3022 [SC3000] fix to negate the motor on/off signal from pio pc1
3023
3024
3025 1/18/2012
3026
3027 [EMU/WIN32] support to detect the shift and numpad keys are pressed
3028
3029 [VM/I8080] fix to refer read_data8w() to fetch opcode if memory wait is active
3030 [VM/UPD765A] fix to accept seek command before other seek is not finished
3031 [VM/UPD765A] fix to accept tc in result phase after read/write commands
3032 [VM/YM2203] fix to read the input port value though the port mode is output
3033 [VM/Z80] fix to refer read_data8w() to fetch opcode if memory wait is active
3034
3035 [PC98DO/PC88] support joystick (though PC-98DO does not support joystick...)
3036 [PC98DO/PC88] fix i/o port to read expanded ram selection in $e2
3037 [PC98DO/PC88] fix i/o port to read 15KHz/24KHz monitor type in $40
3038 [PC98DO/PC88] fix hireso/mono graphic screen renderer
3039 [PC98DO/PC88] support memory access wait (temporary)
3040 [PC98DO/PC88] fix to raise busreq while dma is running in V1(S)/N mode
3041 [VM/X1TWIN] remove the routine to detect the shift and numpad keys are pressed
3042
3043
3044 1/11/2012
3045
3046 [VM/HD46505] support to update the timing settings in the event manager
3047 [VM/UPD7220] support to update the timing settings in the event manager
3048
3049 [VM/PC9801E] support to switch crt frequency
3050 [VM/PC9801VM] support to switch crt frequency
3051 [VM/PC98DO] support to switch crt frequency
3052 [VM/X1TURBO] support to switch crt frequency
3053
3054
3055 1/9/2012
3056
3057 [VM/DEVICE] add virtual function to get the id of parent event manager
3058 [VM/EVENT] fix to notify the timing changes only to child devices
3059
3060 [PC9801E] support to switch cpu clocks
3061 [PC9801VM] support to switch cpu clocks
3062 [PC98DO] support to switch cpu clocks
3063
3064
3065 1/7/2012
3066
3067 [VM/DEVICE] add virtual function to notify that timing settings are changed
3068 [VM/EVENT] fix to notify to all devices when timing settings are changed
3069 [VM/PC80S31K] add ugly patch to enable both #1 and #2 drives
3070 [VM/UPD765A] fix that recalib is successfully done though disk is unformatted
3071 [VM/YM2203] fix to update the period that fmgen is driven in vline
3072 [VM/YM2151] fix to update the period that fmgen is driven in vline
3073
3074 [PC98DO/PC88] fix to connect opn irq line to the interrupt controller
3075 [PC98DO/PC88] fix to initialize opn input ports
3076 [PC98DO/PC88] fix to access high speed tvram through dma in V1(H)/V2 mode
3077 [PC98DO/PC88] fix to draw text screen when crtc is already started
3078 [PC98DO/PC88] fix the initial attribute before it is changed
3079 [PC98DO/PC88] fix the character scan lines (temporary)
3080 [PC98DO/PC88] support 2HD disks
3081
3082
3083 1/5/2012
3084
3085 [VM/HD46505] fix the issue that vline event is not correctly registered
3086 [VM/UPD765A] fix the issue that CP/M Plus does not boot correctly on QC-10
3087
3088
3089 12/31/2011
3090
3091 [EMU/WIN32] support to change the frame timing by virtual machine
3092
3093 [VM/DEVICE] support multiple event manager
3094 [VM/DISK] support to detect the disk ejection
3095 [VM/EVENT] support multiple cpus with different clocks
3096 [VM/HD46505] fix typo
3097 [VM/I8237] support word transfer
3098 [VM/I8259] fix to wait a few time to raise irq that imr is cleared
3099 [VM/PC80S31K] support PC-80S31K floppy drives
3100 [VM/UPD765A] support non dma mode
3101 [VM/UPD765A] fix to clear irq signal when result pahse is finished
3102 [VM/UPD765A] support irq/drq mask signals
3103 [VM/UPD765A] support to detect the disk ejection
3104 [VM/Z80] support NOP in IM0 interrupt
3105
3106 [FP1100] set correct sub cpu clock
3107 [J3100] support TOSHIBA J-3100GT/SL (not work)
3108 [MZ800] reset virtual machine when boot mode is changed
3109 [PC9801] support 320KB floppy drives
3110 [PC9801VM] support NEC PC-9801VM
3111 [PC98DO] support NEC PC-98DO
3112 [QC10] fix the issue that CP/M Plus does not boot correctly
3113 [MZ2500/SASI] refine code
3114
3115
3116 8/6/2011
3117
3118 [EMU/WIN32] render access lamp in emu class
3119
3120 [VM/MC6820] support MC6820 (partial)
3121
3122 [M5/CMT] support reset/halt key
3123 [X1TURBO] fix i/o map for i8255 at 01a**h
3124 [X1TURBO/IO] clear i/o tables to fix debug build issue
3125
3126
3127 6/1/2011
3128
3129 [VM/BEEP] remove the routine to get frequency from the pulse count
3130 [VM/MC6800] support MB8861
3131
3132 [HC20/MEMORY] implement some slave cpu commands
3133 [PASOPIA7] fix signal connections from z80ctc to speaker
3134
3135
3136 5/28/2011
3137
3138 [VM/MB8877] clear track register and index hole counter in reset()
3139 [VM/MC6800] support MC6800/MC6801/HD6301 (based on MAME 0.142)
3140 [VM/MC6809] support MC6809 (based on MAME 0.142)
3141 [VM/Z80DMA] fix issues for X1/X1turbo games (thanks Y.S.)
3142
3143 [HC20] support EPSON HC-20
3144 [PASOPIA] fix OA-BASIC issue
3145
3146
3147 5/20/2011
3148
3149 [EMU/WIN32] support sound latency 50msec
3150
3151 [VM/DEVICE] add virtual function do_dma() for single mode dma
3152 [VM/I8237] support single mode
3153 [VM/UPD71071] support single mode
3154 [VM/Z80DMA] fix issues for X1/X1turbo games (thanks Y.S.)
3155 [VM/Z80DMA] support single mode
3156 [VM/I86] call do_dma() in every machine cycle for single mode dma
3157 [VM/I386] call do_dma() in every machine cycle for single mode dma
3158 [VM/Z80] call do_dma() in every machine cycle for single mode dma
3159
3160 [MZ2800] support single mode dma
3161 [MZ5500] support single mode dma
3162 [PC9801] support single mode dma
3163 [PC9801E] support single mode dma
3164 [X1TURBO] support single mode dma
3165
3166
3167 5/19/2011
3168
3169 [VM/EVENT] fix to check registered count for frame/vline events
3170 [VM/EVENT] clear event counts before other devices are initialized
3171 [VM/HD46505] fix to update sync signals in more precise timing
3172 [VM/HD46505] support notifying vline event to other devices
3173 [VM/Z80DMA] fix issues for X1/X1turbo games (thanks Y.S.)
3174 [VM/Z80DMA] fix to return current count/address for init read sequence command
3175 [VM/Z80DMA] fix do_dma() routine
3176
3177 [JX/DISPLAY] support high resolution screen (partial)
3178 [JX/DISPLAY] support bankswitch for kanji rom and extended vram
3179 [MZ800/DISPLAY] remove display class and combine to memory class
3180 [MZ800/MEMORY] fix scroll registers
3181 [X1TURBO/DISPLAY] remove crtc vblank/vsync signal generator
3182
3183
3184 5/18/2011
3185
3186 [VM/DISK] fix dsk floppy disk image converter
3187
3188 [MZ800] support SHARP MZ-800
3189 [MZ1500] support floppy disk drives
3190
3191
3192 5/16/2011
3193
3194 [JX] fix memory map for kanji rom
3195 [JX/DISPLAY] fix text screen renderer
3196
3197
3198 5/14/2011
3199
3200 [VM/DISK] support dsk floppy disk image based on MESS formats/dsk_dsk.c
3201 [VM/I8259] support poll command
3202 [VM/I8259] update eoi command
3203 [VM/MEMORY] return file size of loaded bios image
3204 [VM/UPD765A] fix sence interrupt status result
3205 [VM/UPD765A] fix not to clear exm bit in multi sector read/write
3206 [VM/Z80CTC] fix not to reset time constant when channel is freezed
3207 [VM/Z80DMA] fix transfer length when 0 is specified
3208
3209 [JX] support IBM Japan Ltd PC/JX
3210 [PC9801] set media type for floppy drives
3211 [X1TURBO/DISPLAY] wait next raster when pcg/cgrom is accessed
3212 [X1TURBO/SUB] readjust the key repeat timing
3213
3214
3215 5/4/2011
3216
3217 [EMU/WIN32] remove patch code for PV-2000 in input manager
3218
3219 [VM/DEVICE] add virtual functions for 16bit/32bit dma
3220 [VM/I8259] refine code
3221 [VM/IO] support standard d-ff register
3222 [VM/IO] support 16bit/32bit dma functions
3223 [VM/MB8877] change wait period for read/write from 100msec to 70msec
3224 [VM/HD146818P] check address line in write access
3225 [VM/UPD765A] check address line in write access
3226 [VM/W3100A] check address line in write access
3227 [VM/YM2203] disable status register for AY-3-8912
3228
3229 [MZ80K] refine driver and remove unused io class
3230 [MZ2800] refine driver and remove unused calendar/timer classes
3231 [X1TURBO] support dip-switch for monitor type selection
3232 [X1TURBO/DISPLAY] fix vblank/vsync signals
3233 [X1TURBO/IO] support standard d-ff register
3234
3235
3236 4/27/2011
3237
3238 [COMMON] modify struct union 'pair'
3239 [VM/EVENT] fix to get more precise cpu clocks
3240 [VM/HUC6260] fix to get more precise cpu clocks
3241 [VM/I8080] fix to get more precise cpu clocks
3242 [VM/I86] fix i286 protected mode boundary check (from MESS)
3243 [VM/I86] fix POP SP and POP ESP (from MESS)
3244 [VM/I86] fix to get more precise cpu clocks
3245 [VM/I386] fix to get more precise cpu clocks
3246 [VM/M6502] fix to get more precise cpu clocks
3247 [VM/TMS9995] fix to get more precise cpu clocks
3248 [VM/UPD7801] fix to get more precise cpu clocks
3249 [VM/Z80] fix to get more precise cpu clocks
3250
3251 [X1TURBO/DISPLAY] fix to get correct pcg address in hires screen mode
3252
3253
3254 4/25/2011
3255
3256 [VM/MB8877] fix to wait 100msec to read/write just after seek command
3257 [VM/Z80CTC] fix to initialize vector when reset device
3258 [VM/Z80CTC] fix to copy time constant to counter just after reset command
3259 [VM/Z80CTC] fix to clear pending irq when RETI opcode is detected
3260 [VM/Z80CTC] fix to update int signal without checking the current signal
3261 [VM/Z80DMA] fix to update int signal without checking the current signal
3262 [VM/Z80PIO] fix to update int signal without checking the current signal
3263 [VM/Z80SIO] fix to update int signal without checking the current signal
3264
3265
3266 4/23/2011
3267
3268 [VM/DISK] fix to check disk type in teledisk converter
3269 [VM/I86] reimplement based on MAME 0.142 80x86 core
3270 [VM/I86] support 80186
3271 [VM/MB8877] fix to clear drq/irq when status register is read
3272 [VM/UPD71071] fix not to restart dma while dma is running
3273 [VM/Z80CTC] fix to clear pending irq when control reg is updated
3274 [VM/Z80DMA] fix not to restart dma while dma is running
3275 [VM/Z80DMA] fix end of block condition
3276 [VM/Z80DMA] fix to support auto restart
3277
3278 [X1TURBO/DISPLAY] fix vertical doubled character in hires mode
3279 [X1TURBO/DISPLAY] fix black character renderer
3280
3281
3282 4/15/2011
3283
3284 [VM/DEVICE] add virtual functions for i/o port with dma
3285 [VM/DISK] support drive type
3286 [VM/MB8877] add functions to get/set drive type
3287 [VM/UPD765A] add functions to get/set drive type
3288 [VM/Z80DMA] change transfer length when block length equals to 0
3289
3290 [X1TURBO] support 2HD floopy disk
3291 [X1TURBO/FLOPPY] support to change the drive type
3292
3293
3294 4/14/2011
3295
3296 [VM/DEVICE] add virtual functions for Z80 daisy chain definitions
3297
3298 [X1TURBO] support 2nd CZ-8BS1 for NRTDRV
3299 [X1TURBO/DISPLAY] support black/transparency register
3300 [X1TURBO/SUB] fix xfer key code
3301 [X1TURBO/SUB] fix ctrl/shift/kana/caps/graph bits in $e6 command
3302 [X1TURBO/SUB] fix write protected bit in $eb command
3303
3304
3305 4/13/2011
3306
3307 [VM/Z80DMA] fix address step count (thanks Kale)
3308
3309
3310 4/12/2011
3311
3312 [EMU/WIN32] fix repeat flag for caps/kana/kanji keys
3313
3314 [VM/DISK] fix not to write disk image when data is not modified
3315 [VM/IO] support read/write interface for dma
3316 [VM/Z80] fix disassembler
3317 [VM/Z80DMA] support Z80DMA (based on MAME Z80DMA core)
3318
3319 [PC9801/CMT] support cmt interface
3320 [X1TURBO] support SHARP X1turbo
3321 [X1TURBO/DISPLAY] generate HD46505 vblank/vsync signals in display class
3322 [X1TURBO/IO] support read/write interface with dma
3323
3324
3325 4/7/2011
3326
3327 Fix typo (regist -> register, recieve -> receive)
3328
3329
3330 4/6/2011
3331
3332 [EMU/WIN32] fix joystick manager
3333
3334 [VM/DISK] support standard disk image without format info
3335 [VM/Z80SIO] fix abort/break flag
3336 [VM/Z80SIO] fix not to load data before sync char is loaded
3337
3338 [MZ1500/QUICKDISK] fix unformat error issue
3339 [X1TWIN] support to enable/disable CZ-8BS1
3340 [X1TWIN/DISPLAY] fix cursor blink
3341 [X1TWIN/DISPLAY] combine kanji class to refer the same font rom image
3342 [X1TWIN/DISPLAY] refine code to support X1turbo series
3343 [X1TWIN/MEMORY] refine code to support X1turbo series
3344
3345
3346 4/2/2011
3347
3348 [X1TWIN/SUB] fix irq handling
3349
3350
3351 4/1/2011
3352
3353 [EMU/WIN32] support stereo sound
3354 [EMU/WIN32] fix joystick initialization
3355
3356 [VM/DATAREC] support to load wave file with 16bit/stereo and any frequency
3357 [VM/DATAREC] support to load TAP tape images (used for SHARP X1 series)
3358 [VM/DATAREC] support to rewind tape image
3359 [VM/EVENT] support stereo sound
3360 [VM/FMGEN] fix timer not to cause overflow
3361 [VM/FMGEN] support interface to read int signal
3362 [VM/SN76489AN] fix mixer issue that volume mixed by other device is doubled
3363 [VM/YM2151] fix irq handling to refer int signal from fmgen
3364 [VM/YM2203] fix irq handling to refer int signal from fmgen
3365 [VM/Z80SIO] support monosync/bisync mode
3366 [VM/Z80SIO] support auto enables bit in wr3
3367 [VM/Z80SIO] support send break bit in wr5
3368 [VM/Z80SIO] support sync/abort bit in rr0
3369 [VM/Z80SIO] support signals to notify transmitt/recieve is done
3370 [VM/Z80SIO] support sync signal (input/output)
3371 [VM/Z80SIO] fix not to reset external signals
3372
3373 [MZ1500] support quick disk drive
3374 [PC9801] support irq connection from PC-9801-26
3375 [PC9801/DISPLAY] support 200 lines screen mode
3376 [PC9801/JOYSTICK] support joystick
3377 [X1TWIN] support CMT device
3378 [X1TWIN/EMM] support 512kb emm board
3379 [X1TWIN/MEMORY] fix memory mapping for ipl rom
3380
3381
3382 2/16/2011
3383
3384 [EMU/WIN32] notify key repeat
3385
3386 [VM/YM2203] fix prescaler for AY-3-8190/8192
3387 [VM/YM2151] fix typo
3388
3389 [X1TWIN] support fm sound card
3390 [X1TWIN/DISPLAY] fix routine to render vertical doubled character
3391 [X1TWIN/DISPLAY] render screen in each scan line
3392 [X1TWIN/SUB] support pressing both shift and numpad key for XANADU
3393 [X1TWIN/SUB] support key repeat
3394 [X1TWIN/SUB] fix ctrl + '_'
3395 [X1TWIN/SUB] fix $e6 command to return key code until it is released
3396
3397
3398 1/26/2011
3399
3400 [EMU/WIN32] support capture screen
3401
3402 [VM/SN76489AN] support SN76489
3403 [VM/SN76489AN] fix noise period
3404
3405 [X1TWIN/DISPLAY] fix not to update pcg addr frequently for Wibarm
3406 [X1TWIN/SUB] fix to raise irq just after command with no results was processed
3407 [X1TWIN/SUB] fix keycode read function
3408 [X1TWIN/SUB] fix command processing period
3409
3410
3411 1/21/2011
3412
3413 [EMU/WIN32] support output debug log to console
3414
3415 [VM/DEVICE] fix virtual functions for memory and i/o access with wait
3416 [VM/MB8877] support output debug log
3417 [VM/MB8877] support request cpu to output debug log when status is read
3418 [VM/Z80] support variable m1 cycle wait
3419 [VM/Z80] support disassembler to output executed mnemonics
3420 [VM/Z80SIO] change delay timing for data transmitter
3421
3422 [X1TWIN] fix i/o map for display controller and text/attr vram
3423 [X1TWIN/DISPLAY] fix routine to render vertical doubled character
3424 [X1TWIN/DISPLAY] fix routine to get accessing vram address and raster
3425 [X1TWIN/DISPLAY] fix graphic renderer to check view range in crtc registers
3426 [X1TWIN/FLOPPY] fix not to stop motor of floppy drive
3427 [X1TWIN/MEMORY] fix to wait 1 clock in m1 cycle when ipl rom is selected
3428 [X1TWIN/SUB] fix not to raise irq before all data are recieved by main cpu
3429 [X1TWIN/SUB] fix to exit interrupt automatically without reti
3430 [X1TWIN/SUB] fix to raise obf when new command is processed
3431 [X1TWIN/SUB] fix caps lock
3432 [X1TWIN/SUB] remove game key read command because this is turbo feature
3433
3434
3435 1/17/2011
3436
3437 [PV1000/VDP] fix pattern offset register for Dig-Dug and Space Panic
3438
3439
3440 1/16/2011
3441
3442 [VM/YM2203] support AY-3-8190/8192
3443 [VM/Z80SIO] fix transmit/status interrupt
3444
3445 [SCV/SOUND] support 2nd and 3rd square wave generators (by Mr.kazz)
3446 [SCV/SOUND] fix not to accept new command before return ack (by Mr.kazz)
3447 [MZ2500/CRTC] fix gfx plane mask register
3448 [MZ2500/CRTC] fix scroll registers
3449 [MZ2500/CRTC] fix to effect transparency register to outside of text region
3450 [MZ2500/CRTC] support screen mask i/o signal
3451 [MZ2500/CRTC] optimize screen rederer
3452 [MZ2800/CRTC] fix gfx plane mask register
3453 [MZ2800/CRTC] fix to effect transparency register to outside of text region
3454 [MZ2800/CRTC] support screen mask i/o signal
3455 [MZ2800/CRTC] optimize screen rederer
3456 [X1TWIN/DISPLAY] support 4 rasters * 50 lines screen for XEVIOUS
3457 [X1TWIN/SUB] fix get calender command
3458
3459
3460 12/28/2010
3461
3462 [EMU/WIN32] support power off notification
3463
3464 [VM/DATAREC] support to load MZT/M12 tape images (used for SHARP MZ series)
3465 [VM/I8251] support break signal
3466 [VM/MB8877] change irq signal to low when new command is processed
3467 [VM/MSM5832] support address write signal
3468 [VM/Z80SIO] support cts/dcd signals
3469
3470 [FM16PI] support FUJITSU FM16pi
3471 [SC3000/KEYBOARD] fix the issue that multiple keys in the same column cannot be pressed at the same time
3472 [MZ1500] support z80sio for quick disk and rs-232c (not work)
3473
3474
3475 9/29/2010
3476
3477 [VM/UPD765A] fix not to retry read id command
3478 [VM/UPD765A] fix to return the result of non-seek commands for sence intstat
3479 [VM/UPD765A] fix to update the data lost event when data is read/written
3480
3481 [PC9801] fix not to disable fdc i/o in the case fd bios roms are not loaded
3482
3483
3484 9/20/2010
3485
3486 [VM/DEVICE] support interface for memory mappied i/o
3487 [VM/I8237] fix bank register
3488 [VM/I8253] fix counter latch before the counter update event is occured
3489 [VM/MEMORY] support general memory bus
3490 [VM/SN76489AN] fix noise generator
3491 [VM/UPD765A] fix to wait 100usec before go to result phase
3492 [VM/UPD7220] fix not to terminate write command after data is set
3493 [VM/UPD7220] support interface to get the cursor address and top/bottom lines
3494
3495 [MZ3500/MAIN] update memory mapper
3496 [MZ3500/SUB] implement serial i/o for keyboard
3497 [PC9801] support NEC PC-9801
3498 [PC9801E] support NEC PC-9801E/F/M
3499
3500
3501 9/4/2010
3502
3503 [VM/EVENT] support to run extra frames for continuous sound
3504 [VM/IO] support to register the return value
3505 [VM/IO] refine i/o map registrations
3506 [VM/UPD765A] support external drive selection
3507 [VM/UPD765A] fix not to output index hole signal if disk is not inserted
3508
3509 [MZ1500] fix sound mask (for thunder force)
3510 [MZ1500/DISPLAY] fix to refer bit3 of pcg attribute
3511 [MZ1500/MEMORY] support pcg ram wait
3512 [MZ1500/MEMORY] fix memory mapped i/o range
3513 [MZ1500/RAMFILE] support ram file
3514 [MZ3500] reimplement SHARP MZ-3500 (not work)
3515 [PASOPIA7/IO] refine i/o map registrations
3516 [PHC20] support SANYO PHC-20
3517 [X1TWIN/IO] refine i/o map registrations
3518
3519
3520 8/31/2010
3521
3522 [VM/UPD765A] support dack signal
3523
3524 [FP1100/SUB] support logic to clear vram
3525 [FP1100/SUB] fix vram write access
3526 [FP1100/SUB] fix screen renderer
3527 [MZ1500] fix psg i/o addr
3528 [MZ1500/DISPLAY] fix color palette and priority register
3529
3530
3531 8/27/2010
3532
3533 [VM/AND] fix output signal when it is changed
3534 [VM/OR] fix output signal when it is changed
3535 [VM/NAND] fix output signal when it is changed
3536 [VM/NOR] fix output signal when it is changed
3537 [VM/NOT] fix output signal when it is changed
3538 [VM/DEVICE] refine signal connections
3539 [VM/DISK] support SEGA SF-7000 floppy disk image
3540 [VM/EVENT] sync 2 or more cpus precisely
3541 [VM/I8253] fix read both low and high counter
3542 [VM/PCM1BIT] update to check on/off signal width in one sample
3543 [VM/TMS9918A] fix screen mode selection
3544 [VM/UPD765A] support reset signal
3545 [VM/UPD765A] support index hole signal
3546 [VM/Z80] revert reimplemented Z80 core (temporary)
3547
3548 [FM16PI] remove FUJITSU FM16pi skelton
3549 [PC3200] remove SHARP PC-3200 skelton
3550 [FP1100/MAIN] raise sub cpu's int2 at both L->H edge and H->L edge
3551 [FP1100/SUB] add ugly patch to raise int2 when sub cpu recieve the command
3552 [MZ80K] support SHARP MZ-80K
3553 [MZ1200] support SHARP MZ-1200
3554 [MZ700/MEMORY] init memory map when mzt image is loaded
3555 [MZ700/MEMORY] support MZ700WIN's patch block when mzt image is loaded
3556 [MZ1500] support SHARP MZ-1500 (QD is not supported yet)
3557 [PASOPIA] fix signal connections around z80ctc
3558 [SC3000] support SEGA SC-3000
3559 [X1TWIN/SUB] fix sub cpu to check key release
3560 [X1TWIN/DISPLAY] fix vertical/horizontal doubled character
3561 [X1TWIN/DISPLAY] fix palette priority register
3562
3563
3564 8/13/2010
3565
3566 [EMU/WIN32] reset virtual machine after emu class is initialized
3567
3568 [VM/M6502] support M6502 and N2A03
3569 [VM/SN76489AN] fix mixer
3570 [VM/YM2151] fix mixer
3571 [VM/YM2203] fix mixer
3572
3573 [FAMILYBASIC] support Nintendo Family BASIC
3574
3575
3576 8/9/2010
3577
3578 [EMU/WIN32] disable ALT short cut key
3579
3580 [VM/Z80] reimplement Z80 (based on MAME Z80 core)
3581
3582 [MAP1010/KEYBOARD] support keyboard
3583 [MYCOMZ80A/KEYBOARD] reset key event counter
3584
3585
3586 8/6/2010
3587
3588 [VM/MC6847] fix graphics mode
3589 [VM/MC6847] check vram size in render routine
3590
3591 [MAP1010] support SEIKO MAP-1010 (not work)
3592 [PHC25] fix psg i/o address
3593 [PHC25] fix vsync/hsync bit in system port
3594 [PHC25/JOYSTICK] support joystick
3595 [PHC25/SYSTEM] fix vdp mode signals in system port
3596
3597
3598 8/4/2010
3599
3600 [VM/MC6847] support MC6847
3601 [VM/UPD7801] add wait signal
3602 [VM/Z80] support raise irq by write_signal()
3603
3604 [FP1100] support CASIO FP-1100 (not work)
3605 [PHC25] support SANYO PHC-25
3606 [MULTI8/FLOPPY] fix floppy drive
3607 [PV1000/PSG] fix psg frequency
3608
3609
3610 6/4/2010
3611
3612 [EMU/WIN32] update screen stretch/rotation
3613 [EMU/WIN32] support window x3 - x8 modes
3614 [EMU/WIN32] support fullscreen mode with any resolutions
3615 [EMU/WIN32] fix video recorder
3616 [EMU/WIN32] hide menu bar in full screen mode
3617 [EMU/WIN32] save opened file dir for common dialog's initial dir
3618
3619 [VM/UPD765A] fix result status for recalib/seek commands
3620
3621 [PV1000/PGS] support sound generation (based on MESS driver)
3622 [PV1000/JOYSTICK] fix $fc status register
3623
3624
3625 5/12/2010
3626
3627 [EMU/WIN32] remove Windows CE support
3628 [EMU/WIN32] remove Direct3D support
3629 [EMU/WIN32] remove waveOut api support
3630 [EMU/WIN32] remove video capture support
3631
3632 [VM/DISK] support media type property
3633 [VM/DISK] check if the current disk image is reopened
3634 [VM/UPD7220] update csform/csrw commands
3635 [VM/UPD7220] support unknown $5a command
3636 [VM/UPD765A] support force ready signal for NEC PC-98 series
3637 [VM/UPD765A] fix result status for recalib/seek commands
3638 [VM/UPD764A] update hdu for sence device status command
3639 [VM/UPD765A] raise interrupt when disk is inserted or ejected
3640
3641 [MZ2500/CRTC] remove super impose support
3642 [PC98LT] support floppy drive
3643 [PC98LT/BIOS] support pseudo disk bios to check the media type
3644 [PC98LT/FLOPPY] remove unused io address for 1MB FDD I/F
3645
3646
3647 12/31/2009
3648
3649 [YS6464A] support Shinko Sangyo YS-6464A
3650
3651
3652 12/28/2009
3653
3654 [EMU/WIN32] support artwork, buttons and leds for single-board computers
3655 [VM/I386] reimplement 80386 (based on MAME i386 core)
3656 [VM/I8237] support increment mask of bank register
3657 [VM/I8251] check number of sync characters
3658 [VM/I8253] fix mask bit for output signal
3659 [VM/UPD7220] check vram pointer is not null
3660 [VM/Z80CTC] fix issue in the case sysclock is same as cpu clock
3661
3662 [BABBAGE2ND] support Gijutsu Hyron Sha Babbage-2nd
3663 [N5200] support NEC N5200 (not work)
3664 [FMR50] check crc32 of bios and set machine id
3665 [FMR50] select cpu core i286/i386 refering machine id
3666 [FMR50/MEMORY] support 32bit memory address
3667 [MULTI8/DISPLAY] fix cursor end line
3668 [PASOPIA/VM] fix order of z80family's daisy chain
3669 [PASOPIA7/VM] fix order of z80family's daisy chain
3670 [MYCOMZ80A/DISPLAY] fix semi graphics mode
3671 [MYCOMZ80A/DISPLAY] fix cursor end line
3672 [MYCOMZ80A/KEYBOARD] add key buffer
3673
3674
3675 5/25/2009
3676
3677 [VM/UPD7220] fix initial vect params
3678 [VM/Z80CTC] support different sysclock from cpu clock
3679
3680 [MYCOMZ80A] build without optimization for wince port
3681 [MZ5500] set correct z80ctc sysclock
3682 [QC10/DISPLAY] fix access violation problem
3683
3684
3685 5/20/2009
3686
3687 [VM/MSM5832] fix build error
3688
3689 [MYCOMZ80A] support Japan Electronics College MYCOMZ-80A (my 30th emulator!)
3690 [FMR50/CMOS] add experimental codes for FMR-CARD
3691 [FMR50/MEMORY] add experimental codes for FMR-CARD
3692
3693
3694 5/17/2009
3695
3696 [VM/I386] support 80386 (based on PCemu i386 core)
3697 [VM/LS393] refine implements of output signal
3698 [VM/MSM5832] support MSM5832
3699 [VM/SN76489AN] support cs/we/data signal to be controlled without i/o bus
3700 [VM/Z80CTC] refine implements of output signal
3701
3702 [MZ5500] fix ay-3-8912 address
3703 [MZ6500] support SHARP MZ-6500
3704 [FMR50/MEMORY] support address mask 20/24/32bit
3705 [PC8201/KEYBOARD] support kana key (thanks Mr.apaslothy)
3706 [X1TWIN/SUB] fix key matrix
3707
3708
3709 4/9/2009
3710
3711 [COMMON] modify definition of uint64 and int64
3712 [VM/DEVICE] support 32bit i/o bus
3713 [VM/IO] support 32bit i/o bus
3714
3715 [PC8201] support PC-8201A (by Mr.apaslothy)
3716 [PC8201/LCD] support command $3a,$3b,$3e,$3f,$7e,$be and $fe (by Mr.apaslothy)
3717
3718
3719 4/5/2009
3720
3721 [COMMON] define pair struct
3722 [VM/I8155] fix build error
3723 [VM/UPD1990A] fix shift register
3724
3725 [PC98LT] fix signal connection from upd1990a to i8255
3726 [X1TWIN] fix key matrix
3727 [PC8201] support NEC PC-8201
3728
3729
3730 4/1/2009
3731
3732 [COMMON] define uint64 and int64
3733 [EMU/WIN32] support 1024x768 and 1280x1024 full-screen mode
3734 [VM/DEVICE] support 32bit memory bus
3735 [VM/DISK] detect disk is changed
3736 [VM/EVENT] remove hsync event
3737 [VM/EVENT] initialize sound buffer before reset
3738 [VM/EVENT] multi instance free
3739 [VM/HD46505] support vblank signal
3740 [VM/HD63484] support HD63484 (based on MAME HD63484 core)
3741 [VM/HUC6260] support HuC6260 (based on Ootake cpu core)
3742 [VM/I8155] add mask bit for output signal
3743 [VM/I8253] add mask bit for output signal
3744 [VM/I86] fix to refer 16bit i/o bus
3745 [VM/UPD1990A] support TP signal
3746 [VM/YM2151] support YM2151 (use fmgen core by Mr.CISC)
3747
3748 [MULTI8/DISPLAY] check R8:DISPTMG on HD46505
3749 [MZ2500/JOYSTICK] fix full-auto timing
3750 [MZ2800/JOYSTICK] fix full-auto timing
3751 [PASOPIA/DISPLAY] check R8:DISPTMG on HD46505
3752 [PASOPIA7/DISPLAY] check R8:DISPTMG on HD46505
3753 [FMR60] support FUJITSU FMR-60
3754 [X1TWIN] support SHARP X1twin
3755
3756
3757 2/8/2009
3758
3759 [EMU/WIN32] support window minimize button
3760
3761 [FMR30/MEMORY] optimize memory bank switch
3762 [FRM50/BIOS] fix disk bios $fa
3763 [FMR50/BIOS] support memcard
3764 [FRM50/BIOS] support power management bios
3765 [FMR50/FLOPPY] fix disk status register
3766 [FMR50/KEYBOARD] fix kbint register
3767 [FMR50/MEMORY] support line/logical operations circuit
3768 [FMR50/MEMORY] support 40chars/20lines text screen mode
3769 [FMR50/MEMORY] refer cursor end line register on hd46505
3770 [FMR50/TIMER] fix timer interrupt cause register
3771
3772
3773 1/16/2009
3774
3775 [EMU/WIN32] change screen buffer type from uint16 to user-defined type
3776 [EMU/WIN32] change screen buffer depth from RGB555 to RGB888 on windows pc
3777 [VM/I8155] support i8155
3778
3779 [FMR50/MEMORY] optimize memory bank switch
3780
3781 *) change the compiler from vs2005 to vs2008
3782
3783
3784 1/2/2009
3785
3786 [EMU/WIN32] support power off requested by vm
3787 [VM/I8237] support external bank register
3788 [VM/I8251] support txrdy/txempty/dsr/dtr signals
3789 [VM/I8251] support loop back
3790 [VM/I8251] don't reset dsr bit of status register
3791 [VM/I8253] don't latch count before previously latched count is not read
3792 [VM/I8254] support i8254 based on i8253
3793 [VM/I86] fix push sp in 8086 mode
3794 [VM/I86] fix a20 line in fetch functions
3795 [VM/IO] change class name from IO8 to IO
3796 [VM/IO] support 16bit i/o bus
3797
3798 [FMR30] support FUJITSU FMR-30
3799 [FMR50/MEMORY] support power off bit on $20
3800
3801
3802 12/26/2008
3803
3804 [EMU/WIN32] support kana-characters on auto key function
3805 [VM/DISK] support ImageDisk floppy disk image
3806 [VM/I8085] support 8080/8085 (based on MAME 8080/8085 core)
3807 [VM/I86] change class name from X86 to I86
3808
3809 [MULTI8/KEYBOARD] fix the problem that cannot input the kana-character "¨"
3810 [TK80] change cpu core from z80 to 8080
3811 [TK80/MEMORY] change user-defined rom address to $0c00-$7dff
3812
3813
3814 10/17/2008
3815
3816 [EMU/WIN32] fix key notification for caps/kana/kanji
3817 [VM/X86] optimize the pseudo bios call by interrupt
3818
3819 [FMR50/BIOS] support scsi hard drive
3820 [FMR50/BIOS] support pseudo bios
3821 [FMR50/BIOS] support disk bios $FA
3822 [FMR50/BIOS] support cmos/wait bios call
3823 [FMR50/FLOPPY] support disk change register
3824 [FMR50/KEYBOARD] support key repeat
3825 [FMR50/MEMORY] fix vram bank switch in 200line screen mode
3826 [FMR50/MEMORY] support reading ank/kanji rom
3827 [HC40/IO] fix caps toggle problem
3828 [HC80/IO] fix caps toggle problem
3829 [PC98HA/KEYBOARD] fix kana toggle problem
3830 [TK80/DISPLAY] change 8-seg LED color
3831 [TK80/KEYBOARD] change key assign
3832 [TK80/MEMORY] change rom size for COMPO BS/80
3833 [TK80/MEMORY] support user-defined rom for $0800-$7dff
3834
3835
3836 10/11/2008
3837
3838 [FMR50] fix i/o address of pit and crtc
3839 [FRM50/MEMORY] fix busy status of line renderer
3840 [FMR50/MEMORY] draw cursor on text screen
3841 [FMR50/MEMORY] support cg screen
3842
3843
3844 10/10/2008
3845
3846 [FMR50/BIOS] support disk bios
3847 [FMR50/KEYBOARD] support keyboard
3848 [MZ700/MEMORY] change EMM memory size for Windows CE
3849
3850
3851 10/6/2008
3852
3853 [EMU/WIN32] fix the problem when new file path is specified
3854 [EMU/WIN32] support 96khz sound
3855
3856 [VM/DATAREC] support trigger signal
3857 [VM/DATAREC] output remote signal
3858 [VM/I8253] fix mode3 output signal
3859 [VM/PCM1BIT] support LPF
3860 [VM/UPD765A] fix AT bit in the result of seek command
3861 [VM/X86] support pseudo bios call
3862
3863 [MZ700] support mzt/m12 file
3864 [MZ700] support datarec control signals
3865 [MZ700] fix vsync/hsnyc timing
3866 [MZ700/MEMORY] support memory wait
3867 [TK80BS] support circuits on TK-80 main board
3868 [TK80BS] support 2ch sound (PC1 and PC2 of 8255)
3869 [TK80BS/MEMORY] support save/load ram image
3870 [TK80BS/MEMORY] fix interrupt address
3871 [TK80BS/KEYBOARD] fix key map for kana chars
3872
3873
3874 8/27/2008
3875
3876 [EMU/WIN32] fix build problem for Windows CE
3877
3878 [VM/I8255] support mode1
3879 [VM/I8259] clear irr bit if the request signal is changed to low level
3880 [VM/UPD1990A] support i/o coonection interface
3881 [VM/X86] fix interrup status
3882 [VM/X86] fix pop es on 80286
3883
3884 [MZ700] fix vsync/hsnyc timing
3885 [MZ700/MEMORY] support 16MB EMM board
3886 [PC98LT] support PC-98LT
3887 [TK80BS] support TK-80BS (COMPO BS/80)
3888
3889
3890 8/19/2008
3891
3892 [VM/UPD765A] fix the problem that data lost occurs after the result phase
3893 [VM/UPD765A] fix CB bit in the status register in sence intstat command
3894 [VM/UPD765A] fix AT bit in the result of seek command
3895
3896 [PC100/CTRC] support monochrome screen mode
3897 [PC100/CRTC] fix palette registers
3898 [PC100/IOCTRL] fix keyboard event
3899 [PC100/IOCTRL] support keyboard reset
3900 [PC100/IOCTRL] fix keyboard initialize data
3901
3902
3903 8/16/2008
3904
3905 [EMU/WIN32] support rotate screen
3906 [EMU/WIN32] fix build problem for Windows CE
3907
3908 [VM/BEEP] more clear beep generation for the constant frequency
3909 [VM/BEEP] fix mute logic
3910 [VM/DEVICE] return address for unassigned I/O port
3911 [VM/EVENT] fix crash problem in the initialization
3912 [VM/I8251] fix PE bit in the status register
3913 [VM/I8253] check edge of the input signal
3914 [VM/I8253] fix gate signal
3915 [VM/RTC58321] support i/o coonection interface
3916 [VM/UPD4991A] modify i/o connection interface
3917 [VM/UPD4991A] fix year data
3918 [VM/UPD765A] support drq line delay
3919
3920 [PC98HA] support NEC PC-98HA
3921 [PC100] support NEC PC-100 (not work)
3922 [MZ700] fix sound noise problem
3923 [MZ700/MEMORY] support EMM memory
3924 [MZ2500/TIMER] modify 8253 gate control
3925
3926
3927 6/11/2008
3928
3929 [EMU/WIN32] open command line as cart or disk file path
3930 [EMU/WIN32] convert file path to full and long file path
3931
3932 [VM/AND/OR/NAND/NOR] support and/or/nand/nor gates
3933 [VM/DATAREC] output low signal when the tape is closed
3934 [VM/MB8876] support motor on/off signal
3935 [VM/PCM1BIT] support on/off signal
3936 [VM/PCM1BIT] support high quality sound
3937 [VM/RTC58321] support RTC58321
3938 [VM/UPD4991A] support uPD4991A
3939 [VM/UPD765A] fdc status patch for MZ-3500
3940 [VM/X86] fix freeze problem that some opecodes did not decrease the clock
3941 [VM/Z80] return busack signal whe busreq occurs
3942
3943 [FMR50] support FUJITSU FMR-50 (not work)
3944 [MZ700] support SHARP MZ-700
3945 [MZ3500] support SHARP MZ-3500 (not work)
3946 [HC80/IO] support intelligent ram disk (by Mr.Dennis Heynlein)
3947
3948
3949 4/22/2008
3950
3951 [VM/LS244] support 74LS244/245
3952 [VM/UPD1990A] support uPD1990A
3953 [VM/X86] fix hlt
3954 [VM/X86] support busreq
3955 [VM/Z80] don't reset busreq in reset()
3956
3957 [MZ5500/KEYBOARD] support communication timeout
3958
3959
3960 4/16/2008
3961
3962 [VM/UPD7220] support pitch command
3963 [VM/UPD7220] fix vecte command in the case R=C=T=L=0 (pset)
3964 [VM/UPD765A] fix read id command
3965
3966 [MZ5500/DISPLAY] support window controller
3967 [MZ5500/DISPLAY] support 320x200, 320x400, 640x200 mode
3968 [MZ5500/DISPLAY] support color palette
3969 [MZ5500/DISPLAY] support b/w mode
3970 [MZ5500/DISPLAY] support plane priority
3971 [MZ5500/KEYBOARD] support algo key
3972 [MZ5500/SYSPORT] support nmi reset
3973 [QC10/DISPLAY] support floppy drive access lamp
3974
3975
3976 4/14/2008
3977
3978 [MZ5500/KEYBOARD] support keyboard and mouse
3979
3980
3981 4/12/2008
3982
3983 [VM/LS393] support 74LS393
3984 [VM/RP5C01] support RP-5C01
3985 [VM/UPD7220] fix pset function
3986 [VM/UPD7220] notify vsync
3987 [VM/UPD765A] check sector id strictly
3988
3989 [MZ5500] support SHARP MZ-5500
3990
3991
3992 4/7/2008
3993
3994 [EMU/WIN32] support the screen size changing requested by the virtual machine
3995
3996 [VM/MZ2800] support z80sio interrupt vector port
3997
3998
3999 4/3/2008
4000
4001 [VM/I8259] fix the cascade mode condition
4002 [VM/UPD7220] fix low/high byte condition in dma commands
4003 [VM/UPD7220] check the param count in fifo buffer in sync/vectw commands
4004 [VM/UPD7220] get mod param in write command with no params
4005 [VM/UPD7220] check mod param in vect/char drawing commands
4006 [VM/UPD7220] check dir param in read/write command
4007 [VM/UPD7220] support line drawing in vecte command
4008 [VM/UPD7220] update ead/dad after drawing commands
4009 [VM/UPD7220] fix lsb/msb order in pset function
4010
4011 [QC10] change the default dipswitch status
4012 [QC10/DISPLAY] support color monitor subboard
4013 [QC10/KEYBOARD] support SF1-SF4 keys
4014 [QC10/MFONT] support multifonts rom card
4015
4016
4017 3/22/2008
4018
4019 [VM/I8251] notify rxrdy is changed
4020 [VM/TF20] fix the error result of read command
4021
4022 [HC80/IO] support HD6303 commands for microcassette (returns error code)
4023 [HC80/IO] support HD6303 commands for serial i/o
4024 [HC80/IO] support TF-20
4025 [HC80/IO] support 8kb/16kb rom capsule
4026 [HC80/IO] remove 8251 codes and use common 8251 class
4027
4028
4029 3/20/2008
4030
4031 [EMU/WIN32] set DirectX9 graphics params on the screen menu
4032
4033 [HC40/IO] fix key buffers
4034 [HC80] support EPSON HC-80/PX-8/Geneva
4035
4036
4037 3/2/2008
4038
4039 [EMU/WIN32] support DirectX9 graphics
4040 [EMU/WIN32] fix the window size problem of eHC-40
4041
4042
4043 2/29/2008
4044
4045 [EMU/WIN32] more quick stretch screen
4046 [EMU/CONFIG] divide the config version to the file version and the virtual machine version
4047 [VM/TF20] support EPSON TF-20 terminal floppy drives
4048
4049 [HC40/IO] don't reset 7508 sub cpu when boot the system
4050 [HC40/IO] support system reset
4051 [HC40/IO] support buzzer partially (constant frequency)
4052 [HC40/IO] support ART (8251 subset)
4053 [HC40/IO] support TF-20 connected to ART
4054
4055
4056 2/27/2008
4057
4058 [EMU/WIN32] Windows CE.NET binaries for GAPI are no longer supported
4059 [EMU/WIN32] don't use StretchBlt
4060
4061 [HC40] support EPSON HC-40/PX-4
4062 [QC10/MEMORY] fix the gate signal bit in $18
4063 [QC10/MEMORY] fix the memory bank switch
4064 [X07/IO] change LCD display color
4065
4066
4067 2/20/2008
4068
4069 VC++ 6.0 project files are removed.
4070
4071 [VM/HD146818P] support sqw and periodic interrupt
4072 [VM/HD146818P] clear IRQF/PF/AF/UF in the reg $0c when it is read
4073 [VM/I8237] fix the build error
4074 [VM/I8237] reimplement based on uPD71071
4075 [VM/UPD7220] fix the build error
4076 [VM/UPD7220] modify hblank/vsync event
4077 [VM/UPD765A] lost data event occurs soon if dma request is not accepted
4078 [VM/Z80SIO] change uPD7201 fifo buffer size
4079
4080 [QC10] support EPSON QC-10/QX-10
4081 [RX78/VDP] fix the crash problem on Windows CE
4082
4083
4084 2/11/2008
4085
4086 The interrupt logics are largely modified and are now very close to the real circuits.
4087
4088 In the older versions:
4089         - Each device requests the interrupt, sends the vector and goes into the in-service status only in the case that CPU can accept the interrupt.
4090         - These requests are always accepted and executed just now.
4091         - When the interrupt acception status is changed by the opecodes for example EI/RETI/RETN, CPU notifies to each devices to let them request the pending interrupt.
4092         - Realize Z80 family daisy chain by the pseudo device Z80PIC to control the priorities and receive RETI opecode.
4093
4094 This is because let CPU not to monitor the int-line in every opecodes.
4095 But it causes some problems for example:
4096         - Timing problems.
4097         - End of Interrupt command in Z80SIO/uPD7201.
4098         - Using Z80 family devices with 80x86 and PIC8259.
4099
4100 In this release:
4101         - Each device can request the interrupt any time.
4102         - CPU checks the int-line in every opecodes.
4103         - When CPU accepts the request, CPU sends the ack signal to the device and receive the vector.
4104         - The device goes into the in-service status when receive the ack signal.
4105         - Realize Z80 family daisy chain by IEI/OEI signals supported in Z80 family devices.
4106         - Z80 checks the wired-or of int-lines from Z80 family devices.
4107
4108 [VM/DEVICE] modify virtual functions for interrupts
4109 [VM/I8259] support the new interrupt logic
4110 [VM/I8259] fix the crash problem
4111 [VM/UPD7201] support uPD7201 (combined to Z80SIO class)
4112 [VM/X86] support the new interrupt logic
4113 [VM/Z80] support the new interrupt logic
4114 [VM/Z80CTC] support the new interrupt logic
4115 [VM/Z80PIO] support the new interrupt logic
4116 [VM/Z80SIO] support the new interrupt logic
4117 [VM/Z80SIO] support the End of Interrupt command
4118 [VM/Z80SIO] fix the status register #0 (interrupt pending bit)
4119 [VM/Z80SIO] fix the status register #2 (vector)
4120 [VM/Z80PIC] removed
4121
4122 [MZ2500/CRTC] notify vsync signal by not edge but level
4123 [MZ2500/INTERRUPT] support the new interrupt logic
4124 [MZ2500/INTERRUPT] pending the interrupt request from vsync and timer
4125 [MZ2500/INTERRUPT] remove the patches added in 2/11/2007
4126
4127
4128 1/5/2008
4129
4130 [VM/BEEP] fix the crash problem when the frequency is constant
4131 [VM/BEEP] support the interface to change the frequency constant
4132
4133 [X07/IO] support user defined keys
4134 [X07/IO] support break key
4135 [X07/IO] support line/circle commands
4136 [X07/IO] support beep command
4137 [X07/IO] support data recorder
4138
4139
4140 12/31/2007
4141
4142 [COMMON/FIFO] support read_not_remove()
4143 [VM/NSC800] fix NSC800
4144
4145 [X07] support CANON X-07
4146
4147
4148 9/14/2007
4149
4150 [MZ2800/CRTC] fix read-modify-write registers
4151
4152
4153 8/24/2007
4154
4155 [EMU/WIN32] check the status of both left and right ALT/CTRL/SHIFT keys
4156
4157 [MZ2800] ignore A15 of I/O port addr
4158 [MZ2800/CTRL] support 65536colors graphic screen
4159 [MZ2800/KEYBOARD] change keymap to newply support some keys
4160 [MZ2800/MEMORY] fix the problem that symbol does not work on BASIC-M25
4161
4162
4163 8/22/2007
4164
4165 [VM/RP5C15] fix the initial 12H/24H setting
4166
4167 [MZ2500/CRTC] optimize the screen renderer
4168 [MZ2800/CRTC] support the 16/4096colors graphic screen
4169 [MZ2800/CRTC] support the read modify write
4170 [MZ2800/CRTC] support the hardware scroll
4171 [MZ2800/CRTC] support the vram plane mask
4172 [MZ2800/MEMORY] support the dictionary/kanji/pcg bank switch
4173
4174
4175 8/19/2007
4176
4177 [VM/MB8877] fix the status for type4 command
4178 [VM/UPD71071] support the base registers
4179 [VM/X86] fix rep never to exit and re-fetch the opecode in the loop
4180 [VM/X86] fix the modrm table
4181
4182 [MZ2800] add eVC4 project file
4183 [MZ2800/CRTC] fix the test screen renderer
4184 [MZ2800/CRTC] support 4096 color palette registers
4185 [MZ2800/MEMORY] fix that ipl rom is initially mapped to $f0000-$fffff
4186
4187
4188 8/16/2007
4189
4190 [VM/DEVICE] add the virtual functions for dma access
4191 [VM/I8237] fix the typo
4192 [VM/I8259] support the special fully nest mode
4193 [VM/I8259] support the rotation of priorities
4194 [VM/I8259] support the intrrupt request from Z80 family devices
4195 [VM/IO8] support 16bit i/o adrress
4196 [VM/MB8877] support the dma access
4197 [VM/MB8877] support the irq and drq signals
4198 [VM/RP5C15] support reading the values of banks #13/#14/#15
4199 [VM/UPD71071] support uPD71071
4200 [VM/X86] support 8086/V30/80286
4201 [VM/YM2203] support the irq signal
4202
4203 [MZ2500] fix YM2203 PortB signal from RP-5C15
4204 [MZ2800] support SHARP MZ-2800
4205
4206
4207 7/23/2007
4208
4209 [VM/DATAREC] modify the frame skip condition (skip when the signal is changed)
4210 [VM/TMS9918A] reimplement based on MAME 0.116
4211 [VM/UPD7801] support the memory access wait
4212
4213 [PYUTA/MEMORY] modify the memory bank switch
4214 [PYUTA/MEMORY] change the data bus from pull-down to pull-up
4215 [SCV/MEMORY] support the memory access wait (now disabled)
4216
4217
4218 7/16/2007
4219
4220 [VM/TMS9995] support TMS9995
4221
4222 [PYUTA] support TOMY PyuTa and PyuTa Jr.
4223
4224
4225 2/11/2007
4226
4227 [COMMON] support auto key hitting from the clipboard
4228 [COMMON] save and restore the window mode when the emulator is restarted
4229 [VM/DEVICE] modify memory access wait
4230 [VM/DEVICE] support i/o access wait
4231 [VM/DISK] fix the crash problem when the invalid track number is set
4232 [VM/HD46505] support HD46505
4233 [VM/HD46505] fix the display/vsync/hsync signals timing
4234 [VM/I8253] more precise signal timing in mode #2, #4 and #5
4235 [VM/MB8877] support the access led status
4236 [VM/PICM1BIT] support 1bit pcm
4237 [VM/UPD765A] support the acces led status
4238 [VM/YM2203] support the volume adjustment
4239 [VM/Z80] modify memory access wait
4240 [VM//Z80] support i/o access wait
4241 [VM/Z80SIO] fix the recv and under-run interrupt flags
4242 [VM/Z80SIO] fix the status affect vector
4243 [VM/Z80SIO] cancel the interrupt request when read the recv buffer
4244 [VM/Z80SIO] support the i/f to clear the recv buffer
4245
4246 [MULTI8/DISPLAY] remove HD46505 codes
4247 [MULTI8/DISPLAY] draw the flopppy drive access led
4248 [MZ2500] support 1bit pcm
4249 [MZ2500] adjust fm/psg volume
4250 [MZ2500] support i/o access wait
4251 [MZ2500/CRTC] render screen with less cpu power
4252 [MZ2500/CRTC] draw the floppy drive access led
4253 [MZ2500/INTERRUPT] reimplement interrupt handler with the common Z80PIC class
4254 [MZ2500/INTERRUPT] add the patch for GALAGA, LAYDOCK, THEXDER, MULTIPLAN, Super Shunbou, Wizardry and Ys3
4255 [MZ2500/MEMORY] modify memory access wait
4256 [MZ2500/MOUSE] clear Z80SIO recv buffer when send the mouse status
4257 [PASOPIA] support OA-BASIC
4258 [PASOPIA] support hsync signal
4259 [PASOPIA/DISPLAY] remove HD46505 codes
4260 [PASOPIA/MEMORY] fix the memory map $8000-$ffff
4261 [PASOPIA7/DISPLAY] remove HD46505 codes
4262 [PASOPIA7/DISPLAY] draw the flopppy drive access led
4263 [PV1000] rewrite with the common event manager class
4264 [PV1000/JOYSTICK] fix $fc status (not complete)
4265 [PV1000/VDP] add the patch for SPACE PANIC
4266
4267
4268 2/1/2007
4269
4270 [COMMON] ignore some warnings on Visual Studio 2005
4271 [WIN32/SCREEN] support video recording
4272 [WIN32/SOUND] record wave as 16bit, stereo (for TMPGEnc)
4273 [WIN32/SOUND] dont use multi threading to recieve MM_WOM_DONE event
4274 [WIN32/WCE] build 4 binaries (use GAPI or GDI, DirectSound or waveOut)
4275 [VM/BEEP] modify beep sound generator for more stable frequency
4276 [VM/DATAREC] auto stop at the end of tape image
4277 [VM/DEVICE] add virtual functions to get the memory wait and passed clocks in cpu class
4278 [VM/EVENT] more precise event timing refering the passed clock in cpu class
4279 [VM/I8253] drive counter when it reaches the terminal count or read the count registers
4280 [VM/I8253] more precise output signal timing
4281 [VM/NSC800] suppor NSC800
4282 [VM/Z80] fix the clocks for opecodes DD-CB-** and FD-CB-**
4283 [VM/Z80CTC] drive counter when it reaches the terminal count or read the count registers
4284 [VM/Z80PIC] accept the interrupt request when it is running
4285
4286 [MULTI8/HD46505] dont use hsync event and use the event callback to drive the hsync signal 
4287 [MZ2500/CRTC] dont use hsync event and use the event callback to drive the hsync signal 
4288 [MZ2500/MEMORY] support the memory wait in display period
4289 [MZ2500/Z80PIC] accept the interrupt request when it is running 
4290 [MZ2500/Z80PIC] recognize the i8253 clock signal as level, or edge only for MUDER CLUB, KUGYOKUDEN and RELICS 
4291 [PASOPIA] reimplement EmuPIA under the common source code project 
4292 [PASOPIA7/HD46505] dont use hsync event and use the event callback to drive the hsync signal 
4293
4294
4295 12/31/2006
4296
4297 [WIN32] support DirectShow video capture devices (DX8 or later is required)
4298 [WIN32] support Windows CE.net 4.x devices (use GAPI and waveOut APIs)
4299 [VM] each device can get the cpu time
4300 [VM/BEEP] modify beep sound generator for more stable frequency
4301 [VM/Z80] support BUSREQ
4302 [VM/Z80PIC] call do_reti() in the device that requested the interrupt
4303 [VM/Z80SIO] suppor Z80SIO
4304 [VM/DISK] support TeleDisk floppy disk image
4305 [VM/EVENT] fix the problem in the case that the new event is registered in the event callback routine
4306 [VM/I8253] drive the counter more accurate and less power
4307
4308 [MZ2500] reimplement EmuZ-2500 under the common source code project
4309 [MZ2500] support the ethernet card function designed by Mr.Oh!Ishi
4310 [MZ2500/CRTC] support the super impose function
4311 [MZ2500/MEMORY] support VRAM access wait 
4312
4313
4314 12/7/2006
4315
4316 Initial release